Example demonstrating how to represent information from group name SLConfiguration as in ETSI TS 103 735, Clause 6.5
Turtle
@prefix ex: <https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_5_SLConfiguration/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix s4syst: <https://saref.etsi.org/saref4syst/> .
@prefix s4bldg: <https://saref.etsi.org/saref4bldg/> .
@prefix s4lift: <https://saref.etsi.org/saref4lift/> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix cdt: <http://w3id.org/lindt/custom_datatypes#>.
<https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_5_SLConfiguration#> a dctype:Dataset ;
dcterms:license <https://forge.etsi.org/etsi-software-license> ;
dcterms:conformsTo <https://saref.etsi.org/saref4lift/v2.1.1/> ;
dcterms:title "Smart Lift General Configuration Example"@en ;
dcterms:description "Example demonstrating how to represent information from group name SLConfiguration as in ETSI TS 103 735, Clause 6.5"@en .
ex:building a s4bldg:Building ;
s4bldg:hasSpace ex:storey1 , ex:storey2 .
ex:storey1 a s4bldg:BuildingSpace .
ex:storey2 a s4bldg:BuildingSpace ;
s4bldg:hasSpace ex:aisle2N , ex:aisle2S .
ex:aisle2N a s4bldg:BuildingSpace .
ex:aisle2S a s4bldg:BuildingSpace .
<mailto:lift.1415@company1.com> a s4lift:SmartLiftInstallation ;
s4bldg:hasSpace ex:carstopspace1 , ex:carstopspace2 ;
s4lift:hasCarService ex:carservice1 , ex:carservice2 , ex:carservice3 ;
s4lift:containsCar ex:car1 .
ex:carstopspace1 a s4lift:CarStopSpace ;
rdfs:label "storey 1" ;
s4syst:connectsAt ex:carstopspace1_portA .
ex:carstopspace1_portA a s4lift:DoorConnectionPoint .
ex:carstopspace2 a s4lift:CarStopSpace ;
rdfs:label "storey 2" ;
s4syst:connectsAt ex:carstopspace2_portA , ex:carstopspace2_portB .
ex:carstopspace2_portA a s4lift:DoorConnectionPoint .
ex:carstopspace2_portB a s4lift:DoorConnectionPoint .
ex:car1 a s4lift:SmartLiftCar ;
s4syst:connectsAt ex:car1_doorA , ex:car1_doorB .
ex:car1_doorA a s4lift:DoorConnectionPoint .
ex:car1_doorB a s4lift:DoorConnectionPoint .
ex:carservice1 a s4lift:PossibleSmartLiftCarService ;
s4syst:connectsSystem ex:storey1 ;
s4syst:connectsSystemAt ex:carstopspace1_portA , ex:car1_doorA .
ex:carservice2 a s4lift:PossibleSmartLiftCarService ;
s4syst:connectsSystem ex:aisle2N ;
s4syst:connectsSystemAt ex:carstopspace2_portA , ex:car1_doorA .
ex:carservice3 a s4lift:PossibleSmartLiftCarService ;
s4syst:connectsSystem ex:aisle2S ;
s4syst:connectsSystemAt ex:carstopspace2_portB , ex:car1_doorB .
<mailto:lift.1415@company1.com> saref:hasPropertyValue [
a saref:PropertyValue ;
saref:hasValue "PT10S"^^xsd:duration ;
saref:isValueOfProperty s4lift:DoorOpenTime ] , [
a saref:PropertyValue ;
saref:hasValue "PT16S"^^xsd:duration ;
saref:isValueOfProperty s4lift:DoorCloseTime ] , [
a saref:PropertyValue ;
saref:hasValue "PT35S"^^xsd:duration ;
saref:isValueOfProperty s4lift:TravelTime ] .
<mailto:lift.1415@company1.com> owl:sameAs <http://company1.com/lift/1415> .