Skip to content
Snippets Groups Projects
Unverified Commit 89b1ee86 authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

added missing labels

parent 7bfc0e55
No related branches found
No related tags found
No related merge requests found
Pipeline #282 failed
......@@ -159,11 +159,13 @@ s4lift:isGroupedIn rdf:type owl:ObjectProperty ;
### https://saref.etsi.org/saref4lift/receives
s4lift:receives rdf:type owl:ObjectProperty ;
rdfs:label "receives"@en ;
rdfs:range s4lift:BCSSignal .
### https://saref.etsi.org/saref4lift/sendsCommand
s4lift:sendsCommand rdf:type owl:ObjectProperty ;
rdfs:label "sends command"@en;
rdfs:range saref:Command .
......@@ -264,6 +266,7 @@ s4lift:hasMaintenanceCompany rdf:type owl:DatatypeProperty ;
### https://saref.etsi.org/saref4lift/hasNetworkValue
s4lift:hasNetworkValue rdf:type owl:DatatypeProperty ;
rdfs:label "has network value"@en ;
rdfs:domain s4lift:RegisteredNetworkOperator ;
rdfs:range xsd:string .
......@@ -277,6 +280,7 @@ s4lift:hasOwner rdf:type owl:DatatypeProperty ;
### https://saref.etsi.org/saref4lift/hasPositionValue
s4lift:hasPositionValue rdf:type owl:DatatypeProperty ;
rdfs:label "has position value"@en ;
rdfs:domain s4lift:PositionSignal ;
rdfs:range xsd:integer .
......@@ -299,12 +303,14 @@ s4lift:hasSecondaryEmergencyTelephoneNumber rdf:type owl:DatatypeProperty ;
### https://saref.etsi.org/saref4lift/hasStatisticValue
s4lift:hasStatisticValue rdf:type owl:DatatypeProperty ;
rdfs:label "has statistic value"@en ;
rdfs:domain s4lift:StatisticSignal ;
rdfs:range xsd:integer .
### https://saref.etsi.org/saref4lift/hasStatusValue
s4lift:hasStatusValue rdf:type owl:DatatypeProperty ;
rdfs:label "has status value"@en ;
rdfs:domain s4lift:StatusSignal ;
rdfs:range xsd:boolean .
......@@ -653,6 +659,7 @@ s4lift:PositionSignal rdf:type owl:Class ;
### https://saref.etsi.org/saref4lift/PowerSupplySignal
s4lift:PowerSupplySignal rdf:type owl:Class ;
rdfs:label "Power supply signal"@en ;
rdfs:subClassOf s4lift:Signal .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment