Class: OwlRestriction
An OWL restriction, such as SomeValuesFrom(partOf Hand)
- NOTE: this is an abstract class and should not be instantiated directly
URI: owl:Restriction
classDiagram
AnonymousClassExpression <|-- OwlRestriction
OwlRestriction : filler
OwlRestriction : id
OwlRestriction : on_property
Usage
SELECT * FROM owl_restriction;
Inheritance
- Node
- BlankNode
- AnonymousExpression
- AnonymousClassExpression [ class_trait]
- OwlRestriction
- AnonymousClassExpression [ class_trait]
- AnonymousExpression
- BlankNode
Slots
Name | Cardinality and Range | Description |
---|---|---|
on_property | 0..1 Node |
|
filler | 0..1 ClassNode |
|
id | 1..1 NodeIdType |
the id of the restriction |
Usages
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/semsql/owl
Mappings
Mapping Type | Mapped Value |
---|---|
self | ['owl:Restriction'] |
native | ['semsql_owl:OwlRestriction'] |
LinkML Specification
Direct
name: owl_restriction
description: An OWL restriction, such as `SomeValuesFrom(partOf Hand)`
from_schema: https://w3id.org/semsql/owl
rank: 1000
is_a: anonymous_class_expression
abstract: true
slots:
- on_property
- filler
slot_usage:
id:
name: id
description: the id of the restriction
domain_of:
- term_association
- owl_reified_axiom
- owl_axiom
- owl_axiom_annotation
- node
- term_association
- owl_reified_axiom
- owl_axiom
- owl_axiom_annotation
- node
class_uri: owl:Restriction
Induced
name: owl_restriction
description: An OWL restriction, such as `SomeValuesFrom(partOf Hand)`
from_schema: https://w3id.org/semsql/owl
rank: 1000
is_a: anonymous_class_expression
abstract: true
slot_usage:
id:
name: id
description: the id of the restriction
domain_of:
- term_association
- owl_reified_axiom
- owl_axiom
- owl_axiom_annotation
- node
- term_association
- owl_reified_axiom
- owl_axiom
- owl_axiom_annotation
- node
attributes:
on_property:
name: on_property
from_schema: https://w3id.org/semsql/owl
rank: 1000
alias: on_property
owner: owl_restriction
domain_of:
- owl_restriction
range: node
filler:
name: filler
from_schema: https://w3id.org/semsql/owl
rank: 1000
alias: filler
owner: owl_restriction
domain_of:
- owl_restriction
range: class_node
id:
name: id
description: the id of the restriction
from_schema: https://w3id.org/semsql/rdf
rank: 1000
identifier: true
alias: id
owner: owl_restriction
domain_of:
- term_association
- owl_reified_axiom
- owl_axiom
- owl_axiom_annotation
- node
- term_association
- owl_reified_axiom
- owl_axiom
- owl_axiom_annotation
- node
range: node id type
class_uri: owl:Restriction