saref:FeatureOfInterest — Feature of interest

IRI
https://saref.etsi.org/core/FeatureOfInterest
Is defined by
https://saref.etsi.org/core/v3.1.1/
https://saref.etsi.org/core/v3.2.1/
https://saref.etsi.org/core/v4.1.1/
Is referenced by
https://saref.etsi.org/core/v3.1.1/
https://saref.etsi.org/core/v3.2.1/
https://saref.etsi.org/core/v4.1.1/
https://saref.etsi.org/saref4agri/v1.1.2/
https://saref.etsi.org/saref4agri/v2.1.1/
https://saref.etsi.org/saref4auto/v1.1.1/
https://saref.etsi.org/saref4auto/v2.1.1/
https://saref.etsi.org/saref4auto/v2.1.1/example/AutomotiveDevice#
https://saref.etsi.org/saref4auto/v2.1.1/example/AutomotiveObject#
https://saref.etsi.org/saref4auto/v2.1.1/example/DangerousGoods#
https://saref.etsi.org/saref4auto/v2.1.1/example/ParkingSpot#
https://saref.etsi.org/saref4auto/v2.1.1/example/Platoon#
https://saref.etsi.org/saref4auto/v2.1.1/example/Road_topology#
https://saref.etsi.org/saref4auto/v2.1.1/example/Trailer#
https://saref.etsi.org/saref4auto/v2.1.1/example/VRUCluster#
https://saref.etsi.org/saref4auto/v2.1.1/example/Vehicle#
https://saref.etsi.org/saref4auto/v2.1.1/example/Vehicle_dynamic_properties#
https://saref.etsi.org/saref4auto/v2.1.1/example/VulnerableRoadUser#
https://saref.etsi.org/saref4city/v1.1.2/
https://saref.etsi.org/saref4city/v1.1.2/example/example1#
https://saref.etsi.org/saref4city/v2.1.1/
https://saref.etsi.org/saref4city/v2.1.1/example/RoadCongestion#
https://saref.etsi.org/saref4ehaw/v2.1.1/
https://saref.etsi.org/saref4envi/v2.1.1/
https://saref.etsi.org/saref4grid/v1.1.1/
https://saref.etsi.org/saref4grid/v2.1.1/
https://saref.etsi.org/saref4inma/v1.1.2/
https://saref.etsi.org/saref4inma/v2.1.1/
https://saref.etsi.org/saref4inma/v2.1.1/example/Observation#
https://saref.etsi.org/saref4lift/v1.1.1/
https://saref.etsi.org/saref4lift/v2.1.1/
https://saref.etsi.org/saref4mari/v1.1.1/
https://saref.etsi.org/saref4watr/v1.1.1/
https://saref.etsi.org/saref4watr/v2.1.1/
https://saref.etsi.org/saref4wear/v1.1.1/
https://saref.etsi.org/saref4wear/v1.1.1/example/indoor-event#
https://saref.etsi.org/saref4wear/v2.1.1/
https://saref.etsi.org/saref4wear/v2.1.1/example/indoor-event#
Download serialization
License

Definition of saref:FeatureOfInterest

Defined in https://saref.etsi.org/core/v3.1.1/ as:

A feature of interest represents any real world entity from which a property is measured.

Description as a Class

Turtle

@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <http://www.w3.org/2004/02/skos/core#> .
@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/> .

saref:Measurement rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom saref:FeatureOfInterest ;
            owl:onProperty saref:isMeasurementOf ] .

saref:Property rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom saref:FeatureOfInterest ;
            owl:onProperty saref:isPropertyOf ] .

saref:hasMeasurement rdfs:domain saref:FeatureOfInterest .

saref:hasProperty rdfs:domain saref:FeatureOfInterest .

saref:isMeasurementOf rdfs:range saref:FeatureOfInterest .

saref:isPropertyOf rdfs:range saref:FeatureOfInterest .

<https://saref.etsi.org/saref4auto/v2.1.1/example/AutomotiveDevice#> dct:references saref:FeatureOfInterest .

<https://saref.etsi.org/saref4auto/v2.1.1/example/AutomotiveObject#> dct:references saref:FeatureOfInterest .

<https://saref.etsi.org/saref4auto/v2.1.1/example/DangerousGoods#> dct:references saref:FeatureOfInterest .

<https://saref.etsi.org/saref4auto/v2.1.1/example/ParkingSpot#> dct:references saref:FeatureOfInterest .

<https://saref.etsi.org/saref4auto/v2.1.1/example/Platoon#> dct:references saref:FeatureOfInterest .

<https://saref.etsi.org/saref4auto/v2.1.1/example/Road_topology#> dct:references saref:FeatureOfInterest .

<https://saref.etsi.org/saref4auto/v2.1.1/example/Trailer#> dct:references saref:FeatureOfInterest .

<https://saref.etsi.org/saref4auto/v2.1.1/example/VRUCluster#> dct:references saref:FeatureOfInterest .

<https://saref.etsi.org/saref4auto/v2.1.1/example/Vehicle#> dct:references saref:FeatureOfInterest .

<https://saref.etsi.org/saref4auto/v2.1.1/example/Vehicle_dynamic_properties#> dct:references saref:FeatureOfInterest .

<https://saref.etsi.org/saref4auto/v2.1.1/example/VulnerableRoadUser#> dct:references saref:FeatureOfInterest .

<https://saref.etsi.org/saref4city/v1.1.2/example/example1#> dct:references saref:FeatureOfInterest .

<https://saref.etsi.org/saref4city/v2.1.1/example/RoadCongestion#> dct:references saref:FeatureOfInterest .

<https://saref.etsi.org/saref4inma/v2.1.1/example/Observation#> dct:references saref:FeatureOfInterest .

<https://saref.etsi.org/saref4wear/v1.1.1/example/indoor-event#> dct:references saref:FeatureOfInterest .

<https://saref.etsi.org/saref4wear/v2.1.1/example/indoor-event#> dct:references saref:FeatureOfInterest .

<https://saref.etsi.org/saref4agri/v1.1.2/> dct:references saref:FeatureOfInterest .

<https://saref.etsi.org/saref4agri/v2.1.1/> dct:references saref:FeatureOfInterest .

<https://saref.etsi.org/saref4auto/v1.1.1/> dct:references saref:FeatureOfInterest .

<https://saref.etsi.org/saref4auto/v2.1.1/> dct:references saref:FeatureOfInterest .

<https://saref.etsi.org/saref4city/v1.1.2/> dct:references saref:FeatureOfInterest .

<https://saref.etsi.org/saref4city/v2.1.1/> dct:references saref:FeatureOfInterest .

<https://saref.etsi.org/saref4ehaw/v2.1.1/> dct:references saref:FeatureOfInterest .

<https://saref.etsi.org/saref4envi/v2.1.1/> dct:references saref:FeatureOfInterest .

<https://saref.etsi.org/saref4grid/v1.1.1/> dct:references saref:FeatureOfInterest .

<https://saref.etsi.org/saref4grid/v2.1.1/> dct:references saref:FeatureOfInterest .

<https://saref.etsi.org/saref4inma/v1.1.2/> dct:references saref:FeatureOfInterest .

<https://saref.etsi.org/saref4inma/v2.1.1/> dct:references saref:FeatureOfInterest .

<https://saref.etsi.org/saref4lift/v1.1.1/> dct:references saref:FeatureOfInterest .

<https://saref.etsi.org/saref4lift/v2.1.1/> dct:references saref:FeatureOfInterest .

<https://saref.etsi.org/saref4mari/v1.1.1/> dct:references saref:FeatureOfInterest .

<https://saref.etsi.org/saref4watr/v1.1.1/> dct:references saref:FeatureOfInterest .

<https://saref.etsi.org/saref4watr/v2.1.1/> dct:references saref:FeatureOfInterest .

<https://saref.etsi.org/saref4wear/v1.1.1/> dct:references saref:FeatureOfInterest .

<https://saref.etsi.org/saref4wear/v2.1.1/> dct:references saref:FeatureOfInterest .

<https://saref.etsi.org/core/v3.1.1/> dct:references saref:FeatureOfInterest ;
    dct:subject saref:FeatureOfInterest .

<https://saref.etsi.org/core/v3.2.1/> dct:references saref:FeatureOfInterest ;
    dct:subject saref:FeatureOfInterest .

<https://saref.etsi.org/core/v4.1.1/> dct:references saref:FeatureOfInterest ;
    dct:subject saref:FeatureOfInterest .

saref:FeatureOfInterest a owl:Class ;
    rdfs:label "Feature of interest"@en ;
    dct:isReferencedBy <https://saref.etsi.org/core/v3.1.1/>,
        <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/core/v4.1.1/>,
        <https://saref.etsi.org/saref4agri/v1.1.2/>,
        <https://saref.etsi.org/saref4agri/v2.1.1/>,
        <https://saref.etsi.org/saref4auto/v1.1.1/>,
        <https://saref.etsi.org/saref4auto/v2.1.1/>,
        <https://saref.etsi.org/saref4auto/v2.1.1/example/AutomotiveDevice#>,
        <https://saref.etsi.org/saref4auto/v2.1.1/example/AutomotiveObject#>,
        <https://saref.etsi.org/saref4auto/v2.1.1/example/DangerousGoods#>,
        <https://saref.etsi.org/saref4auto/v2.1.1/example/ParkingSpot#>,
        <https://saref.etsi.org/saref4auto/v2.1.1/example/Platoon#>,
        <https://saref.etsi.org/saref4auto/v2.1.1/example/Road_topology#>,
        <https://saref.etsi.org/saref4auto/v2.1.1/example/Trailer#>,
        <https://saref.etsi.org/saref4auto/v2.1.1/example/VRUCluster#>,
        <https://saref.etsi.org/saref4auto/v2.1.1/example/Vehicle#>,
        <https://saref.etsi.org/saref4auto/v2.1.1/example/Vehicle_dynamic_properties#>,
        <https://saref.etsi.org/saref4auto/v2.1.1/example/VulnerableRoadUser#>,
        <https://saref.etsi.org/saref4city/v1.1.2/>,
        <https://saref.etsi.org/saref4city/v1.1.2/example/example1#>,
        <https://saref.etsi.org/saref4city/v2.1.1/>,
        <https://saref.etsi.org/saref4city/v2.1.1/example/RoadCongestion#>,
        <https://saref.etsi.org/saref4ehaw/v2.1.1/>,
        <https://saref.etsi.org/saref4envi/v2.1.1/>,
        <https://saref.etsi.org/saref4grid/v1.1.1/>,
        <https://saref.etsi.org/saref4grid/v2.1.1/>,
        <https://saref.etsi.org/saref4inma/v1.1.2/>,
        <https://saref.etsi.org/saref4inma/v2.1.1/>,
        <https://saref.etsi.org/saref4inma/v2.1.1/example/Observation#>,
        <https://saref.etsi.org/saref4lift/v1.1.1/>,
        <https://saref.etsi.org/saref4lift/v2.1.1/>,
        <https://saref.etsi.org/saref4mari/v1.1.1/>,
        <https://saref.etsi.org/saref4watr/v1.1.1/>,
        <https://saref.etsi.org/saref4watr/v2.1.1/>,
        <https://saref.etsi.org/saref4wear/v1.1.1/>,
        <https://saref.etsi.org/saref4wear/v1.1.1/example/indoor-event#>,
        <https://saref.etsi.org/saref4wear/v2.1.1/>,
        <https://saref.etsi.org/saref4wear/v2.1.1/example/indoor-event#> ;
    rdfs:comment "A feature of interest represents any real world entity from which a property is measured."@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/core/v3.1.1/>,
        <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/core/v4.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/core/v3.1.1/>,
        <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/core/v4.1.1/>,
        <https://saref.etsi.org/saref4agri/v1.1.2/>,
        <https://saref.etsi.org/saref4agri/v2.1.1/>,
        <https://saref.etsi.org/saref4auto/v1.1.1/>,
        <https://saref.etsi.org/saref4auto/v2.1.1/>,
        <https://saref.etsi.org/saref4city/v1.1.2/>,
        <https://saref.etsi.org/saref4city/v2.1.1/>,
        <https://saref.etsi.org/saref4ehaw/v2.1.1/>,
        <https://saref.etsi.org/saref4envi/v2.1.1/>,
        <https://saref.etsi.org/saref4grid/v1.1.1/>,
        <https://saref.etsi.org/saref4grid/v2.1.1/>,
        <https://saref.etsi.org/saref4inma/v1.1.2/>,
        <https://saref.etsi.org/saref4inma/v2.1.1/>,
        <https://saref.etsi.org/saref4lift/v1.1.1/>,
        <https://saref.etsi.org/saref4lift/v2.1.1/>,
        <https://saref.etsi.org/saref4mari/v1.1.1/>,
        <https://saref.etsi.org/saref4watr/v1.1.1/>,
        <https://saref.etsi.org/saref4watr/v2.1.1/>,
        <https://saref.etsi.org/saref4wear/v1.1.1/>,
        <https://saref.etsi.org/saref4wear/v2.1.1/> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom saref:Property ;
            owl:onProperty saref:hasProperty ],
        [ a owl:Restriction ;
            owl:allValuesFrom saref:Measurement ;
            owl:onProperty saref:hasMeasurement ] ;
    ns1:hiddenLabel "FeatureOfInterest" .