Commit b868adf8 authored by María's avatar María
Browse files

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

Removed range for saref:hasDescription, saref:hasManufacturer, saref:hasModel, saref:hasName and added a comment about their expected value type
parent 6d4147b2
Loading
Loading
Loading
Loading
+4 −8
Original line number Diff line number Diff line
@@ -222,29 +222,25 @@ saref:represents rdf:type owl:ObjectProperty ;

###  https://w3id.org/saref#hasDescription
saref:hasDescription rdf:type owl:DatatypeProperty ;
                     rdfs:range xsd:string ;
                     rdfs:comment "A relationship providing a description of an entity (e.g., device)"^^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:label "has description"^^xsd:string .


###  https://w3id.org/saref#hasManufacturer
saref:hasManufacturer rdf:type owl:DatatypeProperty ;
                      rdfs:range xsd:string ;
                      rdfs:comment "A relationship identifying the manufacturer of an entity (e.g., device)"^^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:label "has manufacturer"^^xsd:string .


###  https://w3id.org/saref#hasModel
saref:hasModel rdf:type owl:DatatypeProperty ;
               rdfs:range xsd:string ;
               rdfs:comment "A relationship identifying the model of an entity (e.g., device)"^^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:label "has model"^^xsd:string .


###  https://w3id.org/saref#hasName
saref:hasName rdf:type owl:DatatypeProperty ;
              rdfs:range xsd:string ;
              rdfs:comment "A relationship providing the name of an entity (e.g., device)"^^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:label "has name"^^xsd:string .