example1.ttl 45.2 KB
Newer Older
###  https://saref.etsi.org/saref4auto/example/Truck1Width_ManufacturerMeas
:Truck1Width_ManufacturerMeas rdf:type owl:NamedIndividual ,
                                       saref:Measurement ;
                              saref:isMeasuredIn om:metre ;
                              saref:hasValue 2.45 .
###  https://saref.etsi.org/saref4auto/example/Truck2
:Truck2 rdf:type owl:NamedIndividual ,
                 <https://saref.etsi.org/saref4auto/Truck> ;
        <https://saref.etsi.org/saref4auto/hasIdentifier> :StationID5 ;
        <https://saref.etsi.org/saref4auto/hasPlatoonPosition> :PlatoonPosition2 ;
        <https://saref.etsi.org/saref4auto/hasPlatoonRole> <https://saref.etsi.org/saref4auto/Follower> .
###  https://saref.etsi.org/saref4auto/example/Truck3
:Truck3 rdf:type owl:NamedIndividual ,
                 <https://saref.etsi.org/saref4auto/Truck> ;
        <https://saref.etsi.org/saref4auto/hasIdentifier> :StationID6 ;
        <https://saref.etsi.org/saref4auto/hasPlatoonPosition> :PlatoonPosition3 ;
        <https://saref.etsi.org/saref4auto/hasPlatoonRole> <https://saref.etsi.org/saref4auto/Trailing> ;
        <https://saref.etsi.org/saref4auto/isMemberOfPlatoon> :Platoon1 .
wetterwald's avatar
wetterwald committed
###  https://saref.etsi.org/saref4auto/example/Truck4
:Truck4 rdf:type owl:NamedIndividual ,
wetterwald's avatar
wetterwald committed
           saref:hasProperty :Truck4Speed ;
           <https://saref.etsi.org/saref4auto/hasIdentifier> :StationID8 ;
wetterwald's avatar
wetterwald committed
           <https://saref.etsi.org/saref4auto/hasRelativePosition> :Truck4RelativePosition .
wetterwald's avatar
wetterwald committed
###  https://saref.etsi.org/saref4auto/example/Truck4RelativePosition
:Truck4RelativePosition rdf:type owl:NamedIndividual ,
                                    <https://saref.etsi.org/saref4auto/RelativePosition> ;
                           <https://saref.etsi.org/saref4auto/hasCoordinateX> 6 ;
                           <https://saref.etsi.org/saref4auto/hasCoordinateY> 10 ;
                           <https://saref.etsi.org/saref4auto/hasCoordinateZ> 0 .
wetterwald's avatar
wetterwald committed
###  https://saref.etsi.org/saref4auto/example/Truck4Speed
:Truck4Speed rdf:type owl:NamedIndividual ,
                         <https://saref.etsi.org/saref4auto/AbsoluteSpeed> ;
wetterwald's avatar
wetterwald committed
                saref:relatesToMeasurement :Truck4Speed_Meas1 .
wetterwald's avatar
wetterwald committed
###  https://saref.etsi.org/saref4auto/example/Truck4Speed_Meas1
:Truck4Speed_Meas1 rdf:type owl:NamedIndividual ,
                               saref:Measurement ;
                      saref:isMeasuredIn om:kilometrePerHour ;
                      saref:hasTimestamp "2020-04-15T11:45:24"^^xsd:dateTime ;
                      saref:hasValue 0 .
###  https://saref.etsi.org/saref4auto/example/WidthCar1
:WidthCar1 rdf:type owl:NamedIndividual ,
                    <https://saref.etsi.org/saref4auto/Width> ;
           saref:relatesToMeasurement :Car1Width_ManufacturerMeas .
###  https://saref.etsi.org/saref4auto/example/WidthCar2
:WidthCar2 rdf:type owl:NamedIndividual ,
                    <https://saref.etsi.org/saref4auto/Width> .
###  https://saref.etsi.org/saref4auto/example/WidthCar3
:WidthCar3 rdf:type owl:NamedIndividual ,
                    <https://saref.etsi.org/saref4auto/Width> .
###  https://saref.etsi.org/saref4auto/example/WidthTruck1
:WidthTruck1 rdf:type owl:NamedIndividual ,
                      <https://saref.etsi.org/saref4auto/Width> ;
             saref:relatesToMeasurement :Truck1Width_ManufacturerMeas .
###  https://saref.etsi.org/saref4auto/example/WidthTruck2
:WidthTruck2 rdf:type owl:NamedIndividual ,
                      <https://saref.etsi.org/saref4auto/Width> .
###  https://saref.etsi.org/saref4auto/example/WidthTruck3
:WidthTruck3 rdf:type owl:NamedIndividual ,
                      <https://saref.etsi.org/saref4auto/Width> .
###  https://saref.etsi.org/saref4auto/example/adult1
:adult1 rdf:type owl:NamedIndividual ,
Maxime Lefrançois's avatar
Maxime Lefrançois committed
                 <https://saref.etsi.org/saref4auto/P1Pedestrian> ;
        <https://saref.etsi.org/saref4auto/hasHeight> :adult1Height ;
        <https://saref.etsi.org/saref4auto/hasMovement> <https://saref.etsi.org/saref4auto/Static> .
###  https://saref.etsi.org/saref4auto/example/adult1Height
:adult1Height rdf:type owl:NamedIndividual ,
                       <https://saref.etsi.org/saref4auto/Height> ;
###  https://saref.etsi.org/saref4auto/example/child1
:child1 rdf:type owl:NamedIndividual ,
Maxime Lefrançois's avatar
Maxime Lefrançois committed
                 <https://saref.etsi.org/saref4auto/P1Pedestrian> ;
        <https://saref.etsi.org/saref4auto/hasHeight> :child1Height ;
        <https://saref.etsi.org/saref4auto/hasMovement> <https://saref.etsi.org/saref4auto/CrossingLeft> .
###  https://saref.etsi.org/saref4auto/example/child1Height
:child1Height rdf:type owl:NamedIndividual ,
                       <https://saref.etsi.org/saref4auto/Height> ;
###  https://saref.etsi.org/saref4auto/example/cone
:cone rdf:type owl:NamedIndividual ,
               <https://saref.etsi.org/saref4auto/Shape> .
###  https://saref.etsi.org/saref4auto/example/humanPresenceOnTheRoad
:humanPresenceOnTheRoad rdf:type owl:NamedIndividual ,
                                 <https://saref.etsi.org/saref4auto/NotifiedEvent> .


###  Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi