Definition of saref:hasCommandOfInterest
Defined in https://saref.etsi.org/core/v3.2.1/ as:
Links a function of interest to one of its commands of interest.
Description as an Object Property
- has domain
- saref:FunctionOfInterest
- has range
- saref:CommandOfInterest
- is inverse of
-
saref:isCommandOfInterestOf
saref:isCommandOfInterestOf
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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#> .
saref:hasCommand owl:propertyChainAxiom ( saref:hasCommandOfInterest saref:hasCommandKind ) .
saref:isCommandOfInterestOf owl:inverseOf saref:hasCommandOfInterest .
<https://saref.etsi.org/core/v3.2.1/> dct:references saref:hasCommandOfInterest ;
dct:subject saref:hasCommandOfInterest .
<https://saref.etsi.org/core/v4.1.1/> dct:references saref:hasCommandOfInterest ;
dct:subject saref:hasCommandOfInterest .
saref:hasCommandOfInterest a owl:ObjectProperty ;
rdfs:label "has command of interest"@en ;
dct:isReferencedBy <https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/> ;
rdfs:comment "Links a function of interest to one of its commands of interest."@en ;
rdfs:domain saref:FunctionOfInterest ;
rdfs:isDefinedBy <https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/> ;
rdfs:range saref:CommandOfInterest ;
rdfs:seeAlso <https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/> ;
owl:inverseOf saref:isCommandOfInterestOf ;
skos:hiddenLabel "hasCommandOfInterest" .