Example demonstrating how to represent information from group name GeneralCommands as in ETSI TS 103 735, Clause 6.10
Turtle
@prefix ex: <https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_10_GeneralCommands/> .
@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_10_GeneralCommands#> a dctype:Dataset ;
dcterms:license <https://forge.etsi.org/etsi-software-license> ;
dcterms:conformsTo <https://saref.etsi.org/saref4lift/v2.1.1/> ;
dcterms:title "General Command example"@en ;
dcterms:description "Example demonstrating how to represent information from group name GeneralCommands as in ETSI TS 103 735, Clause 6.10"@en .
# sendCarToSpecificService, setOutOfService, testEmergencyNumber, mainBoardReset, testRide, setRealTimeMode
ex:carservice2 a s4lift:PossibleSmartLiftCarService .
_:SendCarToSpecificServiceCommand a saref:CommandExecution ;
saref:isExecutionOf s4lift:SendCarToSpecificServiceCommand ;
saref:hasTimestamp "2021-03-15T12:00:00Z"^^xsd:dateTime ;
saref:controls ex:carservice2 .
<mailto:lift.1415@company1.com> a s4lift:SmartLiftInstallation .
_:SetOutOfServiceCommand a saref:CommandExecution ;
saref:isExecutionOf s4lift:SetOutOfServiceCommand ;
saref:hasTimestamp "2021-03-16T12:00:00Z"^^xsd:dateTime ;
saref:controls <mailto:lift.1415@company1.com> .