example1.ttl 47.4 KB
Newer Older
        <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/core/hasProperty> :Truck4CPSSpeed ;
           <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/core/relatesToMeasurement> :Truck4CPSSpeed_Meas1 .
###  https://saref.etsi.org/saref4auto/example/Truck4CPSSpeed_Meas1
:Truck4CPSSpeed_Meas1 rdf:type owl:NamedIndividual ,
                               <https://saref.etsi.org/core/Measurement> ;
                      <https://saref.etsi.org/core/hasTimestamp> "2020-04-15T11:45:24"^^xsd:dateTime ;
                      <https://saref.etsi.org/core/hasValue> 0 ;
                      <https://saref.etsi.org/core/isMeasuredIn> :km_per_hour .
###  https://saref.etsi.org/saref4auto/example/WidthCar1
:WidthCar1 rdf:type owl:NamedIndividual ,
                    <https://saref.etsi.org/saref4auto/Width> ;
           <https://saref.etsi.org/core/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> ;
             <https://saref.etsi.org/core/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/core/relatesToMeasurement> :Adult1Height_Meas .
###  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/core/relatesToMeasurement> :Child1Height_Meas .
###  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> .
###  https://saref.etsi.org/saref4auto/example/km_per_hour
:km_per_hour rdf:type owl:NamedIndividual ,
                      <https://saref.etsi.org/saref4auto/SpeedUnit> .
###  https://saref.etsi.org/saref4auto/example/meter
:meter rdf:type owl:NamedIndividual ,
                <https://saref.etsi.org/saref4auto/HeightUnit> ,
                <https://saref.etsi.org/saref4auto/LengthUnit> ,
                <https://saref.etsi.org/saref4auto/WidthUnit> .


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