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

rework example

parent aaed1e1d
Loading
Loading
Loading
Loading
+68 −91
Original line number Original line Diff line number Diff line
@@ -25,97 +25,74 @@
geo:SpatialThing a owl:Class .
geo:SpatialThing a owl:Class .
geo:long a owl:DatatypeProperty .
geo:long a owl:DatatypeProperty .
geo:lat a owl:DatatypeProperty .
geo:lat a owl:DatatypeProperty .
geo:location a owl:ObjectProperty .


:ComputerScienceBuilding1 a s4bldg:Building ;
  geo:location [ a geo:SpatialThing ;
          geo:lat "40.405013" ;
          geo:long "-3.839349" ;
          rdfs:label "Location of Computer Science Building 1"@en
    ] ;
  rdfs:label "Computer Science Building 1"@en .


:Compressor001SIERRA02-0434C3 rdf:type owl:NamedIndividual ,
:RefrigerationStoreComputerScienceBuilding1 a s4bldg:BuildingSpace ;
                                       s4bldg:Compressor ;
  s4bldg:isSpaceOf :ComputerScienceBuilding1 ;
                              s4bldg:compressorSpeed :CompressorSpeedCompressor001SIERRA02-0434C3 ;
  geo:location [
                              s4bldg:idealCapacity :IdealCapacityCompressor001SIERRA02-0434C3 ;
    a geo:SpatialThing ;
                              s4bldg:impellerDiameter :ImpellerDiameterCompressor001SIERRA02-0434C3 ;
    geo:lat "40.405152" ;
                              s4bldg:isContainedIn :RefrigerationStoreComputerScienceBuilding1 ;
    geo:long "-3.839209" ;
                              s4bldg:nominalCapacity :NominalCapacityCompressor001SIERRA02-0434C3 ;
    rdfs:label "LocationRefrigerationStoreComputerScienceBuilding1"@en 
                              geo:location :LocationCompressor001SIERRA02-0434C3 ;
  ] ;
                              s4bldg:hasHotGasBypass "false"^^xsd:boolean ;
  rdfs:label "Refrigeration store of Computer Science Building 1"@en .
                              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 ,
:Compressor001SIERRA02-0434C3 a s4bldg:Compressor ;
                                                      saref:Measurement ;
  s4bldg:isContainedIn :RefrigerationStoreComputerScienceBuilding1 ;
  saref:hasPropertyValue [
    a saref:PropertyValue ;
    saref:isValueOfProperty s4bldg:compressorSpeed ;
    saref:isMeasuredIn :cyclesPerSecond ;
    saref:isMeasuredIn :cyclesPerSecond ;
    saref:hasValue "3.0"^^xsd:float ;
    saref:hasValue "3.0"^^xsd:float ;
                                             rdfs:label "Compressor speed of compressor001 SIERRA02-0434C3"@en .
    rdfs:label "Compressor speed of compressor001 SIERRA02-0434C3"@en 

  ] ;

  saref:hasPropertyValue [
:ComputerScienceBuilding1 rdf:type owl:NamedIndividual ,
    a saref:PropertyValue ;
                                   s4bldg:Building ;
    saref:isValueOfProperty s4bldg:idealCapacity ;
                          geo:location :LocationComputerScienceBuilding1 ;
                          rdfs:label "Computer Science Building 1"@en .


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

  ] ;

  saref:hasPropertyValue [
:ImpellerDiameterCompressor001SIERRA02-0434C3 rdf:type owl:NamedIndividual ,
    a saref:PropertyValue ;
                                                       saref:Measurement ;
    saref:isValueOfProperty s4bldg:impellerDiameter ;
    saref:isMeasuredIn wurvoc:inch-international ;
    saref:isMeasuredIn wurvoc:inch-international ;
    saref:hasValue "5.9"^^xsd:float ;
    saref:hasValue "5.9"^^xsd:float ;
                                              rdfs:label "Impeller diameter of compressor001 SIERRA02-0434C3"@en .
    rdfs:label "Impeller diameter of compressor001 SIERRA02-0434C3"@en 

  ] ;

  saref:hasPropertyValue [
:LocationCompressor001SIERRA02-0434C3 rdf:type owl:NamedIndividual ,
    a saref:PropertyValue ;
                                               geo:SpatialThing ;
    saref:isValueOfProperty s4bldg:nominalCapacity ;
                                      geo:lat "40.405155" ;
                                      geo:long "-3.839203" ;
                                      rdfs:label "Location of compressor001 SIERRA02-0434C3"@en .


:LocationComputerScienceBuilding1 rdf:type owl:NamedIndividual ,
                                           geo:SpatialThing ;
                                  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:lat "40.405152" ;
                                                    geo:long "-3.839209" ;
                                                    rdfs:label "LocationRefrigerationStoreComputerScienceBuilding1"@en .


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

  ] ;                              

  geo:location [
:RefrigerationStoreComputerScienceBuilding1 rdf:type owl:NamedIndividual ,
    a geo:SpatialThing ;
                                                     s4bldg:BuildingSpace ;
    geo:lat "40.405155" ;
                                            s4bldg:isSpaceOf :ComputerScienceBuilding1 ;
    geo:long "-3.839203" ;
                                            geo:location :LocationRefrigerationStoreComputerScienceBuilding1 ;
    rdfs:label "Location of compressor001 SIERRA02-0434C3"@en 
                                            rdfs:label "Refrigeration store of Computer Science Building 1"@en .
  ] ;

  s4bldg:hasHotGasBypass "false"^^xsd:boolean ;

  s4bldg:powerSource "MotorDriven"^^xsd:string ;
:cyclesPerSecond rdf:type owl:NamedIndividual ,
  s4bldg:refrigerantClass "HFC"^^xsd:string ;
                          saref:UnitOfMeasure ;
  saref:hasManufacturer "SIEMENS"^^xsd:string ;
                 rdfs:label "cycles per second"@en .
  saref:hasModel "SIERRA 02-0434C3"^^xsd:string ;

  rdfs:label "CompressorSIERRA02-0434C3"@en .


wurvoc:inch-international rdf:type owl:NamedIndividual ,
wurvoc:inch-international a saref:UnitOfMeasure ;
                                                                        saref:UnitOfMeasure ;
  rdfs:label "inch international"@en .
  rdfs:label "inch international"@en .


wurvoc:watt a saref:UnitOfMeasure ;
  rdfs:label "watt"@en .


wurvoc:watt rdf:type owl:NamedIndividual ,
                                                          saref:PowerUnit .