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

prefix skos and two minor syntax errors

parent 1e263fdc
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
@prefix s4syst: <https://saref.etsi.org/saref4syst/> .
@prefix s4auto: <https://saref.etsi.org/saref4auto/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.
@base <https://saref.etsi.org/saref4auto> .

<https://saref.etsi.org/saref4auto/> rdf:type owl:Ontology ;
@@ -35,7 +36,7 @@
  owl:versionIRI <https://saref.etsi.org/saref4auto/v2.1.1/> ;
  owl:versionInfo "v2.1.1" ;
  owl:priorVersion <https://saref.etsi.org/saref4auto/v1.1.1/> ;
  owl:imports <https://saref.etsi.org/core/v3.2.1/> , <https://saref.etsi.org/saref4syst/v1.1.1/> .
  owl:imports <https://saref.etsi.org/core/v3.2.1/> , <https://saref.etsi.org/saref4syst/v1.1.2/> .

#################################################################
#    Annotation properties
@@ -1292,7 +1293,7 @@ vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .
  rdfs:comment "Sum of all vehicles' length + inter-vehicle distances."@en ;
  rdfs:label "Platoon Length"@en .

:PlatoonSize rdf:type saref:Property ,
:PlatoonSize rdf:type saref:Property ;
  rdfs:comment "The total number of vehicles currently in the platoon."@en ;
  rdfs:label "Platoon Size"@en .