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

updated slightly ontology while developing doc

parent 950a45c9
Loading
Loading
Loading
Loading
Loading
+1 −0

File added.

Preview size limit exceeded, changes collapsed.

+3912 −0

File added.

Preview size limit exceeded, changes collapsed.

+354 −348

File changed.

Preview size limit exceeded, changes collapsed.

+14 −9
Original line number Diff line number Diff line
@@ -116,12 +116,12 @@ s4auto:DecimalProperty a owl:Class ;
s4auto:BooleanProperty a owl:Class ;
  rdfs:subClassOf saref:Property ;
  rdfs:label "BooleanProperty"@en ;
  rdfs:comment "The class of properties whose value (saref:hasValue) is typically expressed as a xsd:integer literal"@en .
  rdfs:comment "The class of properties whose value (saref:hasValue) is typically expressed as a xsd:boolean literal"@en .

s4auto:IndexedProperty a owl:Class ;
  rdfs:subClassOf saref:Property ;
  rdfs:label "IndexedProperty"@en ;
  rdfs:comment "The class of properties whose values (saref:PropertyValue) are organized in a sequence using an index (defined using s4auto:index)."@en .
  rdfs:comment "The class of properties whose values (saref:PropertyValue) are organized in a sequence using an index (defined using s4auto:hasIndex)."@en .

s4auto:hasIndex a owl:DatatypeProperty ;
  rdfs:label "has index"@en ;
@@ -292,12 +292,15 @@ s4auto:hasResultPosition a owl:ObjectProperty ;
s4auto:Road a saref:FeatureKind ;
  rdfs:label "Road"@en ;
  rdfs:comment "Roads consist of one or more s4auto:RoadSegment entities."@en ;
  s4syst:connectedTo s4auto:Road ;
  s4syst:connectedThrough s4auto:Intersection ;
  saref:consistsOf s4auto:RoadSegment .

s4auto:Intersection a saref:FeatureKind ;
  rdfs:label "Intersection"@en ;
  rdfs:comment """A unique intersection, identified in accordance with ETSI TS 103 301."""@en ;
    skos:historyNote "Adapted from ETSI TS 102 894-2 - ITS Common Data Dictionary (CDD) V2.1.1: IntersectionReferenceId"@en .
  skos:historyNote "Adapted from ETSI TS 102 894-2 - ITS Common Data Dictionary (CDD) V2.1.1: IntersectionReferenceId"@en ;
  s4syst:connectsSystem s4auto:Road .

s4auto:RoadSegment a saref:FeatureKind ;
  rdfs:label "RoadSegment"@en ;
@@ -336,7 +339,7 @@ s4auto:RoadSegment a saref:FeatureKind ;
  s4auto:RoadSegment_noPassingForTrucks a saref:FeatureKind ;
    skos:broader s4auto:RoadSegment ;
    rdfs:label "RoadSegment - noPassingForTrucks"@en ;
    rdfs:comment "Oovertaking is prohibited for trucks"@en ;
    rdfs:comment "Overtaking is prohibited for trucks"@en ;
    skos:historyNote "Adapted from ETSI TS 102 894-2 - ITS Common Data Dictionary (CDD) V2.1.1: TrafficRule"@en .

  s4auto:RoadSegment_passToLeft a saref:FeatureKind ;
@@ -512,6 +515,7 @@ If a lane is closed to traffic, the corresponding value shall be set to *TRUE*.
    skos:note "hard shoulder status is not provided by this property but in s4auto:HardShoulderStatus."@en .

s4auto:LaneWidth a saref:Property ;
    skos:broader s4auto:Length ;
    rdfs:label "LaneWidth"@en ;
    rdfs:comment """This property represents the width of a lane measured at a defined position."""@en ;
    skos:historyNote "Adapted from ETSI TS 102 894-2 - ITS Common Data Dictionary (CDD) V2.1.1: LaneWidth"@en ;
@@ -519,6 +523,7 @@ s4auto:LaneWidth a saref:Property ;
    saref:isPropertyOf s4auto:Lane .

s4auto:SpeedLimit a saref:Property ;
    skos:broader s4auto:Velocity ;
    rdfs:label "SpeedLimit"@en ;
    rdfs:comment "This property represents a speed limitation applied to a geographical position, a road section or a geographical region."@en ;
    skos:historyNote "Adapted from ETSI TS 102 894-2 - ITS Common Data Dictionary (CDD) V2.1.1: SpeedLimit"@en ;
@@ -964,7 +969,7 @@ s4auto:Velocity3d_standstill a saref:PropertyValue ;
  rdfs:label "Velocity3d - standstill"@en ;
  rdfs:comment "Named property value for velocity, when an object is in a standstill situation."@en ;
  saref:hasValue 0 ;
  saref:isValueOfProperty s4auto:Velocity .
  saref:isValueOfProperty s4auto:Velocity3d .

s4auto:VelocityCartesian a saref:Property ;
  rdfs:label "Velocity Cartesian"@en ;
@@ -1443,12 +1448,12 @@ It shall include the following components:
    s4auto:isComposedOf s4auto:VDS, s4auto:WMInumber ;
    saref:isPropertyOf s4auto:Vehicle .

  s4auto:VDS a s4auto:StringProperty ;
  s4auto:VDS a saref:Property , s4auto:StringProperty ;
      rdfs:label "VDS"@en ;
      rdfs:comment "This property represents the Vehicle Descriptor Section (VDS). The values are assigned according to ISO 3779."@en ;
      skos:historyNote "Adapted from ETSI TS 102 894-2 - ITS Common Data Dictionary (CDD) V2.1.1: VDS"@en .

  s4auto:WMInumber a s4auto:StringProperty ;
  s4auto:WMInumber a saref:Property, s4auto:StringProperty ;
      rdfs:label "WMInumber"@en ;
      rdfs:comment "This property represents the World Manufacturer Identifier (WMI). The values are assigned according to ISO 3779."@en ;
      skos:historyNote "Adapted from ETSI TS 102 894-2 - ITS Common Data Dictionary (CDD) V2.1.1: WMInumber"@en .