From 13087aab22068e97906e071954b82584bb5871e2 Mon Sep 17 00:00:00 2001 From: Maxime Date: Mon, 26 Jul 2021 14:48:10 +0200 Subject: [PATCH] solved long-lasting issues --- .saref-repositories.yml | 2 +- examples/example1.ttl | 16 ++++++------- ontology/saref4auto.ttl | 51 ++++++++++++++++++++++------------------- 3 files changed, 37 insertions(+), 32 deletions(-) diff --git a/.saref-repositories.yml b/.saref-repositories.yml index 416e610..1d6f5d3 100644 --- a/.saref-repositories.yml +++ b/.saref-repositories.yml @@ -1,4 +1,4 @@ -forge.etsi.org/rep/: +labs.etsi.org/rep/: repos: - saref/saref-core - saref/saref4syst diff --git a/examples/example1.ttl b/examples/example1.ttl index d623e9e..d9efc5b 100644 --- a/examples/example1.ttl +++ b/examples/example1.ttl @@ -59,7 +59,7 @@ ### https://saref.etsi.org/core/hasConfidenceUnitOfMeasure -saref:hasConfidenceUnitOfMeasure rdf:type owl:ObjectProperty . + rdf:type owl:ObjectProperty . ### https://saref.etsi.org/core/hasProperty @@ -456,7 +456,7 @@ om:metre rdf:type owl:NamedIndividual , :BlackMoto rdf:type owl:NamedIndividual , ; :Moto1Height ; - . + . ### https://saref.etsi.org/saref4auto/example/Car1 @@ -887,7 +887,7 @@ om:metre rdf:type owl:NamedIndividual , ### https://saref.etsi.org/saref4auto/example/RoadConeObject :RoadConeObject rdf:type owl:NamedIndividual , ; - ; + ; :cone . @@ -968,7 +968,7 @@ om:metre rdf:type owl:NamedIndividual , :WidthTruck1 ; :StationID4 ; :PlatoonPosition1 ; - ; + ; :Truck1Route . @@ -1011,7 +1011,7 @@ om:metre rdf:type owl:NamedIndividual , ; :StationID5 ; :PlatoonPosition2 ; - . + . ### https://saref.etsi.org/saref4auto/example/Truck3 @@ -1019,7 +1019,7 @@ om:metre rdf:type owl:NamedIndividual , ; :StationID6 ; :PlatoonPosition3 ; - ; + ; :Platoon1 . @@ -1089,7 +1089,7 @@ om:metre rdf:type owl:NamedIndividual , :adult1 rdf:type owl:NamedIndividual , ; :adult1Height ; - . + . ### https://saref.etsi.org/saref4auto/example/adult1Height @@ -1102,7 +1102,7 @@ om:metre rdf:type owl:NamedIndividual , :child1 rdf:type owl:NamedIndividual , ; :child1Height ; - . + . ### https://saref.etsi.org/saref4auto/example/child1Height diff --git a/ontology/saref4auto.ttl b/ontology/saref4auto.ttl index b832915..e1397c4 100644 --- a/ontology/saref4auto.ttl +++ b/ontology/saref4auto.ttl @@ -20,9 +20,12 @@ 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 ; dcterms:creator , ; dcterms:contributor ; + dcterms:issued "2020-07-27"^^xsd:date ; + dcterms:modified "2021-07-26"^^xsd:date ; dcterms:license ; dcterms:publisher ; - dcterms:source ; + dcterms:source ; + rdfs:seeAlso ; dcterms:title "SAREF extension for automotive"@en ; vann:preferredNamespacePrefix "s4auto" ; vann:preferredNamespaceUri "https://saref.etsi.org/saref4auto/" ; @@ -34,6 +37,8 @@ ################################################################# dcterms:contributor rdf:type owl:AnnotationProperty . +dcterms:issued rdf:type owl:AnnotationProperty . +dcterms:modified rdf:type owl:AnnotationProperty . dcterms:creator rdf:type owl:AnnotationProperty . @@ -2011,154 +2016,154 @@ s4syst:System rdf:type owl:Class ; ################################################################# ### https://saref.etsi.org/saref4auto/agriculture -:agriculture rdf:type owl:NamedIndividual , +:Agriculture rdf:type owl:NamedIndividual , :VehicleRole ; rdfs:comment "A type of vehicle role"@en ; rdfs:label "agriculture"@en . ### https://saref.etsi.org/saref4auto/commercial -:commercial rdf:type owl:NamedIndividual , +:Commercial rdf:type owl:NamedIndividual , :VehicleRole ; rdfs:comment "A type of vehicle role"@en ; rdfs:label "commercial"@en . ### https://saref.etsi.org/saref4auto/crossingLeft -:crossingLeft rdf:type owl:NamedIndividual , +:CrossingLeft rdf:type owl:NamedIndividual , :Movement ; rdfs:comment "A type of movement"@en ; rdfs:label "crossing Left"@en . ### https://saref.etsi.org/saref4auto/crossingRight -:crossingRight rdf:type owl:NamedIndividual , +:CrossingRight rdf:type owl:NamedIndividual , :Movement ; rdfs:comment "A type of movement"@en ; rdfs:label "crossing Right"@en . ### https://saref.etsi.org/saref4auto/dangerousGood -:dangerousGood rdf:type owl:NamedIndividual , +:DangerousGood rdf:type owl:NamedIndividual , :VehicleRole ; rdfs:comment "A type of vehicle role"@en ; rdfs:label "dangerousGoods"@en . ### https://saref.etsi.org/saref4auto/emergency -:emergency rdf:type owl:NamedIndividual , +:Emergency rdf:type owl:NamedIndividual , :VehicleRole ; rdfs:comment "A type of vehicle role"@en ; rdfs:label "emergency"@en . ### https://saref.etsi.org/saref4auto/follower -:follower rdf:type owl:NamedIndividual , +:Follower rdf:type owl:NamedIndividual , :PlatoonRole ; rdfs:comment "A type of platoon role"@en ; rdfs:label "follower"@en . ### https://saref.etsi.org/saref4auto/leader -:leader rdf:type owl:NamedIndividual , +:Leader rdf:type owl:NamedIndividual , :PlatoonRole ; rdfs:comment "A type of platoon role"@en ; rdfs:label "leader"@en . ### https://saref.etsi.org/saref4auto/military -:military rdf:type owl:NamedIndividual , +:Military rdf:type owl:NamedIndividual , :VehicleRole ; rdfs:comment "A type of vehicle role"@en ; rdfs:label "military"@en . ### https://saref.etsi.org/saref4auto/publicTransport -:publicTransport rdf:type owl:NamedIndividual , +:PublicTransport rdf:type owl:NamedIndividual , :VehicleRole ; rdfs:comment "A type of vehicle role"@en ; rdfs:label "publicTransport"@en . ### https://saref.etsi.org/saref4auto/ready_for_leading -:ready_for_leading rdf:type owl:NamedIndividual , +:ReadyForLeading rdf:type owl:NamedIndividual , :PlatoonRole ; rdfs:comment "A type of platoon role"@en ; rdfs:label "ready for leading"@en . ### https://saref.etsi.org/saref4auto/rescue -:rescue rdf:type owl:NamedIndividual , +:Rescue rdf:type owl:NamedIndividual , :VehicleRole ; rdfs:comment "A type of vehicle role"@en ; rdfs:label "rescue"@en . ### https://saref.etsi.org/saref4auto/reverseDirection -:reverseDirection rdf:type owl:NamedIndividual , +:ReverseDirection rdf:type owl:NamedIndividual , :Movement ; rdfs:comment "A type of movement"@en ; rdfs:label "reverse Direction"@en . ### https://saref.etsi.org/saref4auto/roadOperator -:roadOperator rdf:type owl:NamedIndividual , +:RoadOperator rdf:type owl:NamedIndividual , :VehicleRole ; rdfs:comment "A type of vehicle role"@en ; rdfs:label "roadOperator"@en . ### https://saref.etsi.org/saref4auto/roadWork -:roadWork rdf:type owl:NamedIndividual , +:RoadWork rdf:type owl:NamedIndividual , :VehicleRole ; rdfs:comment "A type of vehicle role"@en ; rdfs:label "roadWork"@en . ### https://saref.etsi.org/saref4auto/safetyCar -:safetyCar rdf:type owl:NamedIndividual , +:SafetyCar rdf:type owl:NamedIndividual , :VehicleRole ; rdfs:comment "A type of vehicle role"@en ; rdfs:label "safetyCar"@en . ### https://saref.etsi.org/saref4auto/sameDirection -:sameDirection rdf:type owl:NamedIndividual , +:SameDirection rdf:type owl:NamedIndividual , :Movement ; rdfs:comment "A type of movement"@en ; rdfs:label "same Direction"@en . ### https://saref.etsi.org/saref4auto/specialTransport -:specialTransport rdf:type owl:NamedIndividual , +:SpecialTransport rdf:type owl:NamedIndividual , :VehicleRole ; rdfs:comment "A type of vehicle role"@en ; rdfs:label "specialTransport"@en . ### https://saref.etsi.org/saref4auto/static -:static rdf:type owl:NamedIndividual , +:Static rdf:type owl:NamedIndividual , :Movement ; rdfs:comment "A type of movement"@en ; rdfs:label "static"@en . ### https://saref.etsi.org/saref4auto/taxi -:taxi rdf:type owl:NamedIndividual , +:Taxi rdf:type owl:NamedIndividual , :VehicleRole ; rdfs:comment "A type of vehicle role"@en ; rdfs:label "taxi"@en . ### https://saref.etsi.org/saref4auto/trailing -:trailing rdf:type owl:NamedIndividual , +:Trailing rdf:type owl:NamedIndividual , :PlatoonRole ; rdfs:comment "A type of platoon role"@en ; rdfs:label "trailing"@en . ### https://saref.etsi.org/saref4auto/unknown -:unknown rdf:type owl:NamedIndividual , +:Unknown rdf:type owl:NamedIndividual , :PlatoonRole ; rdfs:comment "A type of platoon role"@en ; rdfs:label "unknown"@en . -- GitLab