SAREF4AUTO example AutomotiveDevice
Turtle
@prefix : <https://saref.etsi.org/saref4auto/v2.1.1/example/AutomotiveDevice/> .
@prefix ex: <https://saref.etsi.org/saref4auto/v2.1.1/example/AutomotiveDevice/> .
@prefix om: <http://www.ontology-of-units-of-measure.org/resource/om-2/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix geosp: <http://www.opengis.net/ont/geosparql#> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix s4auto: <https://saref.etsi.org/saref4auto/> .
@prefix s4syst: <https://saref.etsi.org/saref4syst/> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@base <https://saref.etsi.org/saref4auto/v2.1.1/example/AutomotiveDevice/> .
<https://saref.etsi.org/saref4auto/v2.1.1/example/AutomotiveDevice#> a dctype:Dataset ;
dcterms:license <https://forge.etsi.org/etsi-software-license> ;
dcterms:conformsTo <https://saref.etsi.org/saref4auto/v2.1.1/> ;
dcterms:title "SAREF4AUTO example AutomotiveDevice"@en ;
dcterms:description "SAREF4AUTO example AutomotiveDevice"@en .
dcterms:conformsTo a owl:AnnotationProperty .
<bus> a saref:FeatureOfInterest , s4auto:Vehicle ;
saref:hasFeatureKind s4auto:ConvertibleVehicle ;
s4syst:hasSubSystem <obu> .
<obu> a saref:FeatureOfInterest , s4auto:AutomotiveDevice ;
saref:hasDeviceKind s4auto:OnBoardUnit .
<animal> a saref:FeatureOfInterest , s4auto:VulnerableRoadUser ;
saref:hasFeatureKind s4auto:VulnerableRoadUser_Animal_farm-animal ;
s4syst:hasSubSystem <mu> .
<mu> a saref:FeatureOfInterest , s4auto:AutomotiveDevice ;
saref:hasDeviceKind s4auto:MobileUnit .
ex:RoadSideEquipmentInCatalog a s4auto:RoadSideEquipment , saref:DeviceKind .
<RoadSideEquipmentInApplication> a s4auto:RoadSideEquipment , saref:Device ;
saref:hasDeviceKind ex:RoadSideEquipmentInCatalog .
ex:RetractableBollardInCatalog a s4auto:AutomotiveEntity , saref:FeatureKind .
ex:RoadSideActuatorInCatalog a s4auto:RoadSideActuator , saref:DeviceKind ;
saref:controls ex:RetractableBollardInCatalog .
<RetractableBollardInApplication> a s4auto:AutomotiveEntity , saref:FeatureOfInterest ;
saref:hasFeatureKind ex:RetractableBollardInCatalog .
<RoadSideActuatorInApplication> a s4auto:RoadSideActuator , saref:Device ;
saref:hasDeviceKind ex:RoadSideActuatorInCatalog ;
saref:controls <RetractableBollardInApplication> ;
saref:controls ex:RetractableBollardInCatalog . # this triple can be inferred.