From 0f10dd1a08c44fc52e987c4f386d863a1792391f Mon Sep 17 00:00:00 2001 From: Maxime Date: Thu, 30 May 2024 14:54:02 +0200 Subject: [PATCH] closes #31: delete s4auto:hasDescriptionName --- ontology/saref4auto.ttl | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/ontology/saref4auto.ttl b/ontology/saref4auto.ttl index 3f53be0..1c27ce2 100644 --- a/ontology/saref4auto.ttl +++ b/ontology/saref4auto.ttl @@ -296,12 +296,6 @@ vann:preferredNamespaceUri rdf:type owl:AnnotationProperty . rdfs:label "hasCoordinateY"@en . -### https://saref.etsi.org/saref4auto/hasDescriptionName -:hasDescriptionName rdf:type owl:DatatypeProperty ; - rdfs:comment "A relation to define that a parking spot can have a description name"@en ; - rdfs:label "hasDescriptionName"@en . - - ### https://saref.etsi.org/saref4auto/hasEstimatedJoiningTime :hasEstimatedJoiningTime rdf:type owl:DatatypeProperty ; rdfs:range xsd:dateTime ; @@ -512,10 +506,6 @@ vann:preferredNamespaceUri rdf:type owl:AnnotationProperty . owl:onProperty saref:hasState ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass :ParkingSpotState - ] , - [ rdf:type owl:Restriction ; - owl:onProperty :hasDescriptionName ; - owl:someValuesFrom xsd:string ] ; rdfs:comment "A location that is designated for parking. A parking spot has a geometry defining the parking area boundaries and its centre point"@en ; rdfs:label "ParkingSpot"@en . -- GitLab