http://stelar-project.eu/klms#right
This property is used to indicate a right dependency.
DOMAIN | PROPERTY | RANGE |
---|---|---|
klms:Dependency | klms:right | klms:Attribute |
@prefix : <http://stelar-project.eu/klms#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vann: <http://purl.org/vocab/vann/> .
:right a owl:ObjectProperty ;
rdfs:label "Dependency - Right"@en ;
dcterms:identifier "klms:right" ;
vann:usageNote "Optional property. This property is used to indicate a right dependency."@en ;
rdfs:comment "This property is used to indicate a right dependency."@en ;
rdfs:domain :Dependency ;
rdfs:range :Attribute .