Skip to content

Commit

Permalink
Merge pull request #205 from smart-data-models/megumi-szk-patch-4-2
Browse files Browse the repository at this point in the history
Update example.jsonld of Slab
  • Loading branch information
albertoabellagarcia authored Feb 21, 2025
2 parents ce2e6d2 + b615cf9 commit d2b8131
Showing 1 changed file with 151 additions and 65 deletions.
216 changes: 151 additions & 65 deletions ZEB/Slab/examples/example.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -2,74 +2,160 @@
"@context": [
"https://smartdatamodels.org/context.jsonld"
],
"activePower": {
"L1": 11996.416016,
"L2": 9461.501953,
"L3": 10242.351562
"id": "urn:ngsi-ld:Slab:BSZ0000000001",
"type": "Slab",
"dateObjectCreated": "2020-07-20T17:17:00.621Z",
"dateObjectUpdated": "2020-07-20T17:17:00.621Z",
"flagDeleted": "false",
"jointDirection": {
"type": "Point",
"coordinates": [
0,
0,
90
]
},
"apparentPower": {
"L1": 13201.412109,
"L2": 10755.304688,
"L3": 11941.094727
"jointSurface": {
"type": "MultiPoint",
"coordinates": [
[
0,
0,
0
],
[
100,
0,
0
],
[
100,
100,
0
],
[
0,
100,
0
]
]
},
"current": {
"L1": 56.126038,
"L2": 45.894356,
"L3": 50.872452,
"N": 0.0
},
"dateEnergyMeteringStarted": {
"@type": "DateTime",
"@value": "2018-07-07T15:05:59.408Z"
},
"description": "measurement corresponding to the ventilation machine rooms",
"displacementPowerFactor": {
"L1": 0.978013,
"L2": 0.973317,
"L3": 0.960382
},
"frequency": 50.020672,
"id": "urn:ngsi-ld:ThreePhaseAcMeasurement:ThreePhaseAcMeasurement:LV3_Ventilation",
"name": "HKAPK0200",
"phaseToPhaseVoltage": {
"L12": 406.769196,
"L23": 407.081238,
"L31": 407.734558
},
"phaseVoltage": {
"L1": 234.961304,
"L2": 234.563477,
"L3": 235.354034
},
"powerFactor": {
"L1": 0.908817,
"L2": 0.879906,
"L3": 0.859293
},
"reactivePower": {
"L1": -2612.606934,
"L2": -2209.906006,
"L3": -3007.81958
},
"refDevice": [
"urn:ngsi-ld:Device:Device:eQL-EDF3GL-2006201705"
"jointArea": 0.368,
"objectName": "floor_1",
"refArea": [
"urn:ngsi-ld:Area:SAZ0000000001"
],
"thdCurrent": {
"L1": 0.38497337,
"L2": 0.45807529,
"L3": 0.4938652
"refBuilding": [
"urn:ngsi-ld:Building:ZZZ0000000001"
],
"refMaterialLayer": [
"urn:ngsi-ld:MaterialLayer:BWZ0000000001"
],
"refOpening": [
"urn:ngsi-ld:Opening:BOZ0000000001"
],
"refRoom": [
"urn:ngsi-ld:Room:SRZ0000000001"
],
"refStair": [
"urn:ngsi-ld:Stair:BTZ0000000001"
],
"shape": {
"type": "MultiPoint",
"coordinates": [
[
0,
0,
0
],
[
100,
0,
0
],
[
0,
100,
0
],
[
100,
100,
0
],
[
0,
0,
100
],
[
100,
0,
100
],
[
0,
100,
100
],
[
100,
100,
100
]
]
},
"slabType": "stair_floor",
"surfaceBase": {
"type": "MultiPoint",
"coordinates": [
[
25,
25,
25
],
[
25,
75,
25
],
[
75,
25,
75
],
[
75,
25,
25
]
]
},
"thdVoltage": {
"L1": 0.01471114,
"L2": 0.01600046,
"L3": 0.01541459
"surfaceTop": {
"type": "MultiPoint",
"coordinates": [
[
0,
0,
0
],
[
100,
0,
0
],
[
100,
100,
0
],
[
0,
100,
0
]
]
},
"totalActiveEnergyExport": 1059.80176,
"totalActiveEnergyImport": 150781.96448,
"totalActivePower": 31700.269531,
"totalApparentPower": 36019.089844,
"totalReactiveEnergyExport": 93275.02176,
"totalReactiveEnergyImport": 20490.3392,
"totalReactivePower": -7830.332031,
"type": "ThreePhaseAcMeasurement"
"thermalTransmission": 0.834,
"thickness": 115
}

0 comments on commit d2b8131

Please sign in to comment.