Unverified Commit 30abb10c authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

uses observations instead of measurements, closes #9

parent b707d512
Loading
Loading
Loading
Loading
Loading
+12 −12
Original line number Original line Diff line number Diff line
@@ -201,7 +201,7 @@ time:hasEnd rdf:type owl:ObjectProperty ;
:hasConfidence rdf:type owl:ObjectProperty ;
:hasConfidence rdf:type owl:ObjectProperty ;
               owl:inverseOf :isConfidenceOf ;
               owl:inverseOf :isConfidenceOf ;
               rdfs:range :Confidence ;
               rdfs:range :Confidence ;
               rdfs:comment "A relation between an estimated measurement (saref:Observation class) and its confidence (s4auto:Confidence)"@en ;
               rdfs:comment "A relation between some entity (ex. an observation) and its confidence (s4auto:Confidence)"@en ;
               rdfs:label "hasConfidence"@en .
               rdfs:label "hasConfidence"@en .




@@ -424,7 +424,7 @@ time:hasEnd rdf:type owl:ObjectProperty ;


###  https://saref.etsi.org/saref4auto/isConfidenceOf
###  https://saref.etsi.org/saref4auto/isConfidenceOf
:isConfidenceOf rdf:type owl:ObjectProperty ;
:isConfidenceOf rdf:type owl:ObjectProperty ;
                rdfs:comment "A relation between the confidence (s4auto:Confidence class) of an estimated measurement and this measurement (saref:Observation class)"@en ;
                rdfs:comment "A relation between the confidence (s4auto:Confidence class) of some entity (ex. an observation) and that entity"@en ;
                rdfs:label "isConfidenceOf"@en .
                rdfs:label "isConfidenceOf"@en .




@@ -448,10 +448,10 @@ time:hasEnd rdf:type owl:ObjectProperty ;
                              rdfs:label "isMemberOfVehicleEnvironment"@en .
                              rdfs:label "isMemberOfVehicleEnvironment"@en .




###  https://saref.etsi.org/saref4auto/usesMeasurement
###  https://saref.etsi.org/saref4auto/usesProperty
:usesMeasurement rdf:type owl:ObjectProperty ;
:usesProperty rdf:type owl:ObjectProperty ;
                 rdfs:comment "A relation to express that a device can use different types of measurements, such as speed, position of detected road objects (e.g., bicycles, vehicles). This applies in particular to the ElectronicControlUnit and TrafficLightController classes."@en ;
                 rdfs:comment "A relation to express that a device can use different types of properties, such as speed, position of detected road objects (e.g., bicycles, vehicles). This applies in particular to the ElectronicControlUnit and TrafficLightController classes."@en ;
                 rdfs:label "usesMeasurement"@en .
                 rdfs:label "usesProperty"@en .




###  https://saref.etsi.org/saref4syst/hasSubSystem
###  https://saref.etsi.org/saref4syst/hasSubSystem
@@ -554,7 +554,7 @@ time:inXSDDateTimeStamp rdf:type owl:DatatypeProperty ;


###  https://saref.etsi.org/saref4auto/hasMaxSize
###  https://saref.etsi.org/saref4auto/hasMaxSize
:hasMaxSize rdf:type owl:DatatypeProperty ;
:hasMaxSize rdf:type owl:DatatypeProperty ;
            rdfs:comment "A relation to express the max size of a platoon. Note that it is defined as a datatype property as this is a fixed/static value of the platoon that does not change over time. In contrast, the current size of the platoon is actually a measurement that may change over time and it is therefore defined as an object property (see s4auto:hasSize)."@en ;
            rdfs:comment "A relation to express the max size of a platoon. Note that it is defined as a datatype property as this is a fixed/static value of the platoon that does not change over time. In contrast, the current size of the platoon is actually an observation that may change over time and it is therefore defined as an object property (see s4auto:hasSize)."@en ;
            rdfs:label "hasMaxSize"@en .
            rdfs:label "hasMaxSize"@en .




@@ -684,7 +684,7 @@ time:TemporalEntity rdf:type owl:Class ;
                                          owl:onProperty :hasConfidenceValue ;
                                          owl:onProperty :hasConfidenceValue ;
                                          owl:someValuesFrom xsd:float
                                          owl:someValuesFrom xsd:float
                                        ] ;
                                        ] ;
                        rdfs:comment "A type of confidence for acceleration measurements that represents the absolute accuracy of a reported vehicle acceleration value with a predefined confidence level (e.g. 95 %)"@en ;
                        rdfs:comment "A type of confidence for acceleration observations that represents the absolute accuracy of a reported vehicle acceleration value with a predefined confidence level (e.g. 95 %)"@en ;
                        rdfs:label "AccelerationConfidence"@en .
                        rdfs:label "AccelerationConfidence"@en .




@@ -787,7 +787,7 @@ time:TemporalEntity rdf:type owl:Class ;
                              owl:onProperty :hasConfidenceValue ;
                              owl:onProperty :hasConfidenceValue ;
                              owl:someValuesFrom xsd:float
                              owl:someValuesFrom xsd:float
                            ] ;
                            ] ;
            rdfs:comment "Every measurement in the automotive domain is an estimated measurement coming from the aggregation of several measurements from different sensor or devices taken at the same time or at consecutive times very close to each other. Therefore, a confidence is always associated to each mesurement to indicate that it has not 100% accuracy."@en ;
            rdfs:comment "Every observation in the automotive domain is an estimated observation coming from the aggregation of several observations from different sensor or devices taken at the same time or at consecutive times very close to each other. Therefore, a confidence is always associated to each mesurement to indicate that it has not 100% accuracy."@en ;
            rdfs:label "Confidence"@en .
            rdfs:label "Confidence"@en .




@@ -868,14 +868,14 @@ time:TemporalEntity rdf:type owl:Class ;
                                         owl:someValuesFrom :Position
                                         owl:someValuesFrom :Position
                                       ] ,
                                       ] ,
                                       [ rdf:type owl:Restriction ;
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty :usesMeasurement ;
                                         owl:onProperty :usesProperty ;
                                         owl:someValuesFrom saref:Observation
                                         owl:someValuesFrom saref:Property
                                       ] ,
                                       ] ,
                                       [ rdf:type owl:Restriction ;
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty s4syst:subSystemOf ;
                                         owl:onProperty s4syst:subSystemOf ;
                                         owl:someValuesFrom :Vehicle
                                         owl:someValuesFrom :Vehicle
                                       ] ;
                                       ] ;
                       rdfs:comment "An electronic control unit (ECU) is any embedded system in automotive electronics that monitors and controls one or more of the electrical systems or subsystems in a vehicle. The ECU provides measurements about relevant properties of the vehicle, such as speed, acceleration, position, etc."@en ;
                       rdfs:comment "An electronic control unit (ECU) is any embedded system in automotive electronics that monitors and controls one or more of the electrical systems or subsystems in a vehicle. The ECU provides observations about relevant properties of the vehicle, such as speed, acceleration, position, etc."@en ;
                       rdfs:label "ElectronicControlUnit"@en .
                       rdfs:label "ElectronicControlUnit"@en .