Commit 087b843a authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

Merge branch 'issue-31' into 'develop-v2.1.1'

closes #31: delete s4auto:hasDescriptionName

Closes #31

See merge request !23
parents daa52807 0f10dd1a
Loading
Loading
Loading
Loading
Loading
+0 −10
Original line number Original line Diff line number Diff line
@@ -296,12 +296,6 @@ vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .
                rdfs:label "hasCoordinateY"@en .
                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
###  https://saref.etsi.org/saref4auto/hasEstimatedJoiningTime
:hasEstimatedJoiningTime rdf:type owl:DatatypeProperty ;
:hasEstimatedJoiningTime rdf:type owl:DatatypeProperty ;
                         rdfs:range xsd:dateTime ;
                         rdfs:range xsd:dateTime ;
@@ -512,10 +506,6 @@ vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .
                               owl:onProperty saref:hasState ;
                               owl:onProperty saref:hasState ;
                               owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                               owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                               owl:onClass :ParkingSpotState
                               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: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 .
             rdfs:label "ParkingSpot"@en .