Commit 1ac6ad1b authored by Raul Garcia-Castro's avatar Raul Garcia-Castro
Browse files

Added comments for some properties.

parent 6f634c3f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -347,34 +347,40 @@ s4watr:hasStartTimestamp rdf:type owl:DatatypeProperty ;
###  https://saref.etsi.org/saref4watr#hasFabricationNumber
s4watr:hasFabricationNumber rdf:type owl:DatatypeProperty ;
                            rdfs:range rdfs:Literal ;
                            rdfs:comment "The fabrication number of a device."@en ;
                            rdfs:label "has fabrication number"@en .


###  https://saref.etsi.org/saref4watr#hasFirmwareVersion
s4watr:hasFirmwareVersion rdf:type owl:DatatypeProperty ;
                              rdfs:range rdfs:Literal ;
                              rdfs:comment "The firmware version of a device."@en ;
                              rdfs:label "has firmware version"@en .


###  https://saref.etsi.org/saref4watr#hasHardwareVersion
s4watr:hasHardwareVersion rdf:type owl:DatatypeProperty ;
                              rdfs:range rdfs:Literal ;
                              rdfs:comment "The hardware version of a device."@en ;
                              rdfs:label "has hardware version"@en .


###  https://saref.etsi.org/saref4watr#hasVersion
s4watr:hasVersion rdf:type owl:DatatypeProperty ;
                      rdfs:range rdfs:Literal ;
                      rdfs:comment "The version of a device."@en ;
                      rdfs:label "has version"@en .


###  https://saref.etsi.org/saref4watr#operatesAtRadioFrequency
s4watr:operatesAtRadioFrequency rdf:type owl:DatatypeProperty ;
                                rdfs:comment "The radio frequency at which a device operates."@en ;
                                rdfs:label "operates at radio frequency"@en .


###  https://saref.etsi.org/saref4watr#requiresPower
s4watr:requiresPower rdf:type owl:DatatypeProperty ;
                     rdfs:comment "The power required by a device."@en ;
                     rdfs:label "requires power"@en .