Slot: category
The category of the entity. This should be identical to its class name.
URI: kgr:category
Inheritance
- type
- category
Applicable Classes
Name | Description | Modifies Slot |
---|---|---|
Individual | An individual person | no |
Contact | A contact point for a resource or product | no |
License | A license for a resource or product | no |
GraphProduct | A product that is a graph, represented as nodes and edges | no |
DataModel | A data model, such as an ontology or schema | no |
Usage | The usage of a resource | no |
DataSource | A data source | no |
FundingSource | A funding source for a resource | no |
DataModelProduct | A product that is a data model, such as an ontology or schema | no |
GraphicalInterface | A product that is a graphical interface to a resource | no |
MappingProduct | A product that is a mapping between two or more data sources | no |
Publication | A publication associated with a resource | no |
Organization | An organization | no |
ProcessProduct | A product that is a process or algorithm | no |
Aggregator | An aggregator of data sources | no |
ProgrammingInterface | A product that is a programming interface (API) to a resource | no |
Product | A top-level class for all products in the knowledge graph registry | no |
NamedThing | A generic grouping for any identifiable entity | no |
Resource | A top-level class for all resources in the knowledge graph registry | no |
KnowledgeGraph | A knowledge graph resource | no |
Properties
- Range: CategoryType
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | kgr:category |
native | kgr:category |
LinkML Source
```yaml
name: category
description: The category of the entity. This should be identical to its class name.
from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
rank: 1000
is_a: type
domain: NamedThing
alias: category
domain_of:
- NamedThing
- Contact
range: category_type
```