Definition of saref:isCommandOfInterestOf
Defined in https://saref.etsi.org/core/v3.2.1/ as:
Links a command of interest to the function of interest it is a command of.
Description as an Object Property
- has characteristics
- functional
- has domain
- saref:CommandOfInterest
- has range
- saref:FunctionOfInterest
- is inverse of
-
saref:hasCommandOfInterest
saref:hasCommandOfInterest
Turtle
@prefix dct: <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 saref: <https://saref.etsi.org/core/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
saref:CommandOfInterest rdfs:subClassOf [ a owl:Restriction ;
owl:cardinality 1 ;
owl:onProperty saref:isCommandOfInterestOf ],
[ a owl:Restriction ;
owl:cardinality 1 ;
owl:onProperty saref:isCommandOfInterestOf ] .
saref:hasCommandOfInterest owl:inverseOf saref:isCommandOfInterestOf .
<https://saref.etsi.org/core/v3.2.1/> dct:references saref:isCommandOfInterestOf ;
dct:subject saref:isCommandOfInterestOf .
<https://saref.etsi.org/core/v4.1.1/> dct:references saref:isCommandOfInterestOf ;
dct:subject saref:isCommandOfInterestOf .
saref:isCommandOfInterestOf a owl:FunctionalProperty,
owl:ObjectProperty ;
rdfs:label "is command of interest of"@en ;
dct:isReferencedBy <https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/> ;
rdfs:comment "Links a command of interest to the function of interest it is a command of."@en ;
rdfs:domain saref:CommandOfInterest ;
rdfs:isDefinedBy <https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/> ;
rdfs:range saref:FunctionOfInterest ;
rdfs:seeAlso <https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/> ;
owl:inverseOf saref:hasCommandOfInterest ;
skos:hiddenLabel "isCommandOfInterestOf" .