Definition of s4inma:hasFeatureOfInterest
Defined in https://saref.etsi.org/saref4inma/v1.1.2/ as:
Relationship between a feature of interest and equipment
Description as an Object Property
- is inverse of
- s4inma:isFeatureOfInterestOf
Turtle
@prefix ns1: <http://purl.org/dc/terms/> .
@prefix ns2: <http://www.w3.org/2004/02/skos/core#> .
@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 s4inma: <https://saref.etsi.org/saref4inma/> .
s4inma:Measurement rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom [ a owl:Class ;
owl:unionOf ( s4inma:Batch s4inma:Item ) ] ;
owl:onProperty s4inma:hasFeatureOfInterest ] .
s4inma:hasFeatureOfInterest a owl:ObjectProperty ;
rdfs:label "has feature of interest"@en ;
ns1: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/> ;
owl:inverseOf s4inma:isFeatureOfInterestOf ;
ns2:hiddenLabel "hasFeatureOfInterest" .
<https://saref.etsi.org/saref4inma/v1.1.2/> ns1:references s4inma:hasFeatureOfInterest ;
ns1:subject s4inma:hasFeatureOfInterest .