Unverified Commit 2d8031e7 authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

removed dependency to saref4ener

parent 0f184959
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
labs.etsi.org/rep/:
  repos:
    - saref/saref-core
    - saref/saref4ener
+0 −16
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@
@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/> .
@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#> .
@@ -20,7 +19,6 @@
                  <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 .

@@ -37,7 +35,6 @@ geo:lat a owl:DatatypeProperty .
                              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 ;
@@ -101,19 +98,6 @@ geo:lat a owl:DatatypeProperty .
                                             rdfs:label "Nominal capacity of compressor001 SIERRA02-0434C3"@en .


:PowerCompressor001SIERRA02-0434C3 rdf:type owl:NamedIndividual ,
                                            saref:Measurement ;
                                   saref:isMeasuredIn wurvoc:watt ;
                                   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
                                          rdfs:label "Power profile of compressor 001 SIERRA02-0434C3"@en .


:RefrigerationStoreComputerScienceBuilding1 rdf:type owl:NamedIndividual ,
                                                     s4bldg:BuildingSpace ;
                                            s4bldg:isSpaceOf :ComputerScienceBuilding1 ;