Definition of saref:isFunctionOfInterestOf
Defined in https://saref.etsi.org/core/v3.2.1/ as:
Links a function of interest to the device it is a function of.
Description as an Object Property
- has characteristics
 - functional
 - has domain
 - saref:FunctionOfInterest
 - has range
 - saref:Device
 - is inverse of
 - 
        saref:hasFunctionOfInterest
saref:hasFunctionOfInterest 
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:FunctionOfInterest rdfs:subClassOf [ a owl:Restriction ;
            owl:cardinality 1 ;
            owl:onProperty saref:isFunctionOfInterestOf ] .
saref:hasFunctionOfInterest owl:inverseOf saref:isFunctionOfInterestOf .
<https://saref.etsi.org/core/v3.2.1/> dct:references saref:isFunctionOfInterestOf ;
    dct:subject saref:isFunctionOfInterestOf .
<https://saref.etsi.org/core/v4.1.1/> dct:references saref:isFunctionOfInterestOf ;
    dct:subject saref:isFunctionOfInterestOf .
saref:isFunctionOfInterestOf a owl:FunctionalProperty,
        owl:ObjectProperty ;
    rdfs:label "is function 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 function of interest to the device it is a function of."@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:Device ;
    rdfs:seeAlso <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/core/v4.1.1/> ;
    owl:inverseOf saref:hasFunctionOfInterest ;
    skos:hiddenLabel "isFunctionOfInterestOf" .