rdfs:comment"A saref:Property related to some measurements that are characterized by a certain value that is measured in a pressure unit (bar or pascal)"@en;
rdfs:label"Pressure"@en.
ex:Electricityasaref:EnergyCommodity;
rdfs:comment"A type of energy commodity"@en;
rdfs:label"Electricity"@en.
saref:PressureUnitaowl:Class;
rdfs:subClassOfsaref:UnitOfMeasure;
rdfs:comment"The unit of measure for pressure"@en;
rdfs:comment"A switch that performs the ex:OpenCloseFunction, is used for controlling a door, and can be found in the state ex:OpenCloseState. A ex:DoorSwitch is used to accomplish ex:Safety."@en;
rdfs:label"Door switch"@en;
saref:hasFunctionex:OpenCloseFunction;
saref:controlsex:Door;
saref:hasStateex:OpenCloseState;
saref:accomplishesex:Safety.
ex:OpenCloseFunctionasaref:Function;
rdfs:label"Open Close Function"@en;
rdfs:comment"A function to control the open/close state of some feature"@en;
saref:controlsex:OpenCloseState.
ex:OpenCloseStateasaref:State;
rdfs:label"Open Close State"@en;
rdfs:comment"the state open or close"@en.
ex:Openasaref:State;
skos:broaderex:OpenCloseState;
rdfs:label"Open"@en;
rdfs:comment"the state open"@en.
ex:Closeasaref:State;
skos:broaderex:OpenCloseState;
rdfs:label"Close"@en;
rdfs:comment"the state close"@en.
ex:Safetyasaref:Task;
rdfs:comment"A type of task for which a device is designed"@en;
rdfs:comment"A switch that performs the saref:OpenCloseFunction, is used for controlling a door, and can be found in the state saref:OpenCloseState. A saref:DoorSwitch is typically used to accomplish saref:Safety."@en;
rdfs:label"Door switch"@en.
geo:lataowl:DatatypeProperty.
geo:longaowl:DatatypeProperty.
ex:BuildingObject_MainDoor
# rdf:type saref:Door ;
rdfs:label"Building object Main door"^^xsd:string;
.
ex:BuildingSpace_OfficeHall
# rdf:type saref:BuildingSpace ;
rdfs:label"Office Hall"^^xsd:string;
geo:lat"52.0821"^^xsd:string;
geo:long"4.3251"^^xsd:string;
# saref:contains ex:BuildingObject_MainDoor ;
# saref:hasSpaceType "Office hall"^^xsd:string ;
.
ex:CloseCommand
rdf:typesaref:CloseCommand;
rdfs:label"CLOSE command "^^xsd:string;
saref:actsUponex:OpenState;
.
ex:CloseDoorService
rdf:typesaref:Service;
rdfs:label"CLOSE Door service "^^xsd:string;
# saref:hasInputParameter ex:OpenState ;
# saref:hasOutputParameter ex:CloseState ;
saref:isOfferedByex:DoorSwitch_DS3001;
saref:representsex:OpenCloseFunction;
.
ex:CloseState
rdf:typesaref:CloseState;
rdfs:label"CLOSE state"^^xsd:string;
.
ex:Comfort
rdf:typesaref:Task;
rdfs:label"Comfort"^^xsd:string;
.
ex:DoorSwitch_DS001
# rdf:type saref:DoorSwitch ;
rdfs:label"Door switch DS3001"^^xsd:string;
# saref:IsUsedFor ex:BuildingObject_MainDoor ;
saref:accomplishesex:Comfort;
saref:consistsOfsaref:Switch;
# saref:hasCategory saref:Actuator ;
saref:hasDescription"Door switch DS3001 is an example of how to instantiate a door switch using SAREF"^^xsd:string;