SAREF4AUTO example VehicleEnvironment
Turtle
@prefix : <https://saref.etsi.org/saref4auto/v2.1.1/example/VehicleEnvironment/> .
@prefix ex: <https://saref.etsi.org/saref4auto/v2.1.1/example/VehicleEnvironment/> .
@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#> .
<https://saref.etsi.org/saref4auto/v2.1.1/example/VehicleEnvironment#> 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 VehicleEnvironment"@en ;
dcterms:description "SAREF4AUTO example VehicleEnvironment"@en .
dcterms:conformsTo a owl:AnnotationProperty .
#################################################################
# Annotation properties
#################################################################
### http://purl.org/dc/terms/conformsTo
<http://purl.org/dc/terms/conformsTo> a owl:AnnotationProperty .
### http://purl.org/dc/terms/description
<http://purl.org/dc/terms/description> a owl:AnnotationProperty .
### http://purl.org/dc/terms/license
<http://purl.org/dc/terms/license> a owl:AnnotationProperty .
### http://purl.org/dc/terms/title
<http://purl.org/dc/terms/title> a owl:AnnotationProperty .
#################################################################
# Object Properties
#################################################################
### http://www.w3.org/2006/time#hasBeginning
time:hasBeginning a owl:ObjectProperty .
### http://www.w3.org/2006/time#hasEnd
time:hasEnd a owl:ObjectProperty .
#################################################################
# Data properties
#################################################################
### http://www.w3.org/2006/time#inXSDDateTimeStamp
time:inXSDDateTimeStamp a owl:DatatypeProperty .
#################################################################
# Classes
#################################################################
### http://www.w3.org/2006/time#Instant
time:Instant a owl:Class .
### http://www.w3.org/2006/time#Interval
time:Interval a owl:Class .
#################################################################
# Individuals
#################################################################
### http://www.ontology-of-units-of-measure.org/resource/om-2/kilometrePerHour
om:kilometrePerHour a saref:UnitOfMeasure .
### http://www.ontology-of-units-of-measure.org/resource/om-2/metre
om:metre a saref:UnitOfMeasure .
### http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius
om:degreeCelsius a saref:UnitOfMeasure .
[] a saref:Observation ;
saref:hasTimestamp "2020-04-15T11:45:24"^^xsd:dateTime ;
saref:observes <car1> ;
saref:observes s4auto:VehicleEnvironment ;
saref:hasResult [
s4auto:isComposedOf <adult1>,
<child1>,
<motorcyclist1>,
<car2>,
<truck1>,
[
a saref:PropertyValue ;
saref:isValueOfProperty s4auto:AirHumidity ;
saref:hasValue 99.0 ;
saref:isMeasuredIn om:percent
] , [
a saref:PropertyValue ;
saref:isValueOfProperty s4auto:BarometricPressure ;
saref:hasValue 1015.0 ;
saref:isMeasuredIn om:hectopascal
] , [
a saref:PropertyValue ;
saref:isValueOfProperty s4auto:PrecipitationIntensity ;
saref:hasValue 1.0 ;
saref:isMeasuredIn om:millimetrePerHour
] , [
a saref:PropertyValue ;
saref:isValueOfProperty s4auto:Temperature ;
saref:hasValue 23.0 ;
saref:isMeasuredIn om:degreeCelsius
]
] .