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

The following terms are used by SAREF4ENVI v1.1.2, but not defined in sources: saref:hasName

parent 4b5b30d0
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -246,11 +246,11 @@ saref:hasManufacturer rdf:type owl:DatatypeProperty ;
                      rdfs:label "has manufacturer"@en .


###  https://saref.etsi.org/core/hasName
saref:hasName rdf:type owl:DatatypeProperty ;
              rdfs:comment "A relationship providing the name of an entity (e.g., device)"@en ;
              rdfs:isDefinedBy saref: ;
              rdfs:label "has name"@en .
# ###  https://saref.etsi.org/core/hasName
# saref:hasName rdf:type owl:DatatypeProperty ;
#               rdfs:comment "A relationship providing the name of an entity (e.g., device)"@en ;
#               rdfs:isDefinedBy saref: ;
#               rdfs:label "has name"@en .


###  https://saref.etsi.org/core/hasTimestamp
@@ -592,10 +592,10 @@ saref:UnitOfMeasure rdf:type owl:Class ;
                                         owl:onProperty saref:hasDescription ;
                                         owl:allValuesFrom xsd:string
                                       ] ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty saref:hasName ;
                                         owl:allValuesFrom xsd:string
                                       ] ,
                                       # [ rdf:type owl:Restriction ;
                                       #   owl:onProperty saref:hasName ;
                                       #   owl:allValuesFrom xsd:string
                                       # ] ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty :hasCreationDate ;
                                         owl:allValuesFrom xsd:dateTime