SAREF4AUTO example Road_topology
Turtle
@prefix : <https://saref.etsi.org/saref4auto/v2.1.1/example/Road_topology/> .
@prefix ex: <https://saref.etsi.org/saref4auto/v2.1.1/example/Road_topology/> .
@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/> .
<https://saref.etsi.org/saref4auto/v2.1.1/example/Road_topology#> 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 Road_topology"@en ;
dcterms:description "SAREF4AUTO example Road_topology"@en .
dcterms:conformsTo a owl:AnnotationProperty .
<a47> a saref:FeatureOfInterest , s4syst:System ;
saref:hasFeatureKind s4auto:Road ;
saref:consistsOf <a47/segment/1> ;
s4syst:connectedThrough <intersection> .
<intersection> a saref:FeatureOfInterest , s4syst:Connection ;
saref:hasFeatureKind s4auto:Intersection ;
s4syst:connectsSystem <a47> , <a7> .
<a47/segment/1> a saref:FeatureOfInterest ;
saref:hasFeatureKind s4auto:RoadSegment_nonUrban-WithStructuralSeparationToOppositeLanes ;
saref:hasFeatureKind s4auto:RoadSegment_passToLeft ;
saref:consistsOf <a47/segment/1/lane/1> , <a47/segment/1/lane/OuterhardShoulder> .
<a47/segment/1/lane/1> a saref:FeatureOfInterest ;
saref:hasFeatureKind s4auto:Lane_traffic ;
saref:hasPropertyValue [
saref:isValueOfProperty s4auto:DrivingLaneStatus ;
saref:hasValue true
] ;
saref:hasPropertyValue [
saref:isValueOfProperty s4auto:LaneWidth ;
saref:hasValue 2.5 ;
saref:isMeasuredIn om:metre
] ;
saref:hasPropertyValue [
saref:isValueOfProperty s4auto:SpeedLimit ;
saref:hasValue 70 ;
saref:isMeasuredIn om:kilometrePerHour
] .
<a47/segment/1/lane/OuterhardShoulder> a saref:FeatureOfInterest ;
saref:hasFeatureKind s4auto:OuterhardShoulder ;
saref:hasPropertyValue s4auto:HardShoulderStatus_availableForStopping .