s4inma:isFeatureOfInterestOf — is feature of interest of

IRI
https://saref.etsi.org/saref4inma/isFeatureOfInterestOf
Is defined by
https://saref.etsi.org/saref4inma/v1.1.2/
Is referenced by
https://saref.etsi.org/saref4inma/v1.1.2/
Download serialization
License

Definition of s4inma:isFeatureOfInterestOf

Defined in https://saref.etsi.org/saref4inma/v1.1.2/ as:

Relationship between a feature of interest and equipment

Description as an Object Property

Turtle

@prefix ns1: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns2: <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 s4inma: <https://saref.etsi.org/saref4inma/> .

s4inma:Batch rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom s4inma:Measurement ;
            owl:onProperty s4inma:isFeatureOfInterestOf ] .

s4inma:Item rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom s4inma:Measurement ;
            owl:onProperty s4inma:isFeatureOfInterestOf ] .

s4inma:hasFeatureOfInterest owl:inverseOf s4inma:isFeatureOfInterestOf .

<https://saref.etsi.org/saref4inma/v1.1.2/> ns2:references s4inma:isFeatureOfInterestOf ;
    ns2:subject s4inma:isFeatureOfInterestOf .

s4inma:isFeatureOfInterestOf a owl:ObjectProperty ;
    rdfs:label "is feature of interest of"@en ;
    ns2:isReferencedBy <https://saref.etsi.org/saref4inma/v1.1.2/> ;
    rdfs:comment "Relationship between a feature of interest and equipment"@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4inma/v1.1.2/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4inma/v1.1.2/> ;
    ns1:hiddenLabel "isFeatureOfInterestOf" .