Skip to content
Snippets Groups Projects
Commit f3c571ae authored by Bilbao Arechabala, Sonia's avatar Bilbao Arechabala, Sonia
Browse files

Upload New File

parent 6a6ee5a6
No related branches found
No related tags found
No related merge requests found
{
"@context": {
"owl": "http://www.w3.org/2002/07/owl#",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"xsd": "http://www.w3.org/2001/XMLSchema#"
},
"@graph": [
{
"@id": "http://engie.com/enershare/resource/building/bd_001",
"@type": "https://w3id.org/seas/Building",
"https://w3id.org/enershare/building/hasNumberOfFloors": {
"@type": "xsd:int",
"@value": "3"
},
"https://w3id.org/enershare/building/hasNumberOfUndergroundFloors": {
"@type": "xsd:int",
"@value": "0"
},
"https://w3id.org/enershare/property/hasFinalEnergeticPerformanceClass": {
"@id": "http://engie.com/enershare/resource/building/bd_001/property/FinalEnerClass"
},
"https://w3id.org/enershare/property/hasInitialElectricEnergyConsumption": {
"@id": "http://engie.com/enershare/resource/building/bd_001/property/InitialEnergyConsumption"
},
"https://w3id.org/enershare/property/hasInitialEnergeticPerformanceClass": {
"@id": "http://engie.com/enershare/resource/building/bd_001/property/InitialEnerClass"
},
"https://w3id.org/enershare/property/hasReferenceArea": {
"@id": "http://engie.com/enershare/resource/building/bd_001/property/ReferenceArea"
},
"https://w3id.org/enershare/property/hasTotalArea": {
"@id": "http://engie.com/enershare/resource/building/bd_001/property/totalArea"
},
"rdfs:label": "Building"
},
{
"@id": "http://engie.com/enershare/resource/building/bd_001/property/totalArea/evaluation",
"@type": "https://w3id.org/seas/Evaluation",
"https://w3id.org/seas/evaluatedSimpleValue": {
"@type": "http://w3id.org/lindt/custom_datatypes#area",
"@value": "351.6"
}
},
{
"@id": "http://engie.com/enershare/resource/building/bd_001/property/ReferenceArea/evaluation",
"@type": "https://w3id.org/seas/Evaluation",
"https://w3id.org/seas/evaluatedSimpleValue": {
"@type": "http://w3id.org/lindt/custom_datatypes#area",
"@value": "277.4"
}
},
{
"@id": "http://engie.com/enershare/resource/building/bd_001/property/InitialEnergyConsumption/evaluation",
"@type": "https://w3id.org/platoon/ElectricEnergyConsumptionEvaluation",
"https://w3id.org/seas/evaluatedSimpleValue": {
"@type": "http://w3id.org/lindt/custom_datatypes#energy",
"@value": "106.04"
}
},
{
"@id": "http://engie.com/enershare/resource/building/bd_001/property/ReferenceArea",
"@type": "https://w3id.org/seas/AreaProperty",
"https://w3id.org/seas/evaluation": {
"@id": "http://engie.com/enershare/resource/building/bd_001/property/ReferenceArea/evaluation"
},
"rdfs:label": "Reference building Area"
},
{
"@id": "http://engie.com/enershare/resource/building/bd_001/property/totalArea",
"@type": "https://w3id.org/seas/AreaProperty",
"https://w3id.org/seas/evaluation": {
"@id": "http://engie.com/enershare/resource/building/bd_001/property/totalArea/evaluation"
},
"rdfs:label": "Building Total Area"
},
{
"@id": "http://engie.com/enershare/resource/building/bd_001/property/InitialEnergyConsumption",
"@type": "https://w3id.org/platoon/ElectricEnergyConsumptionProperty",
"https://w3id.org/seas/evaluation": {
"@id": "http://engie.com/enershare/resource/building/bd_001/property/InitialEnergyConsumption/evaluation"
},
"rdfs:label": "Building Energy consumption before"
},
{
"@id": "http://engie.com/enershare/resource/building/bd_001/property/FinalEnerClass",
"@type": [
"https://w3id.org/platoon/EnergyPerformanceLabel",
"https://w3id.org/platoon/ClassB"
],
"rdfs:label": "Final Energy Performance level"
},
{
"@id": "http://engie.com/enershare/resource/building/bd_001/property/InitialEnerClass",
"@type": [
"https://w3id.org/platoon/ClassD",
"https://w3id.org/platoon/EnergyPerformanceLabel"
],
"rdfs:label": "Initial Energy Performance level"
}
]
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment