Class: ObjectPropertyNode
A node representing an OWL object property
URI: semsql_owl:ObjectPropertyNode
classDiagram
PropertyNode <|-- ObjectPropertyNode
ObjectPropertyNode : id
Usage
SELECT * FROM object_property_node;
Inheritance
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:ObjectProperty'
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:ObjectProperty'
Mappings
Mapping Type | Mapped Value |
---|---|
self | ['semsql_owl:ObjectPropertyNode'] |
native | ['semsql_owl:ObjectPropertyNode'] |
LinkML Specification
Direct
name: object_property_node
description: A node representing an OWL object property
comments:
- sqlview>> SELECT DISTINCT subject AS id FROM rdf_type_statement WHERE object='owl:ObjectProperty'
from_schema: https://w3id.org/semsql/owl
see_also:
- https://www.w3.org/TR/owl2-syntax/#Object_Properties
rank: 1000
is_a: property_node
Induced
name: object_property_node
description: A node representing an OWL object property
comments:
- sqlview>> SELECT DISTINCT subject AS id FROM rdf_type_statement WHERE object='owl:ObjectProperty'
from_schema: https://w3id.org/semsql/owl
see_also:
- https://www.w3.org/TR/owl2-syntax/#Object_Properties
rank: 1000
is_a: property_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: object_property_node
domain_of:
- term_association
- owl_reified_axiom
- owl_axiom
- owl_axiom_annotation
- node
range: node id type