Definition of saref:hasFeatureKind
Defined in https://saref.etsi.org/core/v3.2.1/ as:
links a feature of interest to its kind, a feature kind
Description as an Object Property
- has sub-properties
- saref:hasDeviceKind
- has domain
- saref:FeatureOfInterest
- has range
- saref:FeatureKind
- has sub-property chains
- ( saref:hasFeatureKind o skos:broader)
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:hasCommand owl:propertyChainAxiom ( saref:hasFeatureKind saref:hasMandatoryCommand ) .
saref:hasDeviceKind rdfs:subPropertyOf saref:hasFeatureKind .
saref:hasProperty owl:propertyChainAxiom ( saref:hasFeatureKind saref:hasProperty ) .
saref:hasState owl:propertyChainAxiom ( saref:hasFeatureKind saref:hasState ) .
<https://saref.etsi.org/saref4auto/v2.1.1/example/AutomotiveDevice#> dct:references saref:hasFeatureKind .
<https://saref.etsi.org/saref4auto/v2.1.1/example/AutomotiveObject#> dct:references saref:hasFeatureKind .
<https://saref.etsi.org/saref4auto/v2.1.1/example/DangerousGoods#> dct:references saref:hasFeatureKind .
<https://saref.etsi.org/saref4auto/v2.1.1/example/ParkingSpot#> dct:references saref:hasFeatureKind .
<https://saref.etsi.org/saref4auto/v2.1.1/example/Road_topology#> dct:references saref:hasFeatureKind .
<https://saref.etsi.org/saref4auto/v2.1.1/example/TrafficParticipant#> dct:references saref:hasFeatureKind .
<https://saref.etsi.org/saref4auto/v2.1.1/example/Trailer#> dct:references saref:hasFeatureKind .
<https://saref.etsi.org/saref4auto/v2.1.1/example/VRUCluster#> dct:references saref:hasFeatureKind .
<https://saref.etsi.org/saref4auto/v2.1.1/example/Vehicle#> dct:references saref:hasFeatureKind .
<https://saref.etsi.org/saref4auto/v2.1.1/example/VulnerableRoadUser#> dct:references saref:hasFeatureKind .
<https://saref.etsi.org/saref4envi/v2.1.1/example/example1ENVI#> dct:references saref:hasFeatureKind .
<https://saref.etsi.org/saref4auto/v2.1.1/> dct:references saref:hasFeatureKind .
<https://saref.etsi.org/saref4envi/v2.1.1/> dct:references saref:hasFeatureKind .
<https://saref.etsi.org/core/v3.2.1/> dct:references saref:hasFeatureKind ;
dct:subject saref:hasFeatureKind .
<https://saref.etsi.org/core/v4.1.1/> dct:references saref:hasFeatureKind ;
dct:subject saref:hasFeatureKind .
saref:hasFeatureKind a owl:ObjectProperty ;
rdfs:label "has feature kind"@en ;
dct:isReferencedBy <https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.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/Road_topology#>,
<https://saref.etsi.org/saref4auto/v2.1.1/example/TrafficParticipant#>,
<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/VulnerableRoadUser#>,
<https://saref.etsi.org/saref4envi/v2.1.1/>,
<https://saref.etsi.org/saref4envi/v2.1.1/example/example1ENVI#> ;
rdfs:comment "links a feature of interest to its kind, a feature kind"@en ;
rdfs:domain saref:FeatureOfInterest ;
rdfs:isDefinedBy <https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/> ;
rdfs:range saref:FeatureKind ;
rdfs:seeAlso <https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/>,
<https://saref.etsi.org/saref4auto/v2.1.1/>,
<https://saref.etsi.org/saref4envi/v2.1.1/> ;
owl:propertyChainAxiom ( saref:hasFeatureKind skos:broader ) ;
skos:hiddenLabel "hasFeatureKind" ;
skos:historyNote "V3.2.1: Introduce hasClassKind for Class is Feature, Device, Property, State, Function, Command."@en .