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

missing lang tag on some comments

parent 79700ed8
Loading
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
@prefix s4syst: <https://saref.etsi.org/saref4syst/> .
@prefix s4auto: <https://saref.etsi.org/saref4auto/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@base <https://saref.etsi.org/saref4auto> .
@base <https://saref.etsi.org/saref4auto/> .

<https://saref.etsi.org/saref4auto/> rdf:type owl:Ontology ;
                                     dcterms:description "This ontology extends the SAREF ontology for the automotive domain. This work has been developed in the context of the STF 566, which was established with the goal to create four SAREF extensions, one of them for the automotive domain."@en ;
@@ -288,7 +288,7 @@ saref:relatesToProperty rdf:type owl:ObjectProperty ;

###  https://saref.etsi.org/saref4auto/hasDestination
:hasDestination rdf:type owl:ObjectProperty ;
                rdfs:comment "A relation that defines the destination of an automotive object. For example, in a platoon, the current platoon leader defines the platoon destination. Following vehicles will share (partially) the route of the leader and can, therefore, have different final destinations." ;
                rdfs:comment "A relation that defines the destination of an automotive object. For example, in a platoon, the current platoon leader defines the platoon destination. Following vehicles will share (partially) the route of the leader and can, therefore, have different final destinations."@en ;
                rdfs:label "hasDestination"@en .


@@ -315,7 +315,7 @@ saref:relatesToProperty rdf:type owl:ObjectProperty ;
###  https://saref.etsi.org/saref4auto/hasEstimatedRendezvousLocation
:hasEstimatedRendezvousLocation rdf:type owl:ObjectProperty ;
                                rdfs:range :RendezvousLocation ;
                                rdfs:comment "A relation to express that, during the forming state, a vehicle member of a platoon is given an estimated rendezvous location for joining the platoon. It is expressed in global coordinates (lat, long, alt), e.g. according to WGS 84." ;
                                rdfs:comment "A relation to express that, during the forming state, a vehicle member of a platoon is given an estimated rendezvous location for joining the platoon. It is expressed in global coordinates (lat, long, alt), e.g. according to WGS 84."@en ;
                                rdfs:label "hasEstimatedRendezvousLocation"@en .


@@ -637,7 +637,7 @@ saref:hasValue rdf:type owl:DatatypeProperty ;
###  https://saref.etsi.org/saref4auto/hasEstimatedJoiningTime
:hasEstimatedJoiningTime rdf:type owl:DatatypeProperty ;
                         rdfs:range xsd:dateTime ;
                         rdfs:comment "A relation to express that, during the forming state, a vehicle member of a platoon is given an estimated time for joining" ;
                         rdfs:comment "A relation to express that, during the forming state, a vehicle member of a platoon is given an estimated time for joining"@en ;
                         rdfs:label "hasEstimatedJoiningTime"@en .


@@ -1395,7 +1395,7 @@ saref:UnitOfMeasure rdf:type owl:Class ;
                           owl:onProperty :hasMaxSize ;
                           owl:someValuesFrom xsd:int
                         ] ;
         rdfs:comment "A group of vehicles automatically following each other at a relatively close distance" ;
         rdfs:comment "A group of vehicles automatically following each other at a relatively close distance"@en ;
         rdfs:label "Platoon"@en .


@@ -1972,7 +1972,7 @@ saref:UnitOfMeasure rdf:type owl:Class ;
                                      owl:onProperty :hasWidth ;
                                      owl:someValuesFrom :Width
                                    ] ;
                    rdfs:comment "Non-motorized road users as well as users of VRU vehicles (L class of vehicles, for example mopeds or motorcycles, etc.) participating to the road traffic" ;
                    rdfs:comment "Non-motorized road users as well as users of VRU vehicles (L class of vehicles, for example mopeds or motorcycles, etc.) participating to the road traffic"@en ;
                    rdfs:label "VulnerableRoadUser"@en .