Smart Lift installation identification example

IRI
https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_2_SLIIdentification#
Conforms to ontologies
Download serialization
License
Example demonstrating how to represent information from group name SLIdentification as in ETSI TS 103 735, Clause 6.2

Turtle

@prefix ex: <https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_2_SLIIdentification/> .
@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/> .

<https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_2_SLIIdentification#> 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 installation identification example"@en ;
  dcterms:description "Example demonstrating how to represent information from group name SLIdentification as in ETSI TS 103 735, Clause 6.2"@en .

<mailto:lift.1415@company1.com> a s4lift:SmartLiftInstallation ;
  s4lift:isGroupedIn <mailto:group.10354@company1.com> ;
  s4lift:isMasterInGroup <mailto:group.10354@company1.com> .

<mailto:lift.1416@company1.com> a s4lift:SmartLiftInstallation ;
  s4lift:isGroupedIn <mailto:group.10354@company1.com> ;
  s4lift:isSecondaryInGroup <mailto:group.10354@company1.com> .

<mailto:group.10354@company1.com> a s4lift:SmartLiftGroup .