Definition of saref:hasFunctionOfInterest
Defined in https://saref.etsi.org/core/v3.2.1/ as:
Links a device to one of its functions of interest.
Description as an Object Property
- has domain
- saref:Device
- has range
- saref:FunctionOfInterest
- is inverse of
-
saref:isFunctionOfInterestOf
saref:isFunctionOfInterestOf
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:hasFunction owl:propertyChainAxiom ( saref:hasFunctionOfInterest saref:hasFunctionKind ) .
saref:isFunctionOfInterestOf owl:inverseOf saref:hasFunctionOfInterest .
<https://saref.etsi.org/core/v3.2.1/> dct:references saref:hasFunctionOfInterest ;
dct:subject saref:hasFunctionOfInterest .
<https://saref.etsi.org/core/v4.1.1/> dct:references saref:hasFunctionOfInterest ;
dct:subject saref:hasFunctionOfInterest .
saref:hasFunctionOfInterest a owl:ObjectProperty ;
rdfs:label "has function 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 device to one of its functions of interest."@en ;
rdfs:domain saref:Device ;
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:isFunctionOfInterestOf ;
skos:hiddenLabel "hasFunctionOfInterest" .