Commit 6859274b authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

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

# Conflicts:
#   ontology/saref4auto.ttl
parents 17b12ce2 087b843a
Loading
Loading
Loading
Loading
Loading
+0 −10
Original line number Original line Diff line number Diff line
@@ -143,12 +143,6 @@ vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .
                    rdfs:label "hasConfidenceValue"@en .
                    rdfs:label "hasConfidenceValue"@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/hasMaxSize
###  https://saref.etsi.org/saref4auto/hasMaxSize
:hasMaxSize rdf:type owl:DatatypeProperty ;
:hasMaxSize rdf:type owl:DatatypeProperty ;
  rdfs:range xsd:integer ;
  rdfs:range xsd:integer ;
@@ -307,10 +301,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 is a geo:Feature and can thus have a geometry."@en ;
             rdfs:comment "A location that is designated for parking. A parking spot is a geo:Feature and can thus have a geometry."@en ;
             rdfs:label "ParkingSpot"@en .
             rdfs:label "ParkingSpot"@en .