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

added missing labels

parent 7bfc0e55
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -159,11 +159,13 @@ s4lift:isGroupedIn rdf:type owl:ObjectProperty ;


###  https://saref.etsi.org/saref4lift/receives
###  https://saref.etsi.org/saref4lift/receives
s4lift:receives rdf:type owl:ObjectProperty ;
s4lift:receives rdf:type owl:ObjectProperty ;
          rdfs:label "receives"@en ;
          rdfs:range s4lift:BCSSignal .
          rdfs:range s4lift:BCSSignal .




###  https://saref.etsi.org/saref4lift/sendsCommand
###  https://saref.etsi.org/saref4lift/sendsCommand
s4lift:sendsCommand rdf:type owl:ObjectProperty ;
s4lift:sendsCommand rdf:type owl:ObjectProperty ;
              rdfs:label "sends command"@en;
              rdfs:range saref:Command .
              rdfs:range saref:Command .




@@ -264,6 +266,7 @@ s4lift:hasMaintenanceCompany rdf:type owl:DatatypeProperty ;


###  https://saref.etsi.org/saref4lift/hasNetworkValue
###  https://saref.etsi.org/saref4lift/hasNetworkValue
s4lift:hasNetworkValue rdf:type owl:DatatypeProperty ;
s4lift:hasNetworkValue rdf:type owl:DatatypeProperty ;
              rdfs:label "has network value"@en ;
                 rdfs:domain s4lift:RegisteredNetworkOperator ;
                 rdfs:domain s4lift:RegisteredNetworkOperator ;
                 rdfs:range xsd:string .
                 rdfs:range xsd:string .


@@ -277,6 +280,7 @@ s4lift:hasOwner rdf:type owl:DatatypeProperty ;


###  https://saref.etsi.org/saref4lift/hasPositionValue
###  https://saref.etsi.org/saref4lift/hasPositionValue
s4lift:hasPositionValue rdf:type owl:DatatypeProperty ;
s4lift:hasPositionValue rdf:type owl:DatatypeProperty ;
          rdfs:label "has position value"@en ;
                  rdfs:domain s4lift:PositionSignal ;
                  rdfs:domain s4lift:PositionSignal ;
                  rdfs:range xsd:integer .
                  rdfs:range xsd:integer .


@@ -299,12 +303,14 @@ s4lift:hasSecondaryEmergencyTelephoneNumber rdf:type owl:DatatypeProperty ;


###  https://saref.etsi.org/saref4lift/hasStatisticValue
###  https://saref.etsi.org/saref4lift/hasStatisticValue
s4lift:hasStatisticValue rdf:type owl:DatatypeProperty ;
s4lift:hasStatisticValue rdf:type owl:DatatypeProperty ;
                rdfs:label "has statistic value"@en ;
                   rdfs:domain s4lift:StatisticSignal ;
                   rdfs:domain s4lift:StatisticSignal ;
                   rdfs:range xsd:integer .
                   rdfs:range xsd:integer .




###  https://saref.etsi.org/saref4lift/hasStatusValue
###  https://saref.etsi.org/saref4lift/hasStatusValue
s4lift:hasStatusValue rdf:type owl:DatatypeProperty ;
s4lift:hasStatusValue rdf:type owl:DatatypeProperty ;
                rdfs:label "has status value"@en ;
                rdfs:domain s4lift:StatusSignal ;
                rdfs:domain s4lift:StatusSignal ;
                rdfs:range xsd:boolean .
                rdfs:range xsd:boolean .


@@ -653,6 +659,7 @@ s4lift:PositionSignal rdf:type owl:Class ;


###  https://saref.etsi.org/saref4lift/PowerSupplySignal
###  https://saref.etsi.org/saref4lift/PowerSupplySignal
s4lift:PowerSupplySignal rdf:type owl:Class ;
s4lift:PowerSupplySignal rdf:type owl:Class ;
                rdfs:label "Power supply signal"@en ;
                   rdfs:subClassOf s4lift:Signal .
                   rdfs:subClassOf s4lift:Signal .