example1.ttl 45.1 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 .
###  https://saref.etsi.org/saref4auto/example/Truck4CPS
:Truck4CPS rdf:type owl:NamedIndividual ,
                    <https://saref.etsi.org/saref4auto/Truck> ;
           <https://saref.etsi.org/saref4auto/hasIdentifier> :StationID8 ;
           <https://saref.etsi.org/saref4auto/hasRelativePosition> :Truck4CPSRelativePosition .
###  https://saref.etsi.org/saref4auto/example/Truck4CPSRelativePosition
:Truck4CPSRelativePosition 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 .
###  https://saref.etsi.org/saref4auto/example/Truck4CPSSpeed
:Truck4CPSSpeed rdf:type owl:NamedIndividual ,
                         <https://saref.etsi.org/saref4auto/AbsoluteSpeed> ;
###  https://saref.etsi.org/saref4auto/example/Truck4CPSSpeed_Meas1
:Truck4CPSSpeed_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 ,
                 <https://saref.etsi.org/saref4auto/P1-Pedestrian> ;
        <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 ,
                 <https://saref.etsi.org/saref4auto/P1-Pedestrian> ;
        <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