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/v1.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/v1.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/v1.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 s4lift:SendCarToSpecificServiceCommand .
_:SendCarToSpecificServiceCommand saref:hasTimestamp "2021-03-15T12:00:00Z"^^xsd:dateTime .
_:SendCarToSpecificServiceCommand saref:isAbout ex:carservice2 .
<mailto:lift.1415@company1.com> a s4lift:SmartLiftInstallation .
_:SetOutOfServiceCommand a s4lift:SetOutOfServiceCommand .
_:SetOutOfServiceCommand saref:hasTimestamp "2021-03-16T12:00:00Z"^^xsd:dateTime .
_:SetOutOfServiceCommand saref:isAbout <mailto:lift.1415@company1.com> .
_:TestEmergencyNumberCommand a s4lift:TestEmergencyNumberCommand .
_:TestEmergencyNumberCommand saref:hasTimestamp "2021-03-17T12:00:00Z"^^xsd:dateTime .
_:TestEmergencyNumberCommand saref:isAbout <mailto:lift.1415@company1.com> .
_:MainBoardResetCommand a s4lift:MainBoardResetCommand .
_:MainBoardResetCommand saref:hasTimestamp "2021-03-18T12:00:00Z"^^xsd:dateTime .
_:MainBoardResetCommand saref:isAbout <mailto:lift.1415@company1.com> .
_:TestRideCommand a s4lift:TestRideCommand .
_:TestRideCommand saref:hasTimestamp "2021-03-19T12:00:00Z"^^xsd:dateTime .
_:TestRideCommand saref:isAbout <mailto:lift.1415@company1.com> .
_:SetRealTimeModeCommand a s4lift:SetRealTimeModeCommand .
_:SetRealTimeModeCommand saref:hasTimestamp "2021-03-20T12:00:00Z"^^xsd:dateTime .
_:SetRealTimeModeCommand saref:hasValue false .
_:SetRealTimeModeCommand saref:isAbout <mailto:lift.1415@company1.com> .