From 89b1ee8680869c0f0b56a8c4a073644f3538bc42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20Lefran=C3=A7ois?= <maxime.lefrancois.86@gmail.com> Date: Fri, 5 Mar 2021 16:31:27 +0100 Subject: [PATCH] added missing labels --- ontology/saref4lift.ttl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ontology/saref4lift.ttl b/ontology/saref4lift.ttl index 9eb9f5d..3c4a4cc 100644 --- a/ontology/saref4lift.ttl +++ b/ontology/saref4lift.ttl @@ -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 . -- GitLab