Class: OntologyClass
a concept or class in an ontology, vocabulary or thesaurus. Note that nodes in a base compatible KG can be considered both instances of base classes, and OWL classes in their own right. In general you should not need to use this class directly. Instead, use the appropriate base class.
classDiagram
class OntologyClass
OntologyClass <|-- Attribute
OntologyClass : id
OntologyClass --|> string : id
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
id | 1..1 xsd:string |
A unique identifier for an entity | direct |
Mixin Usage
mixed into | description |
---|---|
Attribute | A property or characteristic of an entity |
Usages
used by | used in | type | used |
---|---|---|---|
Attribute | has_attribute_type | range | OntologyClass |
ControlRole | has_attribute_type | range | OntologyClass |
BiologicalSex | has_attribute_type | range | OntologyClass |
SeverityValue | has_attribute_type | range | OntologyClass |
SystemAttribute | has_attribute_type | range | OntologyClass |
Association | qualifiers | range | OntologyClass |
Comments
- This is modeled as a mixin. 'OntologyClass' should not be the primary type of a node in the KG. Instead you should use an informative base category, such as DeploymentEntity
- Note that formally this is a metaclass. Instances of this class are instances in the graph, but can be the object of 'type' edges.
Identifier and Mapping Information
Valid ID Prefixes
Instances of this class should have identifiers with one of the following prefixes:
- lcsh
Schema Source
- from schema: https://w3id.org/lmodel/generic
Mappings
Mapping Type | Mapped Value |
---|---|
self | generic:OntologyClass |
native | generic:OntologyClass |
exact | owl:Class, schema:Class |
LinkML Source
Direct
name: OntologyClass
id_prefixes:
- lcsh
description: a concept or class in an ontology, vocabulary or thesaurus. Note that
nodes in a base compatible KG can be considered both instances of base classes,
and OWL classes in their own right. In general you should not need to use this class
directly. Instead, use the appropriate base class.
comments:
- This is modeled as a mixin. 'OntologyClass' should not be the primary type of a
node in the KG. Instead you should use an informative base category, such as DeploymentEntity
- Note that formally this is a metaclass. Instances of this class are instances in
the graph, but can be the object of 'type' edges.
from_schema: https://w3id.org/lmodel/generic
exact_mappings:
- owl:Class
- schema:Class
mixin: true
slots:
- id
Induced
name: OntologyClass
id_prefixes:
- lcsh
description: a concept or class in an ontology, vocabulary or thesaurus. Note that
nodes in a base compatible KG can be considered both instances of base classes,
and OWL classes in their own right. In general you should not need to use this class
directly. Instead, use the appropriate base class.
comments:
- This is modeled as a mixin. 'OntologyClass' should not be the primary type of a
node in the KG. Instead you should use an informative base category, such as DeploymentEntity
- Note that formally this is a metaclass. Instances of this class are instances in
the graph, but can be the object of 'type' edges.
from_schema: https://w3id.org/lmodel/generic
exact_mappings:
- owl:Class
- schema:Class
mixin: true
attributes:
id:
name: id
description: A unique identifier for an entity. Must be either a CURIE shorthand
for a URI or a complete URI
from_schema: https://w3id.org/lmodel/generic
exact_mappings:
- dcterms:identifier
- edam.data:0842
- EFO:id
- REPR:id
- schema:identifier
- SIO:000115
- sumo:Identifier
- uco:identifier
narrow_mappings:
- dwc:eventID
- dwc:parentEventID
- dwc:identificationID
- dwc:systemID
- CSO:bicm-id
- SIO:000672
- SIO:000674
- ERO:0000044
- ERO:0000480
- NCIT:C94069
- REPR:doi
- SIO:000328
- SIO:000729
- schema:productID
- schema:taxID
- sumo:AccountID
- sumo:AlphaIDString
- sumo:AlphaNumericIDString
- sumo:AgentID
- sumo:CountryID
- sumo:CustomerID
- sumo:currencyCode
- sumo:DistrictID
- sumo:EmployeeID
- sumo:IsoCode
- sumo:LocalizablePlaceID
- sumo:userIDString
- sumo:urlString
- sumo:UniformResourceLocator
- WIKIDATA.PROPERTY:P3743
broad_mappings:
- CSO:catalogue_identifiers
- IAO:0000603
- IAO:0000119
- sumo:identityElement
rank: 1000
domain: Identifier
identifier: true
alias: id
owner: OntologyClass
domain_of:
- OntologyClass
- Entity
- Agent
- Publication
range: string
required: true