Slot: domains
The domain(s) that the resource is relevant to.
URI: kgr:domains Alias: domains
Applicable Classes
| Name | Description | Modifies Slot |
|---|---|---|
| DataModel | A data model is a formal representation of concepts and relationships within … | no |
| DataSource | A data source | no |
| KnowledgeGraph | A knowledge graph resource | no |
| Aggregator | An aggregator of data sources | no |
| Ontology | An ontology is a formal representation of a set of concepts within a domain a… | no |
| Resource | A top-level class for all resources in the knowledge graph registry | no |
Properties
-
Range: DomainEnum
-
Multivalued: True
-
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 | kgr:domains |
| native | kgr:domains |
LinkML Source
```yaml
name: domains
description: The domain(s) that the resource is relevant to.
from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
rank: 1000
alias: domains
owner: Resource
domain_of:
- Resource
range: DomainEnum
required: true
multivalued: true
```