Commit 22d199a2 authored by Cornelis Bouter's avatar Cornelis Bouter
Browse files

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

closes #4

Closes #4

See merge request !7
parents 2ba6303c cda04113
Loading
Loading
Loading
Loading
Loading
+2 −14
Original line number Diff line number Diff line
@@ -284,13 +284,6 @@ saref:hasValue rdf:type owl:DatatypeProperty ;
          rdfs:label "has flash"@en .


###  https://saref.etsi.org/saref4envi/hasIdentifier
:hasIdentifier rdf:type owl:DatatypeProperty ;
               rdfs:range xsd:string ;
               rdfs:comment "A relationship providing the identifier of an entity (e.g., digital representation)"@en ;
               rdfs:label "has identifier"@en .


###  https://saref.etsi.org/saref4envi/hasProjectionAngle
:hasProjectionAngle rdf:type owl:DatatypeProperty ,
                             owl:FunctionalProperty ;
@@ -588,10 +581,6 @@ saref:UnitOfMeasure rdf:type owl:Class ;
                                         owl:onProperty :hasCreationDate ;
                                         owl:allValuesFrom xsd:dateTime
                                       ] ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty :hasIdentifier ;
                                         owl:allValuesFrom xsd:string
                                       ] ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty :hasTag ;
                                         owl:allValuesFrom xsd:string
@@ -602,9 +591,8 @@ saref:UnitOfMeasure rdf:type owl:Class ;
                                         owl:onDataRange xsd:dateTime
                                       ] ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty :hasIdentifier ;
                                         owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                         owl:onDataRange xsd:string
                                         owl:onProperty saref:hasIdentifier ;
                                         owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                       ] ;
                       owl:disjointWith :Geometry ,
                                        :Light ;