Skip to content
Snippets Groups Projects
Commit 93cfbcc9 authored by albaizq's avatar albaizq
Browse files

add location validator

parent 1efdad68
No related branches found
No related tags found
No related merge requests found
Pipeline #271 failed
......@@ -13,8 +13,8 @@
<https://saref.etsi.org/saref4lift/> rdf:type owl:Ontology ;
owl:versionIRI <https://saref.etsi.org/saref4lift/v1.1.1/> ;
dcterms:source <https://saref.etsi.org/sources/saref4lift/> ;
vann:preferredNamespaceUri "https://saref.etsi.org/saref4lift/" ;
owl:versionInfo "v1.2.2" ;
vann:preferredNamespaceUri "https://saref.etsi.org/saref4lift/" ;
dcterms:publisher <https://www.etsi.org/> ;
dcterms:modified "2021-02-23" ;
dcterms:title "SAREF extension for Smart Lifts"@en ;
......@@ -246,6 +246,13 @@ saref:hasValue rdf:type owl:DatatypeProperty ;
rdfs:label "has installer company" .
### https://saref.etsi.org/saref4lift/hasLocationValidator
:hasLocationValidator rdf:type owl:DatatypeProperty ;
rdfs:range xsd:string ;
rdfs:comment "Name of who has provided the validation of the correctness of the location of the entity" ;
rdfs:label "has location validator" .
### https://saref.etsi.org/saref4lift/hasMainEmergencyNumber
:hasMainEmergencyNumber rdf:type owl:DatatypeProperty ;
rdfs:range xsd:string ;
......@@ -726,14 +733,6 @@ saref:UnitOfMeasure rdf:type owl:Class ;
rdfs:subClassOf <http://www.opengis.net/ont/geosparql#Feature> ,
saref:FeatureOfInterest ,
<https://saref.etsi.org/saref4syst/System> ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasDoorCloseTime ;
owl:someValuesFrom saref:Time
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasDoorOpenTime ;
owl:someValuesFrom saref:Time
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasLimitLoad ;
owl:someValuesFrom :Load
......@@ -754,6 +753,10 @@ saref:UnitOfMeasure rdf:type owl:Class ;
owl:onProperty :hasCarStops ;
owl:someValuesFrom xsd:integer
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasLocationValidator ;
owl:someValuesFrom xsd:string
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasMainEmergencyNumber ;
owl:someValuesFrom xsd:string
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment