Class: OntologyNode
A node representing an ontology
classDiagram
Node <|-- OntologyNode
OntologyNode : id
Usage
SELECT * FROM ontology_node;
Inheritance
- Node
- OntologyNode
Slots
Name | Cardinality and Range | Description |
---|---|---|
id | 1..1 NodeIdType |
An identifier for an element |
Usages
Comments
- sqlview>> SELECT DISTINCT subject AS id FROM rdf_type_statement WHERE object='owl:Ontology'
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/semsql/owl
SQL View
This class has a SQL view definition:
sqlview>> SELECT DISTINCT subject AS id FROM rdf_type_statement WHERE object='owl:Ontology'
Mappings
Mapping Type | Mapped Value |
---|---|
self | ['semsql_owl:OntologyNode'] |
native | ['semsql_owl:OntologyNode'] |
LinkML Specification
Direct
name: ontology_node
description: A node representing an ontology
comments:
- sqlview>> SELECT DISTINCT subject AS id FROM rdf_type_statement WHERE object='owl:Ontology'
from_schema: https://w3id.org/semsql/owl
see_also:
- https://www.w3.org/TR/owl2-syntax/#Ontologies
rank: 1000
is_a: node
Induced
name: ontology_node
description: A node representing an ontology
comments:
- sqlview>> SELECT DISTINCT subject AS id FROM rdf_type_statement WHERE object='owl:Ontology'
from_schema: https://w3id.org/semsql/owl
see_also:
- https://www.w3.org/TR/owl2-syntax/#Ontologies
rank: 1000
is_a: node
attributes:
id:
name: id
description: An identifier for an element. Note blank node ids are not unique
across databases
from_schema: https://w3id.org/semsql/rdf
rank: 1000
identifier: true
alias: id
owner: ontology_node
domain_of:
- term_association
- owl_reified_axiom
- owl_axiom
- owl_axiom_annotation
- node
range: node id type