Class: PropertyNode
Note this only directly classifies nodes asserted to be rdf:Properties
- NOTE: this is an abstract class and should not be instantiated directly
URI: owl:Propery
classDiagram
Node <|-- PropertyNode
PropertyNode : id
Usage
SELECT * FROM property_node;
Inheritance
- Node
- PropertyNode
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:Property';
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/semsql/rdf
SQL View
This class has a SQL view definition:
sqlview>> SELECT distinct subject AS id from rdf_type_statement WHERE object = 'owl:Property';
Mappings
Mapping Type | Mapped Value |
---|---|
self | ['owl:Propery'] |
native | ['semsql_rdf:PropertyNode'] |
LinkML Specification
Direct
name: property_node
description: Note this only directly classifies nodes asserted to be rdf:Properties
comments:
- sqlview>> SELECT distinct subject AS id from rdf_type_statement WHERE object = 'owl:Property';
from_schema: https://w3id.org/semsql/rdf
rank: 1000
is_a: node
abstract: true
class_uri: owl:Propery
Induced
name: property_node
description: Note this only directly classifies nodes asserted to be rdf:Properties
comments:
- sqlview>> SELECT distinct subject AS id from rdf_type_statement WHERE object = 'owl:Property';
from_schema: https://w3id.org/semsql/rdf
rank: 1000
is_a: node
abstract: true
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: property_node
domain_of:
- term_association
- owl_reified_axiom
- owl_axiom
- owl_axiom_annotation
- node
range: node id type
class_uri: owl:Propery