Commit f4bb10c4 authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

Issues in TS 103 673 Clause 9.6.4

parent 4b33d2db
Loading
Loading
Loading
Loading
+30 −25
Original line number Diff line number Diff line
@prefix : <https://saref.etsi.org/saref4bldg/v1.1.2/example/example1/> .
@prefix : <https://saref.etsi.org/saref4bldg/v1.1.2/example/example1BLDG/> .
@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> .
@@ -12,57 +12,62 @@
@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/> .
@base <https://saref.etsi.org/saref4bldg/v1.1.2/example/example1/> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
@base <https://saref.etsi.org/saref4bldg/v1.1.2/example/example1BLDG/> .

<https://saref.etsi.org/core/v3.1.1/example/example1BLDG#> a dctype:Dataset ;
<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 .


:Compressor001SIERRA02-0434C3 rdf:type owl:NamedIndividual ,
                                       :Compressor ;
                              :compressorSpeed :CompressorSpeedCompressor001SIERRA02-0434C3 ;
                              :idealCapacity :IdealCapacityCompressor001SIERRA02-0434C3 ;
                              :impellerDiameter :ImpellerDiameterCompressor001SIERRA02-0434C3 ;
                              :isContainedIn :RefrigerationStoreComputerScienceBuilding1 ;
                              :nominalCapacity :NominalCapacityCompressor001SIERRA02-0434C3 ;
                                       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 ;
                              :hasHotGasBypass "false"^^xsd:boolean ;
                              :powerSource "MotorDriven"^^xsd:string ;
                              :refrigerantClass "HFC"^^xsd:string ;
                              s4bldg:hasHotGasBypass "false"^^xsd:boolean ;
                              s4bldg:powerSource "MotorDriven"^^xsd:string ;
                              s4bldg:refrigerantClass "HFC"^^xsd:string ;
                              saref:hasManufacturer "SIEMENS"^^xsd:string ;
                              # saref:hasName "SIERRA 02-0434C3"^^xsd:string ;  # does not exist in SAREF v3.1.1
                              rdfs:label "CompressorSIERRA02-0434C3"@en .


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


:ComputerScienceBuilding1 rdf:type owl:NamedIndividual ,
                                   :Building ;
                                   s4bldg:Building ;
                          geo:location :LocationComputerScienceBuilding1 ;
                          rdfs:label "Computer Science Building 1"@en .


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


:ImpellerDiameterCompressor001SIERRA02-0434C3 rdf:type owl:NamedIndividual ,
                                                       :Measurement ;
                                                       saref:Measurement ;
                                              saref:isMeasuredIn wurvoc:inch-international ;
                                              saref:hasValue "5.9"^^xsd:float ;
                                              rdfs:label "Impeller diameter of compressor001 SIERRA02-0434C3"@en .
@@ -70,27 +75,27 @@

:LocationCompressor001SIERRA02-0434C3 rdf:type owl:NamedIndividual ,
                                               geo:SpatialThing ;
                                      geo:latitude 40.405155 ;
                                      geo:longitude -3.839203 ;
                                      geo:lat "40.405155" ;
                                      geo:long "-3.839203" ;
                                      rdfs:label "Location of compressor001 SIERRA02-0434C3"@en .


:LocationComputerScienceBuilding1 rdf:type owl:NamedIndividual ,
                                           geo:SpatialThing ;
                                  geo:latitude 40.405013 ;
                                  geo:longitude -3.839349 ;
                                  geo:lat "40.405013" ;
                                  geo:long "-3.839349" ;
                                  rdfs:label "Location of Computer Science Building 1"@en .


:LocationRefrigerationStoreComputerScienceBuilding1 rdf:type owl:NamedIndividual ,
                                                             geo:SpatialThing ;
                                                    geo:latitude 40.405152 ;
                                                    geo:longitude -3.839209 ;
                                                    geo:lat "40.405152" ;
                                                    geo:long "-3.839209" ;
                                                    rdfs:label "LocationRefrigerationStoreComputerScienceBuilding1"@en .


:NominalCapacityCompressor001SIERRA02-0434C3 rdf:type owl:NamedIndividual ,
                                                      :Measurement ;
                                                      saref:Measurement ;
                                             saref:isMeasuredIn wurvoc:watt ;
                                             saref:hasValue "680.0"^^xsd:float ;
                                             rdfs:label "Nominal capacity of compressor001 SIERRA02-0434C3"@en .
@@ -110,8 +115,8 @@


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