example1.ttl 45.2 KB
Newer Older
Maxime Lefrançois's avatar
Maxime Lefrançois committed
@prefix : <https://saref.etsi.org/saref4auto/v1.1.1/example/example1/> .
@prefix ex: <https://saref.etsi.org/saref4auto/v1.1.1/example/example1/> .
@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/> .
Maxime Lefrançois's avatar
Maxime Lefrançois committed
@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/> .


Maxime Lefrançois's avatar
Maxime Lefrançois committed
<https://saref.etsi.org/saref4auto/v1.1.1/example/example1#> a dctype:Dataset ;
                                            dcterms:license <https://forge.etsi.org/etsi-software-license> ;
											dcterms:conformsTo <https://saref.etsi.org/saref4auto/v1.1.1/> ;
											dcterms:title "Example instances for SAREF extension to automotive"@en ;
wetterwald's avatar
wetterwald committed
											dcterms:description "An example of SAREF4AUTO for the use cases Platooning, AVP and environment"@en .
#################################################################
#################################################################

###  http://purl.org/dc/terms/conformsTo
<http://purl.org/dc/terms/conformsTo> rdf:type owl:AnnotationProperty .

###  http://purl.org/dc/terms/description
<http://purl.org/dc/terms/description> rdf:type owl:AnnotationProperty .
###  http://purl.org/dc/terms/license
<http://purl.org/dc/terms/license> rdf:type owl:AnnotationProperty .
###  http://purl.org/dc/terms/title
<http://purl.org/dc/terms/title> rdf:type owl:AnnotationProperty .
#################################################################
#    Object Properties
#################################################################
###  http://www.opengis.net/ont/geosparql#hasGeometry
<http://www.opengis.net/ont/geosparql#hasGeometry> rdf:type owl:ObjectProperty .
###  http://www.w3.org/2006/time#hasBeginning
<http://www.w3.org/2006/time#hasBeginning> rdf:type owl:ObjectProperty .
###  http://www.w3.org/2006/time#hasEnd
<http://www.w3.org/2006/time#hasEnd> rdf:type owl:ObjectProperty .
###  https://saref.etsi.org/core/hasConfidenceUnitOfMeasure
<https://saref.etsi.org/saref4auto/hasConfidenceUnitOfMeasure> rdf:type owl:ObjectProperty .
###  https://saref.etsi.org/core/isMeasuredIn
###  https://saref.etsi.org/core/relatesToMeasurement
saref:relatesToMeasurement rdf:type owl:ObjectProperty .
###  https://saref.etsi.org/saref4auto/consistsOfEntity
<https://saref.etsi.org/saref4auto/consistsOfEntity> rdf:type owl:ObjectProperty .
###  https://saref.etsi.org/saref4auto/consistsOfEvent
<https://saref.etsi.org/saref4auto/consistsOfEvent> rdf:type owl:ObjectProperty .
###  https://saref.etsi.org/saref4auto/consistsOfUser
<https://saref.etsi.org/saref4auto/consistsOfUser> rdf:type owl:ObjectProperty .
###  https://saref.etsi.org/saref4auto/consistsOfVehicle
<https://saref.etsi.org/saref4auto/consistsOfVehicle> rdf:type owl:ObjectProperty .
###  https://saref.etsi.org/saref4auto/hasAbsolutePosition
<https://saref.etsi.org/saref4auto/hasAbsolutePosition> rdf:type owl:ObjectProperty .
###  https://saref.etsi.org/saref4auto/hasConfidence
<https://saref.etsi.org/saref4auto/hasConfidence> rdf:type owl:ObjectProperty .
###  https://saref.etsi.org/saref4auto/hasDestinationEndPoint
<https://saref.etsi.org/saref4auto/hasDestinationEndPoint> rdf:type owl:ObjectProperty .
###  https://saref.etsi.org/saref4auto/hasEnvironment
<https://saref.etsi.org/saref4auto/hasEnvironment> rdf:type owl:ObjectProperty .
###  https://saref.etsi.org/saref4auto/hasHeight
<https://saref.etsi.org/saref4auto/hasHeight> rdf:type owl:ObjectProperty .
###  https://saref.etsi.org/saref4auto/hasIdentifier
<https://saref.etsi.org/saref4auto/hasIdentifier> rdf:type owl:ObjectProperty .
###  https://saref.etsi.org/saref4auto/hasMovement
<https://saref.etsi.org/saref4auto/hasMovement> rdf:type owl:ObjectProperty .
###  https://saref.etsi.org/saref4auto/hasOpeningTimeAvailability
<https://saref.etsi.org/saref4auto/hasOpeningTimeAvailability> rdf:type owl:ObjectProperty .
###  https://saref.etsi.org/saref4auto/hasOrigin
<https://saref.etsi.org/saref4auto/hasOrigin> rdf:type owl:ObjectProperty .
###  https://saref.etsi.org/saref4auto/hasParkingSpotState
<https://saref.etsi.org/saref4auto/hasParkingSpotState> rdf:type owl:ObjectProperty .
###  https://saref.etsi.org/saref4auto/hasParkingVehicleState
<https://saref.etsi.org/saref4auto/hasParkingVehicleState> rdf:type owl:ObjectProperty .
###  https://saref.etsi.org/saref4auto/hasPerceptionState
<https://saref.etsi.org/saref4auto/hasPerceptionState> rdf:type owl:ObjectProperty .
###  https://saref.etsi.org/saref4auto/hasPlatoonMember
<https://saref.etsi.org/saref4auto/hasPlatoonMember> rdf:type owl:ObjectProperty .
###  https://saref.etsi.org/saref4auto/hasPlatoonPosition
<https://saref.etsi.org/saref4auto/hasPlatoonPosition> rdf:type owl:ObjectProperty .
###  https://saref.etsi.org/saref4auto/hasPlatoonRole
<https://saref.etsi.org/saref4auto/hasPlatoonRole> rdf:type owl:ObjectProperty .
###  https://saref.etsi.org/saref4auto/hasPlatoonState
<https://saref.etsi.org/saref4auto/hasPlatoonState> rdf:type owl:ObjectProperty .
###  https://saref.etsi.org/saref4auto/hasRelativePosition
<https://saref.etsi.org/saref4auto/hasRelativePosition> rdf:type owl:ObjectProperty .
###  https://saref.etsi.org/saref4auto/hasRoute
<https://saref.etsi.org/saref4auto/hasRoute> rdf:type owl:ObjectProperty .
###  https://saref.etsi.org/saref4auto/hasShape
<https://saref.etsi.org/saref4auto/hasShape> rdf:type owl:ObjectProperty .
###  https://saref.etsi.org/saref4auto/isMemberOfPlatoon
<https://saref.etsi.org/saref4auto/isMemberOfPlatoon> rdf:type owl:ObjectProperty .
#################################################################
#################################################################
###  http://www.w3.org/2003/01/geo/wgs84_pos#alt
<http://www.w3.org/2003/01/geo/wgs84_pos#alt> rdf:type owl:DatatypeProperty .
###  http://www.w3.org/2003/01/geo/wgs84_pos#lat
<http://www.w3.org/2003/01/geo/wgs84_pos#lat> rdf:type owl:DatatypeProperty .
###  http://www.w3.org/2003/01/geo/wgs84_pos#long
<http://www.w3.org/2003/01/geo/wgs84_pos#long> rdf:type owl:DatatypeProperty .
###  http://www.w3.org/2006/time#inXSDDateTimeStamp
<http://www.w3.org/2006/time#inXSDDateTimeStamp> rdf:type owl:DatatypeProperty .
###  https://saref.etsi.org/saref4auto/hasConfidenceValue
<https://saref.etsi.org/saref4auto/hasConfidenceValue> rdf:type owl:DatatypeProperty .
###  https://saref.etsi.org/saref4auto/hasCoordinateX
<https://saref.etsi.org/saref4auto/hasCoordinateX> rdf:type owl:DatatypeProperty .
###  https://saref.etsi.org/saref4auto/hasCoordinateY
<https://saref.etsi.org/saref4auto/hasCoordinateY> rdf:type owl:DatatypeProperty .
###  https://saref.etsi.org/saref4auto/hasCoordinateZ
<https://saref.etsi.org/saref4auto/hasCoordinateZ> rdf:type owl:DatatypeProperty .
###  https://saref.etsi.org/saref4auto/hasIDValue
<https://saref.etsi.org/saref4auto/hasIDValue> rdf:type owl:DatatypeProperty .
###  https://saref.etsi.org/saref4auto/hasMaxSize
<https://saref.etsi.org/saref4auto/hasMaxSize> rdf:type owl:DatatypeProperty .
###  https://saref.etsi.org/saref4auto/hasPlatoonIndex
<https://saref.etsi.org/saref4auto/hasPlatoonIndex> rdf:type owl:DatatypeProperty .
#################################################################
#    Classes
#################################################################
###  http://www.w3.org/2006/time#Instant
<http://www.w3.org/2006/time#Instant> rdf:type owl:Class .
###  http://www.w3.org/2006/time#Interval
<http://www.w3.org/2006/time#Interval> rdf:type owl:Class .
###  https://saref.etsi.org/saref4auto/AbsolutePosition
<https://saref.etsi.org/saref4auto/AbsolutePosition> rdf:type owl:Class .
###  https://saref.etsi.org/saref4auto/AbsoluteSpeed
<https://saref.etsi.org/saref4auto/AbsoluteSpeed> rdf:type owl:Class .
###  https://saref.etsi.org/saref4auto/Address
<https://saref.etsi.org/saref4auto/Address> rdf:type owl:Class .
###  https://saref.etsi.org/saref4auto/AtDropOffSpot
<https://saref.etsi.org/saref4auto/AtDropOffSpot> rdf:type owl:Class .
###  https://saref.etsi.org/saref4auto/Car
<https://saref.etsi.org/saref4auto/Car> rdf:type owl:Class .
###  https://saref.etsi.org/saref4auto/DrivingToParkingSpot
<https://saref.etsi.org/saref4auto/DrivingToParkingSpot> rdf:type owl:Class .
###  https://saref.etsi.org/saref4auto/EndPoint
<https://saref.etsi.org/saref4auto/EndPoint> rdf:type owl:Class .
###  https://saref.etsi.org/saref4auto/Free
<https://saref.etsi.org/saref4auto/Free> rdf:type owl:Class .
###  https://saref.etsi.org/saref4auto/Height
<https://saref.etsi.org/saref4auto/Height> rdf:type owl:Class .
###  https://saref.etsi.org/saref4auto/HeightUnit
<https://saref.etsi.org/saref4auto/HeightUnit> rdf:type owl:Class .
###  https://saref.etsi.org/saref4auto/Identifier
<https://saref.etsi.org/saref4auto/Identifier> rdf:type owl:Class .
###  https://saref.etsi.org/saref4auto/Length
<https://saref.etsi.org/saref4auto/Length> rdf:type owl:Class .
###  https://saref.etsi.org/saref4auto/LengthUnit
<https://saref.etsi.org/saref4auto/LengthUnit> rdf:type owl:Class .
###  https://saref.etsi.org/saref4auto/NotifiedEvent
<https://saref.etsi.org/saref4auto/NotifiedEvent> rdf:type owl:Class .
###  https://saref.etsi.org/saref4auto/Occupied
<https://saref.etsi.org/saref4auto/Occupied> rdf:type owl:Class .
Maxime Lefrançois's avatar
Maxime Lefrançois committed
###  https://saref.etsi.org/saref4auto/P1Pedestrian
<https://saref.etsi.org/saref4auto/P1Pedestrian> rdf:type owl:Class .
Maxime Lefrançois's avatar
Maxime Lefrançois committed
###  https://saref.etsi.org/saref4auto/P3Motorcyclist
<https://saref.etsi.org/saref4auto/P3Motorcyclist> rdf:type owl:Class .
###  https://saref.etsi.org/saref4auto/Parked
<https://saref.etsi.org/saref4auto/Parked> rdf:type owl:Class .
###  https://saref.etsi.org/saref4auto/Parking
<https://saref.etsi.org/saref4auto/Parking> rdf:type owl:Class .
###  https://saref.etsi.org/saref4auto/ParkingSpotPoint
<https://saref.etsi.org/saref4auto/ParkingSpotPoint> rdf:type owl:Class .
###  https://saref.etsi.org/saref4auto/PerceptionState
<https://saref.etsi.org/saref4auto/PerceptionState> rdf:type owl:Class .
###  https://saref.etsi.org/saref4auto/Platoon
<https://saref.etsi.org/saref4auto/Platoon> rdf:type owl:Class .
###  https://saref.etsi.org/saref4auto/PlatoonPosition
<https://saref.etsi.org/saref4auto/PlatoonPosition> rdf:type owl:Class .
###  https://saref.etsi.org/saref4auto/PlatoonVehicleState
<https://saref.etsi.org/saref4auto/PlatoonVehicleState> rdf:type owl:Class .
###  https://saref.etsi.org/saref4auto/Platooning
<https://saref.etsi.org/saref4auto/Platooning> rdf:type owl:Class .
###  https://saref.etsi.org/saref4auto/RegularParkingSpot
<https://saref.etsi.org/saref4auto/RegularParkingSpot> rdf:type owl:Class .
###  https://saref.etsi.org/saref4auto/RelativePosition
<https://saref.etsi.org/saref4auto/RelativePosition> rdf:type owl:Class .
###  https://saref.etsi.org/saref4auto/Reserved
<https://saref.etsi.org/saref4auto/Reserved> rdf:type owl:Class .
###  https://saref.etsi.org/saref4auto/RoadEntity
<https://saref.etsi.org/saref4auto/RoadEntity> rdf:type owl:Class .
###  https://saref.etsi.org/saref4auto/Route
<https://saref.etsi.org/saref4auto/Route> rdf:type owl:Class .
###  https://saref.etsi.org/saref4auto/Shape
<https://saref.etsi.org/saref4auto/Shape> rdf:type owl:Class .
###  https://saref.etsi.org/saref4auto/Size
<https://saref.etsi.org/saref4auto/Size> rdf:type owl:Class .
###  https://saref.etsi.org/saref4auto/SmallObject
<https://saref.etsi.org/saref4auto/SmallObject> rdf:type owl:Class .
###  https://saref.etsi.org/saref4auto/SpeedConfidence
<https://saref.etsi.org/saref4auto/SpeedConfidence> rdf:type owl:Class .
###  https://saref.etsi.org/saref4auto/SpeedUnit
<https://saref.etsi.org/saref4auto/SpeedUnit> rdf:type owl:Class .
###  https://saref.etsi.org/saref4auto/StartPoint
<https://saref.etsi.org/saref4auto/StartPoint> rdf:type owl:Class .
###  https://saref.etsi.org/saref4auto/StationID
<https://saref.etsi.org/saref4auto/StationID> rdf:type owl:Class .
###  https://saref.etsi.org/saref4auto/Truck
<https://saref.etsi.org/saref4auto/Truck> rdf:type owl:Class .
###  https://saref.etsi.org/saref4auto/Unknown
<https://saref.etsi.org/saref4auto/Unknown> rdf:type owl:Class .
###  https://saref.etsi.org/saref4auto/VehicleEnvironment
<https://saref.etsi.org/saref4auto/VehicleEnvironment> rdf:type owl:Class .
###  https://saref.etsi.org/saref4auto/Width
<https://saref.etsi.org/saref4auto/Width> rdf:type owl:Class .
###  https://saref.etsi.org/saref4auto/WidthUnit
<https://saref.etsi.org/saref4auto/WidthUnit> rdf:type owl:Class .
#################################################################
#    Individuals
#################################################################
###  http://www.ontology-of-units-of-measure.org/resource/om-2/kilometrePerHour
om:kilometrePerHour rdf:type owl:NamedIndividual ,
                             <https://saref.etsi.org/saref4auto/SpeedUnit> .


###  http://www.ontology-of-units-of-measure.org/resource/om-2/metre
om:metre rdf:type owl:NamedIndividual ,
                  <https://saref.etsi.org/saref4auto/HeightUnit> ,
                  <https://saref.etsi.org/saref4auto/LengthUnit> ,
                  <https://saref.etsi.org/saref4auto/WidthUnit> .


###  https://saref.etsi.org/saref4auto/example#platoon_cardinality
:platoon_cardinality rdf:type owl:NamedIndividual ,
                              <https://saref.etsi.org/saref4auto/CardinalityUnit> ;
                     saref:isMeasuredIn :platoon_cardinality .


###  https://saref.etsi.org/saref4auto/example/Address1
:Address1 rdf:type owl:NamedIndividual ,
                   <https://saref.etsi.org/saref4auto/Address> .
###  https://saref.etsi.org/saref4auto/example/Adult1Height_Meas
:Adult1Height_Meas rdf:type owl:NamedIndividual ,
                            saref:Measurement ;
                   saref:isMeasuredIn om:metre ;
                   saref:hasValue 1.8 .
###  https://saref.etsi.org/saref4auto/example/Adult1RelativePosition
:Adult1RelativePosition rdf:type owl:NamedIndividual ,
                                 <https://saref.etsi.org/saref4auto/RelativePosition> ;
                        <https://saref.etsi.org/saref4auto/hasCoordinateX> 3 ;
                        <https://saref.etsi.org/saref4auto/hasCoordinateY> 18 ;
                        <https://saref.etsi.org/saref4auto/hasCoordinateZ> 0 .
###  https://saref.etsi.org/saref4auto/example/BlackMoto
:BlackMoto rdf:type owl:NamedIndividual ,
Maxime Lefrançois's avatar
Maxime Lefrançois committed
                    <https://saref.etsi.org/saref4auto/P3Motorcyclist> ;
           <https://saref.etsi.org/saref4auto/hasHeight> :Moto1Height ;
           <https://saref.etsi.org/saref4auto/hasMovement> <https://saref.etsi.org/saref4auto/Static> .
###  https://saref.etsi.org/saref4auto/example/Car1
:Car1 rdf:type owl:NamedIndividual ,
               <https://saref.etsi.org/saref4auto/Car> ;
      saref:hasProperty :Car1Speed ,
                        :HeightCar1 ,
                        :LengthCar1 ,
                        :WidthCar1 ;
      <https://saref.etsi.org/saref4auto/hasAbsolutePosition> :Car1AbsolutePosition1 ;
      <https://saref.etsi.org/saref4auto/hasEnvironment> :Car1VehicleEnv ;
      <https://saref.etsi.org/saref4auto/hasIdentifier> :StationID1 ;
      <https://saref.etsi.org/saref4auto/hasParkingVehicleState> :Car1AtDropOffSpot1 ,
                                                                 :Car1DrivingToParkingSpot1 ,
                                                                 :Car1ParkedInSpot1 ,
                                                                 :Car1ParkingInSpot1 ;
      <https://saref.etsi.org/saref4auto/hasPerceptionState> :EnvironmentDetected ;
      <https://saref.etsi.org/saref4auto/hasRoute> :Car1ParkingSpot1Route .
###  https://saref.etsi.org/saref4auto/example/Car1AbsolutePosition1
:Car1AbsolutePosition1 rdf:type owl:NamedIndividual ,
                                <https://saref.etsi.org/saref4auto/AbsolutePosition> ;
                       <http://www.w3.org/2003/01/geo/wgs84_pos#alt> 1.5466 ;
                       <http://www.w3.org/2003/01/geo/wgs84_pos#lat> 45.6678 ;
                       <http://www.w3.org/2003/01/geo/wgs84_pos#long> 7.3455 .
###  https://saref.etsi.org/saref4auto/example/Car1AtDropOffSpot1
:Car1AtDropOffSpot1 rdf:type owl:NamedIndividual ,
                             <https://saref.etsi.org/saref4auto/AtDropOffSpot> ;
                    saref:hasTimestamp "2020-04-08T14:02:10"^^xsd:dateTime .
###  https://saref.etsi.org/saref4auto/example/Car1DrivingToParkingSpot1
:Car1DrivingToParkingSpot1 rdf:type owl:NamedIndividual ,
                                    <https://saref.etsi.org/saref4auto/DrivingToParkingSpot> ;
                           saref:hasTimestamp "2020-04-08T14:04:00"^^xsd:dateTime .
###  https://saref.etsi.org/saref4auto/example/Car1DropOffPointParkingSpot1
:Car1DropOffPointParkingSpot1 rdf:type owl:NamedIndividual ,
                                       <https://saref.etsi.org/saref4auto/StartPoint> ;
                              <http://www.w3.org/2003/01/geo/wgs84_pos#lat> 52.082028 ;
                              <http://www.w3.org/2003/01/geo/wgs84_pos#long> 4.330057 .
###  https://saref.etsi.org/saref4auto/example/Car1EndPointParkingSpot1
:Car1EndPointParkingSpot1 rdf:type owl:NamedIndividual ,
                                   <https://saref.etsi.org/saref4auto/EndPoint> ;
                          owl:sameAs :ParkingSpot1Point .
###  https://saref.etsi.org/saref4auto/example/Car1Height_ManufacturerMeas
:Car1Height_ManufacturerMeas rdf:type owl:NamedIndividual ,
                                      saref:Measurement ;
                             saref:isMeasuredIn om:metre ;
                             saref:hasValue 1.5 .
###  https://saref.etsi.org/saref4auto/example/Car1Length_ManufacturerMeas
:Car1Length_ManufacturerMeas rdf:type owl:NamedIndividual ,
                                      saref:Measurement ;
                             saref:isMeasuredIn om:metre ;
                             saref:hasValue 3 .
###  https://saref.etsi.org/saref4auto/example/Car1ParkedInSpot1
:Car1ParkedInSpot1 rdf:type owl:NamedIndividual ,
                            <https://saref.etsi.org/saref4auto/Parked> ;
                   saref:hasTimestamp "2020-04-08T14:10:00"^^xsd:dateTime .
###  https://saref.etsi.org/saref4auto/example/Car1ParkingInSpot1
:Car1ParkingInSpot1 rdf:type owl:NamedIndividual ,
                             <https://saref.etsi.org/saref4auto/Parking> ;
                    saref:hasTimestamp "2020-04-08T14:07:00"^^xsd:dateTime .
###  https://saref.etsi.org/saref4auto/example/Car1ParkingSpot1Route
:Car1ParkingSpot1Route rdf:type owl:NamedIndividual ,
                                <https://saref.etsi.org/saref4auto/Route> ;
                       <https://saref.etsi.org/saref4auto/hasDestinationEndPoint> :Car1EndPointParkingSpot1 ;
                       <https://saref.etsi.org/saref4auto/hasOrigin> :Car1DropOffPointParkingSpot1 .
###  https://saref.etsi.org/saref4auto/example/Car1Speed
:Car1Speed rdf:type owl:NamedIndividual ,
                    <https://saref.etsi.org/saref4auto/AbsoluteSpeed> ;
###  https://saref.etsi.org/saref4auto/example/Car1Speed_Meas1
:Car1Speed_Meas1 rdf:type owl:NamedIndividual ,
                          saref:Measurement ;
                 saref:isMeasuredIn om:kilometrePerHour ;
                 <https://saref.etsi.org/saref4auto/hasConfidence> :Confidence1 ;
                 saref:hasTimestamp "2020-04-15T11:45:24"^^xsd:dateTime ;
                 saref:hasValue 100 .
###  https://saref.etsi.org/saref4auto/example/Car1VehicleEnv
:Car1VehicleEnv rdf:type owl:NamedIndividual ,
                         <https://saref.etsi.org/saref4auto/VehicleEnvironment> ;
                <https://saref.etsi.org/saref4auto/consistsOfEntity> :RoadEntityAdult1 ,
                                                                     :RoadEntityChild1 ,
                                                                     :RoadEntityEvent1 ,
                                                                     :RoadEntityMoto1 ;
wetterwald's avatar
wetterwald committed
                <https://saref.etsi.org/saref4auto/consistsOfVehicle> :Car4 ,
                                                                      :Truck4 .
###  https://saref.etsi.org/saref4auto/example/Car1Width_ManufacturerMeas
:Car1Width_ManufacturerMeas rdf:type owl:NamedIndividual ,
                                     saref:Measurement ;
                            saref:isMeasuredIn om:metre ;
                            saref:hasValue 1.475 .
###  https://saref.etsi.org/saref4auto/example/Car2
:Car2 rdf:type owl:NamedIndividual ,
               <https://saref.etsi.org/saref4auto/Car> ;
      <https://saref.etsi.org/saref4auto/hasIdentifier> :StationID2 .
###  https://saref.etsi.org/saref4auto/example/Car2Height_ManufacturerMeas
:Car2Height_ManufacturerMeas rdf:type owl:NamedIndividual ,
###  https://saref.etsi.org/saref4auto/example/Car3
:Car3 rdf:type owl:NamedIndividual ,
               <https://saref.etsi.org/saref4auto/Car> ;
      <https://saref.etsi.org/saref4auto/hasIdentifier> :StationID3 .
###  https://saref.etsi.org/saref4auto/example/Car3Height_ManufacturerMeas
:Car3Height_ManufacturerMeas rdf:type owl:NamedIndividual ,
wetterwald's avatar
wetterwald committed
###  https://saref.etsi.org/saref4auto/example/Car4
:Car4 rdf:type owl:NamedIndividual ,
wetterwald's avatar
wetterwald committed
         saref:hasProperty :Car4Speed ;
         <https://saref.etsi.org/saref4auto/hasIdentifier> :StationID7 ;
wetterwald's avatar
wetterwald committed
         <https://saref.etsi.org/saref4auto/hasRelativePosition> :Car4RelativePosition .
wetterwald's avatar
wetterwald committed
###  https://saref.etsi.org/saref4auto/example/Car4RelativePosition
:Car4RelativePosition rdf:type owl:NamedIndividual ,
                                  <https://saref.etsi.org/saref4auto/RelativePosition> ;
                         <https://saref.etsi.org/saref4auto/hasCoordinateX> -5 ;
                         <https://saref.etsi.org/saref4auto/hasCoordinateY> 19 ;
                         <https://saref.etsi.org/saref4auto/hasCoordinateZ> 0 .
wetterwald's avatar
wetterwald committed
###  https://saref.etsi.org/saref4auto/example/Car4Speed
:Car4Speed rdf:type owl:NamedIndividual ,
                       <https://saref.etsi.org/saref4auto/AbsoluteSpeed> ;
wetterwald's avatar
wetterwald committed
              saref:relatesToMeasurement :Car4Speed_Meas1 .
wetterwald's avatar
wetterwald committed
###  https://saref.etsi.org/saref4auto/example/Car4Speed_Meas1
:Car4Speed_Meas1 rdf:type owl:NamedIndividual ,
                             saref:Measurement ;
                    saref:isMeasuredIn om:kilometrePerHour ;
                    saref:hasTimestamp "2020-04-15T11:45:24"^^xsd:dateTime ;
                    saref:hasValue 20 .
###  https://saref.etsi.org/saref4auto/example/Child1Height_Meas
:Child1Height_Meas rdf:type owl:NamedIndividual ,
                            saref:Measurement ;
                   saref:isMeasuredIn om:metre ;
                   saref:hasValue 1.2 .
###  https://saref.etsi.org/saref4auto/example/Child1RelativePosition
:Child1RelativePosition rdf:type owl:NamedIndividual ,
                                 <https://saref.etsi.org/saref4auto/RelativePosition> ;
                        <https://saref.etsi.org/saref4auto/hasCoordinateX> -5 ;
                        <https://saref.etsi.org/saref4auto/hasCoordinateY> 2 ;
                        <https://saref.etsi.org/saref4auto/hasCoordinateZ> 0 .
###  https://saref.etsi.org/saref4auto/example/Confidence1
:Confidence1 rdf:type owl:NamedIndividual ,
                      <https://saref.etsi.org/saref4auto/SpeedConfidence> ;
Maxime Lefrançois's avatar
Maxime Lefrançois committed
             s4auto:hasConfidenceUnitOfMeasure om:kilometrePerHour ;
             <https://saref.etsi.org/saref4auto/hasConfidenceValue> 3 .
###  https://saref.etsi.org/saref4auto/example/EnvironmentDetected
:EnvironmentDetected rdf:type owl:NamedIndividual ,
                              <https://saref.etsi.org/saref4auto/PerceptionState> ;
                     saref:hasTimestamp "2020-04-15T11:45:24"^^xsd:dateTime .
###  https://saref.etsi.org/saref4auto/example/Event1RelativePosition
:Event1RelativePosition rdf:type owl:NamedIndividual ,
                                 <https://saref.etsi.org/saref4auto/RelativePosition> ;
                        <https://saref.etsi.org/saref4auto/hasCoordinateX> -5 ;
                        <https://saref.etsi.org/saref4auto/hasCoordinateY> 2 ;
                        <https://saref.etsi.org/saref4auto/hasCoordinateZ> 0 .
###  https://saref.etsi.org/saref4auto/example/HeightCar1
:HeightCar1 rdf:type owl:NamedIndividual ,
                     <https://saref.etsi.org/saref4auto/Height> ;
            saref:relatesToMeasurement :Car1Height_ManufacturerMeas .
###  https://saref.etsi.org/saref4auto/example/HeightCar2
:HeightCar2 rdf:type owl:NamedIndividual ,
                     <https://saref.etsi.org/saref4auto/Height> .
###  https://saref.etsi.org/saref4auto/example/HeightCar3
:HeightCar3 rdf:type owl:NamedIndividual ,
                     <https://saref.etsi.org/saref4auto/Height> .
###  https://saref.etsi.org/saref4auto/example/HeightTruck1
:HeightTruck1 rdf:type owl:NamedIndividual ,
                       <https://saref.etsi.org/saref4auto/Height> ;
              saref:relatesToMeasurement :Truck1Heigth_ManufacturerMeas .
###  https://saref.etsi.org/saref4auto/example/HeightTruck2
:HeightTruck2 rdf:type owl:NamedIndividual ,
                       <https://saref.etsi.org/saref4auto/Height> .
###  https://saref.etsi.org/saref4auto/example/HeightTruck3
:HeightTruck3 rdf:type owl:NamedIndividual ,
                       <https://saref.etsi.org/saref4auto/Height> .
###  https://saref.etsi.org/saref4auto/example/LengthCar1
:LengthCar1 rdf:type owl:NamedIndividual ,
                     <https://saref.etsi.org/saref4auto/Length> ;
            saref:relatesToMeasurement :Car1Length_ManufacturerMeas .
###  https://saref.etsi.org/saref4auto/example/LengthCar2
:LengthCar2 rdf:type owl:NamedIndividual ,
                     <https://saref.etsi.org/saref4auto/Length> .
###  https://saref.etsi.org/saref4auto/example/LengthCar3
:LengthCar3 rdf:type owl:NamedIndividual ,
                     <https://saref.etsi.org/saref4auto/Length> .
###  https://saref.etsi.org/saref4auto/example/LengthTruck1
:LengthTruck1 rdf:type owl:NamedIndividual ,
                       <https://saref.etsi.org/saref4auto/Length> ;
              saref:relatesToMeasurement :Truck1Length_ManufacturerMeas .
###  https://saref.etsi.org/saref4auto/example/LengthTruck2
:LengthTruck2 rdf:type owl:NamedIndividual ,
                       <https://saref.etsi.org/saref4auto/Length> .
###  https://saref.etsi.org/saref4auto/example/LengthTruck3
:LengthTruck3 rdf:type owl:NamedIndividual ,
                       <https://saref.etsi.org/saref4auto/Length> .
###  https://saref.etsi.org/saref4auto/example/Moto1Height
:Moto1Height rdf:type owl:NamedIndividual ,
                      <https://saref.etsi.org/saref4auto/Height> ;
###  https://saref.etsi.org/saref4auto/example/Moto1Height_Meas
:Moto1Height_Meas rdf:type owl:NamedIndividual ,
                           saref:Measurement ;
                  saref:isMeasuredIn om:metre ;
                  saref:hasValue 1.3 .
###  https://saref.etsi.org/saref4auto/example/Moto1RelativePosition
:Moto1RelativePosition rdf:type owl:NamedIndividual ,
                                <https://saref.etsi.org/saref4auto/RelativePosition> ;
                       <https://saref.etsi.org/saref4auto/hasCoordinateX> -10 ;
                       <https://saref.etsi.org/saref4auto/hasCoordinateY> 4 ;
                       <https://saref.etsi.org/saref4auto/hasCoordinateZ> 0 .
###  https://saref.etsi.org/saref4auto/example/ParkingSpot1
:ParkingSpot1 rdf:type owl:NamedIndividual ,
                       <https://saref.etsi.org/saref4auto/RegularParkingSpot> ;
              <http://www.opengis.net/ont/geosparql#hasGeometry> :ParkingSpot1Point ;
              <https://saref.etsi.org/saref4auto/hasOpeningTimeAvailability> :ParkingSpot1OpeningTimeAvailability ;
              <https://saref.etsi.org/saref4auto/hasParkingSpotState> :ParkingSpot1Free ,
                                                                      :ParkingSpot1Occupied ,
                                                                      :ParkingSpot1Reserved .
###  https://saref.etsi.org/saref4auto/example/ParkingSpot1ClosingTime
:ParkingSpot1ClosingTime rdf:type owl:NamedIndividual ,
                                  <http://www.w3.org/2006/time#Instant> ;
                         <http://www.w3.org/2006/time#inXSDDateTimeStamp> "2020-04-08T21:00:00Z"^^xsd:dateTimeStamp .
###  https://saref.etsi.org/saref4auto/example/ParkingSpot1Free
:ParkingSpot1Free rdf:type owl:NamedIndividual ,
                           <https://saref.etsi.org/saref4auto/Free> ;
                  saref:hasTimestamp "2020-04-08T14:00:00"^^xsd:dateTime .
###  https://saref.etsi.org/saref4auto/example/ParkingSpot1Occupied
:ParkingSpot1Occupied rdf:type owl:NamedIndividual ,
                               <https://saref.etsi.org/saref4auto/Occupied> ;
                      saref:hasTimestamp "2020-04-08T14:07:00"^^xsd:dateTime .
###  https://saref.etsi.org/saref4auto/example/ParkingSpot1OpeningTime
:ParkingSpot1OpeningTime rdf:type owl:NamedIndividual ,
                                  <http://www.w3.org/2006/time#Instant> ;
                         <http://www.w3.org/2006/time#inXSDDateTimeStamp> "2020-04-08T09:00:00Z"^^xsd:dateTimeStamp .
###  https://saref.etsi.org/saref4auto/example/ParkingSpot1OpeningTimeAvailability
:ParkingSpot1OpeningTimeAvailability rdf:type owl:NamedIndividual ,
                                              <http://www.w3.org/2006/time#Interval> ;
                                     <http://www.w3.org/2006/time#hasBeginning> :ParkingSpot1OpeningTime ;
                                     <http://www.w3.org/2006/time#hasEnd> :ParkingSpot1ClosingTime .
###  https://saref.etsi.org/saref4auto/example/ParkingSpot1Point
:ParkingSpot1Point rdf:type owl:NamedIndividual ,
                            <https://saref.etsi.org/saref4auto/ParkingSpotPoint> ;
                   <http://www.w3.org/2003/01/geo/wgs84_pos#lat> 52.081927 ;
                   <http://www.w3.org/2003/01/geo/wgs84_pos#long> 4.325145 .
###  https://saref.etsi.org/saref4auto/example/ParkingSpot1Reserved
:ParkingSpot1Reserved rdf:type owl:NamedIndividual ,
                               <https://saref.etsi.org/saref4auto/Reserved> ;
                      saref:hasTimestamp "2020-04-08T14:03:00"^^xsd:dateTime .
###  https://saref.etsi.org/saref4auto/example/Platoon1
:Platoon1 rdf:type owl:NamedIndividual ,
                   <https://saref.etsi.org/saref4auto/Platoon> ;
          <https://saref.etsi.org/saref4auto/hasDestinationEndPoint> :Platoon1EndPoint ;
          <https://saref.etsi.org/saref4auto/hasPlatoonMember> :Truck1 ,
                                                               :Truck2 ,
                                                               :Truck3 ;
          <https://saref.etsi.org/saref4auto/hasPlatoonState> :Platoon1Platooning ,
                                                              :Platoon1Unknown ;
          <https://saref.etsi.org/saref4auto/hasMaxSize> 6 .
###  https://saref.etsi.org/saref4auto/example/Platoon1EndPoint
:Platoon1EndPoint rdf:type owl:NamedIndividual ,
                           <https://saref.etsi.org/saref4auto/EndPoint> ;
                  owl:sameAs :Truck1EndPoint .
###  https://saref.etsi.org/saref4auto/example/Platoon1Platooning
:Platoon1Platooning rdf:type owl:NamedIndividual ,
                             <https://saref.etsi.org/saref4auto/PlatoonVehicleState> ,
                             <https://saref.etsi.org/saref4auto/Platooning> ;
                    saref:hasTimestamp "2020-02-02T19:01:00"^^xsd:dateTime ,
                                       "2020-02-02T19:04:50"^^xsd:dateTime ,
                                       "2020-02-02T19:16:38"^^xsd:dateTime .
###  https://saref.etsi.org/saref4auto/example/Platoon1Size
:Platoon1Size rdf:type owl:NamedIndividual ,
                       <https://saref.etsi.org/saref4auto/Size> ;
###  https://saref.etsi.org/saref4auto/example/Platoon1Size_Meas1
:Platoon1Size_Meas1 rdf:type owl:NamedIndividual ,
                             saref:Measurement ;
                    saref:isMeasuredIn :platoon_cardinality ;
                    saref:hasTimestamp "2020-02-02T18:45:35"^^xsd:dateTime ;
                    saref:hasValue 2 .
###  https://saref.etsi.org/saref4auto/example/Platoon1Unknown
:Platoon1Unknown rdf:type owl:NamedIndividual ,
                          <https://saref.etsi.org/saref4auto/PlatoonVehicleState> ,
                          <https://saref.etsi.org/saref4auto/Unknown> ;
                 saref:hasTimestamp "2020-02-02T18:48:15"^^xsd:dateTime ;
                 rdfs:label "unknown"@en .
###  https://saref.etsi.org/saref4auto/example/PlatoonID1
:PlatoonID1 rdf:type owl:NamedIndividual ,
                     <https://saref.etsi.org/saref4auto/Identifier> ;
            <https://saref.etsi.org/saref4auto/hasIDValue> 1 .
###  https://saref.etsi.org/saref4auto/example/PlatoonPosition1
:PlatoonPosition1 rdf:type owl:NamedIndividual ,
                           <https://saref.etsi.org/saref4auto/PlatoonPosition> ;
                  <https://saref.etsi.org/saref4auto/hasPlatoonIndex> 1 .
###  https://saref.etsi.org/saref4auto/example/PlatoonPosition2
:PlatoonPosition2 rdf:type owl:NamedIndividual ,
                           <https://saref.etsi.org/saref4auto/PlatoonPosition> ;
                  <https://saref.etsi.org/saref4auto/hasPlatoonIndex> 2 .
###  https://saref.etsi.org/saref4auto/example/PlatoonPosition3
:PlatoonPosition3 rdf:type owl:NamedIndividual ,
                           <https://saref.etsi.org/saref4auto/PlatoonPosition> ;
                  <https://saref.etsi.org/saref4auto/hasPlatoonIndex> 3 .
###  https://saref.etsi.org/saref4auto/example/PlatoonSize_Meas2
:PlatoonSize_Meas2 rdf:type owl:NamedIndividual ,
                            saref:Measurement ;
                   saref:hasTimestamp "2020-02-02T19:00:00"^^xsd:dateTime ;
                   saref:hasValue "3"^^xsd:int .
###  https://saref.etsi.org/saref4auto/example/RoadConeObject
:RoadConeObject rdf:type owl:NamedIndividual ,
                         <https://saref.etsi.org/saref4auto/SmallObject> ;
                <https://saref.etsi.org/saref4auto/hasMovement> <https://saref.etsi.org/saref4auto/Static> ;
                <https://saref.etsi.org/saref4auto/hasShape> :cone .
###  https://saref.etsi.org/saref4auto/example/RoadEntityAdult1
:RoadEntityAdult1 rdf:type owl:NamedIndividual ,
                           <https://saref.etsi.org/saref4auto/RoadEntity> ;
                  <https://saref.etsi.org/saref4auto/consistsOfUser> :adult1 ;
                  <https://saref.etsi.org/saref4auto/hasRelativePosition> :Adult1RelativePosition .
###  https://saref.etsi.org/saref4auto/example/RoadEntityChild1
:RoadEntityChild1 rdf:type owl:NamedIndividual ,
                           <https://saref.etsi.org/saref4auto/RoadEntity> ;
                  <https://saref.etsi.org/saref4auto/consistsOfUser> :child1 ;
                  <https://saref.etsi.org/saref4auto/hasRelativePosition> :Child1RelativePosition .
###  https://saref.etsi.org/saref4auto/example/RoadEntityEvent1
:RoadEntityEvent1 rdf:type owl:NamedIndividual ,
                           <https://saref.etsi.org/saref4auto/RoadEntity> ;
                  <https://saref.etsi.org/saref4auto/consistsOfEvent> :humanPresenceOnTheRoad ;
                  <https://saref.etsi.org/saref4auto/hasRelativePosition> :Event1RelativePosition .
###  https://saref.etsi.org/saref4auto/example/RoadEntityMoto1
:RoadEntityMoto1 rdf:type owl:NamedIndividual ,
                          <https://saref.etsi.org/saref4auto/RoadEntity> ;
                 <https://saref.etsi.org/saref4auto/consistsOfUser> :BlackMoto ;
                 <https://saref.etsi.org/saref4auto/hasRelativePosition> :Moto1RelativePosition .
###  https://saref.etsi.org/saref4auto/example/StationID1
:StationID1 rdf:type owl:NamedIndividual ,
                     <https://saref.etsi.org/saref4auto/StationID> ;
            <https://saref.etsi.org/saref4auto/hasIDValue> 1 .
###  https://saref.etsi.org/saref4auto/example/StationID2
:StationID2 rdf:type owl:NamedIndividual ,
                     <https://saref.etsi.org/saref4auto/StationID> .
###  https://saref.etsi.org/saref4auto/example/StationID3
:StationID3 rdf:type owl:NamedIndividual ,
                     <https://saref.etsi.org/saref4auto/StationID> .
###  https://saref.etsi.org/saref4auto/example/StationID4
:StationID4 rdf:type owl:NamedIndividual ,
                     <https://saref.etsi.org/saref4auto/StationID> .
###  https://saref.etsi.org/saref4auto/example/StationID5
:StationID5 rdf:type owl:NamedIndividual ,
                     <https://saref.etsi.org/saref4auto/StationID> .
###  https://saref.etsi.org/saref4auto/example/StationID6
:StationID6 rdf:type owl:NamedIndividual ,
                     <https://saref.etsi.org/saref4auto/StationID> .
###  https://saref.etsi.org/saref4auto/example/StationID7
:StationID7 rdf:type owl:NamedIndividual ,
                     <https://saref.etsi.org/saref4auto/StationID> .
###  https://saref.etsi.org/saref4auto/example/StationID8
:StationID8 rdf:type owl:NamedIndividual ,
                     <https://saref.etsi.org/saref4auto/StationID> .
###  https://saref.etsi.org/saref4auto/example/Truck1
:Truck1 rdf:type owl:NamedIndividual ,
                 <https://saref.etsi.org/saref4auto/Truck> ;
        saref:hasProperty :HeightTruck1 ,
                          :LengthTruck1 ,
                          :WidthTruck1 ;
        <https://saref.etsi.org/saref4auto/hasIdentifier> :StationID4 ;
        <https://saref.etsi.org/saref4auto/hasPlatoonPosition> :PlatoonPosition1 ;
        <https://saref.etsi.org/saref4auto/hasPlatoonRole> <https://saref.etsi.org/saref4auto/Leader> ;
        <https://saref.etsi.org/saref4auto/hasRoute> :Truck1Route .
###  https://saref.etsi.org/saref4auto/example/Truck1EndPoint
:Truck1EndPoint rdf:type owl:NamedIndividual ,
                         <https://saref.etsi.org/saref4auto/EndPoint> ;
                <http://www.w3.org/2003/01/geo/wgs84_pos#lat> 51.904957 ;
                <http://www.w3.org/2003/01/geo/wgs84_pos#long> 4.484551 .
###  https://saref.etsi.org/saref4auto/example/Truck1Heigth_ManufacturerMeas
:Truck1Heigth_ManufacturerMeas rdf:type owl:NamedIndividual ,
                                        saref:Measurement ;
                               saref:isMeasuredIn om:metre ;
                               saref:hasValue 2.45 .
###  https://saref.etsi.org/saref4auto/example/Truck1Length_ManufacturerMeas
:Truck1Length_ManufacturerMeas rdf:type owl:NamedIndividual ,
                                        saref:Measurement ;
                               saref:isMeasuredIn om:metre ;
                               saref:hasValue 13 .
###  https://saref.etsi.org/saref4auto/example/Truck1Route
:Truck1Route rdf:type owl:NamedIndividual ,
                      <https://saref.etsi.org/saref4auto/Route> ;
             <https://saref.etsi.org/saref4auto/hasDestinationEndPoint> :Truck1EndPoint .