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

Merge branch '1-change-ranges-of-datatype-properties-to-rdfs-literal' into 'master'

Removed range for saref:hasDescription, saref:hasManufacturer, saref:hasModel,...

Closes #1

See merge request SAREF/saref-core!4
parents 61342e4d b868adf8
Loading
Loading
Loading
Loading
+4 −8
Original line number Original line Diff line number Diff line
@@ -222,29 +222,25 @@ saref:represents rdf:type owl:ObjectProperty ;


###  https://saref.etsi.org/hasDescription
###  https://saref.etsi.org/hasDescription
saref:hasDescription rdf:type owl:DatatypeProperty ;
saref:hasDescription rdf:type owl:DatatypeProperty ;
                     rdfs:range xsd:string ;
                     rdfs:comment "A relationship providing a description of an entity (e.g., device). The value is expected to be a string or a string with language tag."^^xsd:string ;
                     rdfs:comment "A relationship providing a description of an entity (e.g., device)"^^xsd:string ;
                     rdfs:label "has description"^^xsd:string .
                     rdfs:label "has description"^^xsd:string .




###  https://saref.etsi.org/hasManufacturer
###  https://saref.etsi.org/hasManufacturer
saref:hasManufacturer rdf:type owl:DatatypeProperty ;
saref:hasManufacturer rdf:type owl:DatatypeProperty ;
                      rdfs:range xsd:string ;
                      rdfs:comment "A relationship identifying the manufacturer of an entity (e.g., device). The value is expected to be a string or a string with language tag."^^xsd:string ;
                      rdfs:comment "A relationship identifying the manufacturer of an entity (e.g., device)"^^xsd:string ;
                      rdfs:label "has manufacturer"^^xsd:string .
                      rdfs:label "has manufacturer"^^xsd:string .




###  https://saref.etsi.org/hasModel
###  https://saref.etsi.org/hasModel
saref:hasModel rdf:type owl:DatatypeProperty ;
saref:hasModel rdf:type owl:DatatypeProperty ;
               rdfs:range xsd:string ;
               rdfs:comment "A relationship identifying the model of an entity (e.g., device). The value is expected to be a string or a string with language tag."^^xsd:string ;
               rdfs:comment "A relationship identifying the model of an entity (e.g., device)"^^xsd:string ;
               rdfs:label "has model"^^xsd:string .
               rdfs:label "has model"^^xsd:string .




###  https://saref.etsi.org/hasName
###  https://saref.etsi.org/hasName
saref:hasName rdf:type owl:DatatypeProperty ;
saref:hasName rdf:type owl:DatatypeProperty ;
              rdfs:range xsd:string ;
              rdfs:comment "A relationship providing the name of an entity (e.g., device). The value is expected to be a string or a string with language tag."^^xsd:string ;
              rdfs:comment "A relationship providing the name of an entity (e.g., device)"^^xsd:string ;
              rdfs:label "has name"^^xsd:string .
              rdfs:label "has name"^^xsd:string .