Commits (3)
...@@ -284,13 +284,6 @@ saref:hasValue rdf:type owl:DatatypeProperty ; ...@@ -284,13 +284,6 @@ saref:hasValue rdf:type owl:DatatypeProperty ;
rdfs:label "has flash"@en . 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 ### https://saref.etsi.org/saref4envi/hasProjectionAngle
:hasProjectionAngle rdf:type owl:DatatypeProperty , :hasProjectionAngle rdf:type owl:DatatypeProperty ,
owl:FunctionalProperty ; owl:FunctionalProperty ;
...@@ -588,10 +581,6 @@ saref:UnitOfMeasure rdf:type owl:Class ; ...@@ -588,10 +581,6 @@ saref:UnitOfMeasure rdf:type owl:Class ;
owl:onProperty :hasCreationDate ; owl:onProperty :hasCreationDate ;
owl:allValuesFrom xsd:dateTime owl:allValuesFrom xsd:dateTime
] , ] ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasIdentifier ;
owl:allValuesFrom xsd:string
] ,
[ rdf:type owl:Restriction ; [ rdf:type owl:Restriction ;
owl:onProperty :hasTag ; owl:onProperty :hasTag ;
owl:allValuesFrom xsd:string owl:allValuesFrom xsd:string
...@@ -602,9 +591,8 @@ saref:UnitOfMeasure rdf:type owl:Class ; ...@@ -602,9 +591,8 @@ saref:UnitOfMeasure rdf:type owl:Class ;
owl:onDataRange xsd:dateTime owl:onDataRange xsd:dateTime
] , ] ,
[ rdf:type owl:Restriction ; [ rdf:type owl:Restriction ;
owl:onProperty :hasIdentifier ; owl:onProperty saref:hasIdentifier ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:maxCardinality "1"^^xsd:nonNegativeInteger
owl:onDataRange xsd:string
] ; ] ;
owl:disjointWith :Geometry , owl:disjointWith :Geometry ,
:Light ; :Light ;
......