Slot: id
The identifier of an entity. This is used to identify it within the registry.
URI: dcterms:identifier
Applicable Classes
| Name | Description | Modifies Slot |
|---|---|---|
| DataModel | A data model, such as an ontology or schema | no |
| MappingProduct | A product that is a mapping between two or more data sources | no |
| Aggregator | An aggregator of data sources | no |
| Usage | The usage of a resource | no |
| Publication | A publication associated with a resource | no |
| ProgrammingInterface | A product that is a programming interface (API) to a resource | no |
| DataSource | A data source | no |
| Product | A top-level class for all products in the knowledge graph registry | no |
| FundingSource | A funding source for a resource | no |
| ProcessProduct | A product that is a process or algorithm | no |
| License | A license for a resource or product | no |
| NamedThing | A generic grouping for any identifiable entity | no |
| Resource | A top-level class for all resources in the knowledge graph registry | no |
| DataModelProduct | A product that is a data model, such as an ontology or schema | no |
| GraphProduct | A product that is a graph, represented as nodes and edges | no |
| KnowledgeGraph | A knowledge graph resource | no |
| GraphicalInterface | A product that is a graphical interface to a resource | no |
Properties
-
Range: String
-
Required: True
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | dcterms:identifier |
| native | kgr:id |
LinkML Source
```yaml
name: id
description: The identifier of an entity. This is used to identify it within the registry.
from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
rank: 1000
slot_uri: dcterms:identifier
identifier: true
alias: id
domain_of:
- NamedThing
range: string
required: true
```