Skip to content

Commit

Permalink
Merge pull request #182 from smart-data-models/megumi-szk-patch-28
Browse files Browse the repository at this point in the history
Update example.json
  • Loading branch information
albertoabellagarcia authored Jan 16, 2025
2 parents 91609cc + fc51a59 commit 9cb4ca8
Showing 1 changed file with 6 additions and 33 deletions.
39 changes: 6 additions & 33 deletions ZEB/Column/examples/example.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"id": "urn:ngsi-ld:Slab:BSZ0000000001",
"type": "Slab",
"id": "urn:ngsi-ld:Column:BCZ0000000001",
"type": "Column",
"dateObjectCreated": "2020-07-20T17:17:00.621Z",
"dateObjectUpdated": "2020-07-20T17:17:00.621Z",
"flagDeleted": "false",
"height": "4500",
"jointDirection": {
"type": "Point",
"coordinates": [
Expand Down Expand Up @@ -40,11 +41,10 @@
]
},
"jointArea": "0.368",
"objectName": "floor_1",
"objectName": "column_1",
"refArea": "urn:ngsi-ld:Area:SAZ0000000001",
"refBuilding": "urn:ngsi-ld:Building:ZZZ0000000001",
"refMaterialLayer": "urn:ngsi-ld:MaterialLayer:BWZ0000000001",
"refOpening": "urn:ngsi-ld:Opening:BOZ0000000001",
"refMaterial": "urn:ngsi-ld:Material:12",
"refRoom": "urn:ngsi-ld:Room:SRZ0000000001",
"refStair": "urn:ngsi-ld:Stair:BTZ0000000001",
"shape": {
Expand Down Expand Up @@ -92,7 +92,6 @@
]
]
},
"slabType": "stair_floor",
"surfaceBase": {
"type": "Polygon",
"coordinates": [
Expand All @@ -118,31 +117,5 @@
]
]
},
"surfaceTop": {
"type": "Polygon",
"coordinates": [
[
0,
0,
0
],
[
100,
0,
0
],
[
100,
100,
0
],
[
0,
100,
0
]
]
},
"thermalTransmission": "0.834",
"thickness": "220"
"thermalTransmission": "0.834"
}

0 comments on commit 9cb4ca8

Please sign in to comment.