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

solve pipeline errors

parent b280c856
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -18,7 +18,8 @@
  dcterms:title "Administrative Information example"@en ;
  dcterms:title "Administrative Information example"@en ;
  dcterms:description "Example demonstrating how to represent information from group name AdministrativeInformation as in ETSI TS 103 735, Clause 6.3"@en .
  dcterms:description "Example demonstrating how to represent information from group name AdministrativeInformation as in ETSI TS 103 735, Clause 6.3"@en .


<mailto:lift.1415@company1.com> a s4lift:SmartLiftInstallation , s4lift:PassengerAndGoodsPassengerSmartLift ;
<mailto:lift.1415@company1.com> a s4lift:SmartLiftInstallation ;
  saref:hasDeviceKind s4lift:PassengerAndGoodsPassengerSmartLift ;
  s4lift:hasManufacturingCompanyRepresentative "Company1" ;
  s4lift:hasManufacturingCompanyRepresentative "Company1" ;
  s4lift:hasInstallerCompany "CompanyB" ;
  s4lift:hasInstallerCompany "CompanyB" ;
  s4lift:hasMaintenanceCompany "CompanyC" ;
  s4lift:hasMaintenanceCompany "CompanyC" ;
+1 −1
Original line number Original line Diff line number Diff line
@@ -248,7 +248,7 @@ s4lift:TravelTime rdf:type saref:Property ;
  rdfs:label "Travel time"@en .
  rdfs:label "Travel time"@en .


###  https://saref.etsi.org/saref4lift/hasBuildingManager
###  https://saref.etsi.org/saref4lift/hasBuildingManager
s4lift:hasBuildingManager rdf:type owl:ObjectProperty ;
s4lift:hasBuildingManager rdf:type owl:DatatypeProperty ;
  rdfs:domain s4syst:System ;
  rdfs:domain s4syst:System ;
  rdfs:comment "A relationship identifying the manager of the building where a system is located, as per [ISO 16484-5: inclusion in Description Property]. The value is expected to be a string or a string with language tag."@en ;
  rdfs:comment "A relationship identifying the manager of the building where a system is located, as per [ISO 16484-5: inclusion in Description Property]. The value is expected to be a string or a string with language tag."@en ;
  rdfs:label "has building manager"@en .
  rdfs:label "has building manager"@en .