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

closes #53

parent d5c631c6
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -2256,3 +2256,18 @@ saref:hasIdentifier a owl:DatatypeProperty ;
    rdfs:label "has identifier"@en ;
    rdfs:comment "Links some entity to its identifier. Extensions of SAREF may define sub-properties such as s4abcd:hasUUID, s4abcd:hasGTIN12, etc."@en ;
    rdfs:seeAlso <https://labs.etsi.org/rep/saref/saref-portal/-/issues/2> .


# New in V4.1.1

saref:hasVersion a owl:DatatypeProperty ;
  rdfs:label "has version"@en ;
  rdfs:comment "Links some entity (e.g., a device) to its version."@en ;
  rdfs:range xsd:string ;
  rdfs:seeAlso <https://labs.etsi.org/rep/saref/saref-core/-/issues/53> .
  
saref:hasRevisionNumber a owl:DatatypeProperty ;
  rdfs:label "has revision number"@en ;
  rdfs:comment "Links some entity (e.g., a device) to its revision number."@en ;
  rdfs:range xsd:string ;
  rdfs:seeAlso <https://labs.etsi.org/rep/saref/saref-core/-/issues/53> .