example1BLDG.ttl 7.49 KB
Newer Older
@prefix : <https://saref.etsi.org/saref4bldg/v1.1.2/example/example1BLDG/> .
María's avatar
María committed
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix s4bldg: <https://saref.etsi.org/saref4bldg/> .
@prefix s4ener: <https://saref.etsi.org/saref4ener/> .
María's avatar
María committed
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix wurvoc: <http://www.wurvoc.org/vocabularies/om-1.8/> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
@base <https://saref.etsi.org/saref4bldg/v1.1.2/example/example1BLDG/> .
María's avatar
María committed

<https://saref.etsi.org/saref4bldg/v1.1.2/example/example1BLDG#> a dctype:Dataset ;
  dcterms:creator <http://purl.org/net/mpoveda> ,
                  <http://www.garcia-castro.com/foaf.rdf#me> ;
  dcterms:license <https://forge.etsi.org/etsi-software-license> ;
  dcterms:conformsTo <https://saref.etsi.org/saref4bldg/v1.1.2/> ;
  dcterms:conformsTo <https://saref.etsi.org/saref4ener/v1.1.2/> ;
  dcterms:title "Example of use for the SAREF extension for building devices"@en ;
  dcterms:description "Example of use for the SAREF extension for building devices"@en .

geo:SpatialThing a owl:Class .
geo:long a owl:DatatypeProperty .
geo:lat a owl:DatatypeProperty .
María's avatar
María committed


María's avatar
María committed
:Compressor001SIERRA02-0434C3 rdf:type owl:NamedIndividual ,
                                       s4bldg:Compressor ;
                              s4bldg:compressorSpeed :CompressorSpeedCompressor001SIERRA02-0434C3 ;
                              s4bldg:idealCapacity :IdealCapacityCompressor001SIERRA02-0434C3 ;
                              s4bldg:impellerDiameter :ImpellerDiameterCompressor001SIERRA02-0434C3 ;
                              s4bldg:isContainedIn :RefrigerationStoreComputerScienceBuilding1 ;
                              s4bldg:nominalCapacity :NominalCapacityCompressor001SIERRA02-0434C3 ;
                              geo:location :LocationCompressor001SIERRA02-0434C3 ;
                              s4ener:exposes :PowerProfileCompressor001SIERRA02-0434C3 ;
                              s4bldg:hasHotGasBypass "false"^^xsd:boolean ;
                              s4bldg:powerSource "MotorDriven"^^xsd:string ;
                              s4bldg:refrigerantClass "HFC"^^xsd:string ;
María's avatar
María committed
                              saref:hasManufacturer "SIEMENS"^^xsd:string ;
                              # saref:hasName "SIERRA 02-0434C3"^^xsd:string ;  # does not exist in SAREF v3.1.1
María's avatar
María committed
                              rdfs:label "CompressorSIERRA02-0434C3"@en .


:CompressorSpeedCompressor001SIERRA02-0434C3 rdf:type owl:NamedIndividual ,
                                                      saref:Measurement ;
María's avatar
María committed
                                             saref:isMeasuredIn :cyclesPerSecond ;
                                             saref:hasValue "3.0"^^xsd:float ;
                                             rdfs:label "Compressor speed of compressor001 SIERRA02-0434C3"@en .


María's avatar
María committed
:ComputerScienceBuilding1 rdf:type owl:NamedIndividual ,
                                   s4bldg:Building ;
                          geo:location :LocationComputerScienceBuilding1 ;
María's avatar
María committed
                          rdfs:label "Computer Science Building 1"@en .
María's avatar
María committed


María's avatar
María committed
:IdealCapacityCompressor001SIERRA02-0434C3 rdf:type owl:NamedIndividual ,
                                                    saref:Measurement ;
                                           saref:isMeasuredIn wurvoc:watt ;
María's avatar
María committed
                                           saref:hasValue "1800.0"^^xsd:float ;
                                           rdfs:label "Ideal capacity of compressor001 SIERRA02-0434C3"@en .
María's avatar
María committed


María's avatar
María committed
:ImpellerDiameterCompressor001SIERRA02-0434C3 rdf:type owl:NamedIndividual ,
                                                       saref:Measurement ;
                                              saref:isMeasuredIn wurvoc:inch-international ;
María's avatar
María committed
                                              saref:hasValue "5.9"^^xsd:float ;
                                              rdfs:label "Impeller diameter of compressor001 SIERRA02-0434C3"@en .
María's avatar
María committed


María's avatar
María committed
:LocationCompressor001SIERRA02-0434C3 rdf:type owl:NamedIndividual ,
                                               geo:SpatialThing ;
                                      geo:lat "40.405155" ;
                                      geo:long "-3.839203" ;
María's avatar
María committed
                                      rdfs:label "Location of compressor001 SIERRA02-0434C3"@en .
María's avatar
María committed


:LocationComputerScienceBuilding1 rdf:type owl:NamedIndividual ,
                                           geo:SpatialThing ;
                                  geo:lat "40.405013" ;
                                  geo:long "-3.839349" ;
María's avatar
María committed
                                  rdfs:label "Location of Computer Science Building 1"@en .
María's avatar
María committed


:LocationRefrigerationStoreComputerScienceBuilding1 rdf:type owl:NamedIndividual ,
                                                             geo:SpatialThing ;
                                                    geo:lat "40.405152" ;
                                                    geo:long "-3.839209" ;
María's avatar
María committed
                                                    rdfs:label "LocationRefrigerationStoreComputerScienceBuilding1"@en .


María's avatar
María committed
:NominalCapacityCompressor001SIERRA02-0434C3 rdf:type owl:NamedIndividual ,
                                                      saref:Measurement ;
                                             saref:isMeasuredIn wurvoc:watt ;
María's avatar
María committed
                                             saref:hasValue "680.0"^^xsd:float ;
                                             rdfs:label "Nominal capacity of compressor001 SIERRA02-0434C3"@en .
María's avatar
María committed


María's avatar
María committed
:PowerCompressor001SIERRA02-0434C3 rdf:type owl:NamedIndividual ,
                                            s4ener:Power ;
                                   saref:isMeasuredIn wurvoc:watt ;
María's avatar
María committed
                                   saref:hasValue "902.0"^^xsd:float ;
                                   rdfs:label "Power of compressor 001 SIERRA02-0434C3"@en .


:PowerProfileCompressor001SIERRA02-0434C3 rdf:type owl:NamedIndividual ,
                                                   s4ener:PowerProfile ;
#                                          saref:hasConsumption :PowerCompressor001SIERRA02-0434C3 ; # does not exist in SAREF v3.1.1
María's avatar
María committed
                                          rdfs:label "Power profile of compressor 001 SIERRA02-0434C3"@en .


María's avatar
María committed
:RefrigerationStoreComputerScienceBuilding1 rdf:type owl:NamedIndividual ,
                                                     s4bldg:BuildingSpace ;
                                            s4bldg:isSpaceOf :ComputerScienceBuilding1 ;
                                            geo:location :LocationRefrigerationStoreComputerScienceBuilding1 ;
María's avatar
María committed
                                            rdfs:label "Refrigeration store of Computer Science Building 1"@en .
María's avatar
María committed


:cyclesPerSecond rdf:type owl:NamedIndividual ,
María's avatar
María committed
                          saref:UnitOfMeasure ;
                 rdfs:label "cycles per second"@en .


wurvoc:inch-international rdf:type owl:NamedIndividual ,
María's avatar
María committed
                                                                        saref:UnitOfMeasure ;
                                                               rdfs:label "inch international"@en .
María's avatar
María committed


wurvoc:watt rdf:type owl:NamedIndividual ,
María's avatar
María committed
                                                          saref:PowerUnit .
María's avatar
María committed