SAREF4AUTO example Vehicle_static_properties
Turtle
@prefix : <https://saref.etsi.org/saref4auto/v2.1.1/example/Vehicle_static_properties/> .
@prefix ex: <https://saref.etsi.org/saref4auto/v2.1.1/example/Vehicle_static_properties/> .
@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/> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.
<https://saref.etsi.org/saref4auto/v2.1.1/example/Vehicle_static_properties#> 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 Vehicle_static_properties"@en ;
dcterms:description "SAREF4AUTO example Vehicle_static_properties"@en .
dcterms:conformsTo a owl:AnnotationProperty .
<clio2> a s4auto:Vehicle , saref:FeatureKind ;
skos:broader s4auto:PassengerCarVehicle ;
saref:hasPropertyValue [
saref:isValueOfProperty s4auto:VehicleIdentification ;
rdfs:comment "Renault Clio II diesel société 5 p. Flins"@en ;
s4auto:isComposedOf [
saref:isValueOfProperty s4auto:VDS ;
saref:hasValue "SB0ROF"
] , [
saref:isValueOfProperty s4auto:WMInumber ;
saref:hasValue "VF1"
]
] , [
saref:isValueOfProperty s4auto:VehicleLengthWithoutTrailer ;
saref:hasValue 3.818 ;
saref:isMeasuredIn om:metre
] , [
saref:isValueOfProperty s4auto:VehicleWidth ;
saref:hasValue 1.940 ;
saref:isMeasuredIn om:metre
] , [
saref:isValueOfProperty s4auto:VehicleHeight ;
saref:hasValue 1.417 ;
saref:isMeasuredIn om:metre
] , [
saref:isValueOfProperty s4auto:VehicleMass ;
saref:hasValue 980.0 ;
saref:isMeasuredIn om:kilogram
] , [
saref:isValueOfProperty s4auto:WheelBaseVehicle ;
saref:hasValue 2.472 ;
saref:isMeasuredIn om:metre
] , [
saref:isValueOfProperty s4auto:TurningRadius ;
saref:hasValue 10.4 ;
saref:isMeasuredIn om:metre
] , [
saref:isValueOfProperty s4auto:PositionOfPillars ;
rdfs:comment "fake distances"@en ;
s4auto:isComposedOf [
saref:isValueOfProperty s4auto:PosPillar ;
s4auto:hasIndex 1 ;
saref:hasValue 1.0 ;
saref:isMeasuredIn om:metre
] , [
saref:isValueOfProperty s4auto:PosPillar ;
s4auto:hasIndex 2 ;
saref:hasValue 2.0 ;
saref:isMeasuredIn om:metre
] , [
saref:isValueOfProperty s4auto:PosPillar ;
s4auto:hasIndex 3 ;
saref:hasValue 3.0 ;
saref:isMeasuredIn om:metre
]
] , [
saref:isValueOfProperty s4auto:PosCentMass ;
rdfs:comment "fake distance"@en ;
saref:hasValue 1.0 ;
saref:isMeasuredIn om:metre
] , [
saref:isValueOfProperty s4auto:PosFrontAx ;
rdfs:comment "fake distance"@en ;
saref:hasValue 1.0 ;
saref:isMeasuredIn om:metre
] , [
saref:isValueOfProperty s4auto:PosLonCarr ;
rdfs:comment "fake distance"@en ;
saref:hasValue 1.0 ;
saref:isMeasuredIn om:metre
] , [
saref:isValueOfProperty s4auto:HeightLonCarr ;
rdfs:comment "fake distance"@en ;
saref:hasValue 1.0 ;
saref:isMeasuredIn om:metre
] .