Slot: is_public
Whether the API is publicly accessible, or requires only publicly provided credentials.
URI: kgr:is_public
Applicable Classes
Name | Description | Modifies Slot |
---|---|---|
ProgrammingInterface | A product that is a programming interface (API) to a resource | no |
Properties
- Range: Boolean
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | kgr:is_public |
native | kgr:is_public |
LinkML Source
```yaml
name: is_public
description: Whether the API is publicly accessible, or requires only publicly provided
credentials.
from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
rank: 1000
alias: is_public
owner: ProgrammingInterface
domain_of:
- ProgrammingInterface
range: boolean
```