-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspec_data_model.json
More file actions
862 lines (862 loc) · 26.1 KB
/
Copy pathspec_data_model.json
File metadata and controls
862 lines (862 loc) · 26.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
{
"building": {
"definition": "A physical structure with walls and a roof to give protection to occupants, animals and things.",
"related_terms": [
"Construction",
"Edifice"
],
"standards": [
"ifcXML",
"obXML"
],
"data_added": "15/10/2019",
"date_deprecated": null,
"version": 1,
"children": {
"space": {
"definition": "A space represents an area or volume bounded actually or theoretically. Spaces are areas or volumes that provide for certain functions within a building.",
"type": "string",
"related_terms": [
"IfcSpace"
],
"standards": {
"ifcXML": "IfcSpace",
"type": "element"
},
"data_added": "05/11/2019",
"date_deprecated": null,
"version": 1,
"facet": {
"cardinalityMax": 1,
"ordered": false,
"sensitive": false
},
"children":{
"spaceID": {
"definition": "A unique identifier for a space.",
"type": "string",
"related_terms": [
"ID"
],
"standards": [
{
"ifcXML": "IfcSpace/id",
"type": "attribute",
"use": "optional"
}
],
"data_added": "15/10/2019",
"date_deprecated": null,
"version": 1,
"facet": {
"cardinalityMax": 1,
"ordered": false,
"sensitive": false
}
},
"spaceGlobalID": {
"definition": "A unique global identifier for this space.",
"type": "string",
"related_terms": [
"Global ID"
],
"standards": [
{
"ifcXML": "IfcSpace/GlobalID",
"type": "element"
}
],
"data_added": "15/10/2019",
"date_deprecated": null,
"version": 1,
"facet": {
"cardinalityMax": 1,
"ordered": false,
"sensitive": false
}
},
"spaceName": {
"definition": "The unique name (or number) for this space from the building plan.",
"type": "string",
"related_terms": [
"Space Name"
],
"standards": [
{
"ifcXML": "IfcSpace/Name",
"type": "element"
}
],
"data_added": "15/10/2019",
"date_deprecated": null,
"version": 1,
"facet": {
"cardinalityMax": 1,
"ordered": false,
"sensitive": false
}
},
"spaceLongName": {
"definition": "The full name of the space, that is often used in addition to the Name, if a number is assigned to the room, then the descriptive name is exchanged as LongName.",
"type": "string",
"related_terms": [
"Space Long Name"
],
"standards": [
{
"ifcXML": "IfcSpace/LongName",
"type": "element"
}
],
"data_added": "15/10/2019",
"date_deprecated": null,
"version": 1,
"facet": {
"cardinalityMax": 1,
"ordered": false,
"sensitive": false
}
},
"spaceCompositionType": {
"definition": "A composition type indicating whether a space can be decomposed in parts, where each part defines a partial space. Its values range from COMPLEX (indicating a space group), ELEMENT (indicating a space), to PARTIAL (for a partial space)",
"type": "string",
"related_terms": [
"Space Composition Type"
],
"standards": [
{
"ifcXML": "IfcSpace/CompositionType",
"type": "element"
}
],
"data_added": "15/10/2019",
"date_deprecated": null,
"version": 1,
"facet": {
"cardinalityMax": 1,
"ordered": false,
"sensitive": false
}
}
}
}
}
},
"occupant": {
"definition": "A person who a person who lives or works in a space or building.",
"related_terms": [
"habitant",
"resident"
],
"standards": ["obXML", "UN/CEFACT CCTS"],
"data_added": "15/10/2019",
"date_deprecated": null,
"version": 1,
"children": {
"occupantID": {
"definition": "A unique identifier for this occupant.",
"type": "string",
"related_terms": [
"UID"
],
"standards": [
{
"UN/CEFACT CCTS": "ID"
},
{
"obXML": "Occupant/ID",
"type": "element"
}
],
"data_added": "15/10/2019",
"date_deprecated": null,
"version": 1,
"facet": {
"cardinalityMax": 1,
"ordered": false,
"sensitive": false
}
},
"occupantName": {
"definition": "The official name or set of names, expressed as text, by which this person is known in its identity documents.",
"type": "string",
"related_terms": [
"Given Name",
"First Name"
],
"standards": [
{
"obXML": "Occupant/Name",
"type": "element"
},
{
"UN/CEFACT CCTS": ["Name", "FamilyName"]
}
],
"data_added": "15/10/2019",
"date_deprecated": null,
"version": 1,
"facet": {
"transformation":
{
"applicableStandard": "UN/CEFACT CCTS",
"function": ["concatenate"],
"parameters": ["Name", " ", "FamilyName"]
},
"cardinalityMax": 3,
"ordered": true,
"sensitive": true
}
},
"occupantAge": {
"definition": "A measure of the age of this person such as his/her age at a particular point in time.",
"type": "integer",
"related_terms": null,
"standards": [
{
"obXML": "Occupant/Age",
"type": "element"
},
{
"UN/CEFACT CCTS": "Age"
}
],
"data_added": "15/10/2019",
"date_deprecated": null,
"version": 1,
"facet": {
"measurementType": null,
"measurementUnit": "Year",
"cardinalityMax": 1,
"ordered": false,
"sensitive": true
}
},
"genderCode": {
"definition": "The male or female sex, or the state of being either male or female",
"type": "code",
"related_terms": "sex",
"standards": [
{
"UN/CEFACT CCTS": "Gender"
}
],
"data_added": "15/10/2019",
"date_deprecated": null,
"version": 1,
"facet": {
"codeList": "LINK",
"codeType": "Alpha-2 code",
"cardinalityMax": 1,
"ordered": false,
"sensitive": false
}
},
"contactEmail": {
"definition": "The email for communication with the occupant.",
"type": "string",
"related_terms": null,
"standards": [
{
"CCTS": "Communication_URI"
}
],
"date_added": "15/10/2019",
"date_deprecated": null,
"version": 1,
"facet": {
"cardinalityMax": 2,
"ordered": true,
"sensitive": true
}
},
"contactTelephone": {
"definition": "The text string of characters that make up the complete number for this telephone communication, including the country access code for this communication number such as 44, 1, 353 etc",
"type": "string",
"related_terms": [
"Contact Tel"
],
"standards": [
{
"CCTS": "Communication_Telephone"
}
],
"date_added": "15/10/2019",
"date_deprecated": null,
"version": 1,
"facet": {
"cardinalityMax": 2,
"ordered": true,
"sensitive": true
}
},
"jobType": {
"definition": "A description of the job / occupation of the specific occupant.",
"type": "string",
"related_terms": [
"Job Position",
"Occupation",
"Profession"
],
"standards": [
{
"obXML":"Occupant/JobTitle",
"type": "element"
}
],
"date_added": "15/10/2019",
"date_deprecated": null,
"version": 1,
"facet": {
"cardinalityMax": 1,
"ordered": false,
"sensitive": false
}
},
"lifestyle": {
"definition": "A description of the way of living of the specific occupant.",
"type": "string",
"related_terms": [
"Way of Living",
"Life Style"
],
"standards": [
{
"obXML":"Occupant/LifeStyle",
"type": "element"
}
],
"date_added": "15/10/2019",
"date_deprecated": null,
"version": 1,
"facet": {
"cardinalityMax": 5,
"ordered": false,
"sensitive": false
}
},
"typicalBehavior": {
"definition": "The typical way that an occupant behaves in a particular situation or under particular conditions.",
"type": {
"$ref": "#/behavior"
},
"related_terms": [
"Typical Behavioral Patterns",
"Usual Attitude"
],
"standards": [
{
"obXML": "Occupant/Behavior/BehaviorID",
"type": "element"
}
],
"data_added": "15/10/2019",
"date_deprecated": null,
"version": 1,
"facet": {
"cardinalityMax": "unbounded",
"ordered": false,
"sensitive": false
}
}
}
},
"behavior": {
"definition": "The behaviour of an occupant related to his/her interaction with buildings.",
"related_terms": [
"Behavior in Building"
],
"standards": ["obXML"],
"date_added": "15/10/2019",
"date_deprecated": null,
"version": 1,
"children": {
"behaviorIF": {
"definition": "A unique identifier of the specific behavior.",
"type": "string",
"related_terms": null,
"standards": [
{
"obXML": "Behavior/ID",
"type": "attribute",
"use": "required"
}
],
"date_added": "15/10/2019",
"date_deprecated": null,
"version": 1,
"facet": {
"cardinalityMax": 1,
"ordered": false,
"sensitive": false
}
},
"description": {
"definition": "A description of the specific behavior.",
"type": "string",
"related_terms": null,
"standards": [
{
"obXML": "Behavior/Description",
"type": "element"
}
],
"date_added": "15/10/2019",
"date_deprecated": null,
"version": 1,
"facet": {
"cardinalityMax": 1,
"ordered": false,
"sensitive": false
}
},
"specialIndicator": {
"definition": "An indication whether it refers to a special behavior. When the special behavior is triggered, other behaviors are ignored.",
"type": "boolean",
"related_terms": [
"Special Behavior"
],
"standards": [
{
"obXML": "Behavior/IsSpecialBehavior",
"type": "element"
}
],
"date_added": "15/10/2019",
"date_deprecated": null,
"version": 1,
"facet": {
"cardinalityMax": 1,
"ordered": false,
"sensitive": false
}
}
}
},
"thermalRequirements": {
"definition": "The thermal conditions and requirements in a particular space, spatial zone, zone.",
"related_terms": [
"Space Thermal Requirements"
],
"standards": ["ifcXML"],
"date_added": "15/10/2019",
"date_deprecated": null,
"version": 1,
"children": {
"requirementsStatus": {
"definition": "An indication whether the thermal requirements refer to stated or observed requirements by the occupants.",
"type": "string",
"related_terms": [
"Thermal Requirements Status"
],
"standards": null,
"date_added": "15/10/2019",
"date_deprecated": null,
"version": 1,
"facet": {
"cardinalityMax": 1,
"ordered": false,
"sensitive": false
}
},
"requirementsIssueTime": {
"definition": "The time that the thermal requirements report was issued.",
"type": "datetime",
"related_terms": [
"Requirements Issue Datetime"
],
"standards": null,
"date_added": "15/10/2019",
"date_deprecated": null,
"version": 1,
"facet": {
"timezone": "UTC",
"cardinalityMax": 1,
"ordered": false,
"sensitive": false
}
},
"requirementsLocation": {
"definition": "The location that the requirements concern. INDICATIVE FIELD",
"type": {
"$ref": "#/location"
},
"related_terms": null,
"standards": null,
"date_added": "15/10/2019",
"date_deprecated": null,
"version": 1,
"facet": {
"cardinalityMax": 5,
"ordered": true,
"sensitive": false
}
},
"meanTemperature": {
"definition": "Temperature of the space or zone, that is required from user/designer view point. If no summer or winter space temperature requirements are given, it applies all year, otherwise for the intermediate period. Provide this value, if no temperatur range (Min-Max) is available.",
"type": "double",
"related_terms": [
"Average Temp",
"SpaceTemperature"
],
"standards": [
{
"ifcXML": "Pset_SpaceThermalRequirements/SpaceTemperature",
"type": "element"
}
],
"date_added": "15/10/2019",
"date_deprecated": null,
"version": 1,
"facet": {
"measurementType": "temperature",
"measurementUnit": "Celcius",
"cardinalityMax": 1,
"ordered": false,
"sensitive": false
}
},
"maxTemperature": {
"definition": "Maximal temperature of the space or zone, that is required from user/designer view point. If no summer or winter space temperature requirements are given, it applies all year, otherwise for the intermediate period.",
"type": "double",
"related_terms": [
"SpaceTemperatureMax"
],
"standards": [
{
"ifcXML": "Pset_SpaceThermalRequirements/SpaceTemperatureMax",
"type": "element"
}
],
"date_added": "15/10/2019",
"date_deprecated": null,
"version": 1,
"facet": {
"measurementType": "temperature",
"measurementUnit": "Celcius",
"cardinalityMax": 1,
"ordered": false,
"sensitive": false
}
},
"minTemperature": {
"definition": "Minimal temperature of the space or zone, that is required from user/designer view point. If no summer or winter space temperature requirements are given, it applies all year, otherwise for the intermediate period.",
"type": "double",
"related_terms": [
"Minimum Temperature",
"SpaceTemperatureMin"
],
"standards": [
{
"ifcXML": "Pset_SpaceThermalRequirements/SpaceTemperatureMin",
"type": "element"
}
],
"date_added": "15/10/2019",
"date_deprecated": null,
"version": 1,
"facet": {
"measurementType": "temperature",
"measurementUnit": "Celcius",
"cardinalityMax": 1,
"ordered": false,
"sensitive": false
}
},
"absoluteHumidity": {
"definition": "An absolute measurement of how much water there is in the air.",
"type": "double",
"related_terms": ["Absolute Dew Point"],
"standards": null,
"date_added": "15/10/2019",
"date_deprecated": null,
"version": 1,
"facet": {
"measurementType": "humidity",
"measurementUnit": "Dew Point",
"cardinalityMax": 1,
"ordered": false,
"sensitive": false
}
},
"relativeHumidity": {
"definition": "A relative measurement of how much water there is in the air.",
"type": "double",
"related_terms": ["SpaceHumidity"],
"standards": [
{
"ifcXML": "Pset_SpaceThermalRequirements/SpaceHumidity",
"type": "element"
}
],
"date_added": "15/10/2019",
"date_deprecated": null,
"version": 1,
"facet": {
"measurementType": "percentage",
"measurementUnit": "%",
"cardinalityMax": 1,
"ordered": false,
"sensitive": false
}
},
"meanPressure": {
"definition": "The mean pressure measured under the associated meteorological conditions.",
"type": "double",
"related_terms": [
"Mean Pressure",
"Average Pressure"
],
"standards": null,
"date_added": "15/10/2019",
"date_deprecated": null,
"version": 1,
"facet": {
"measurementType": "pressure",
"measurementUnit": "Bar",
"cardinalityMax": 1,
"ordered": false,
"sensitive": false
}
},
"ventilationIndicator": {
"definition": "An indication whether the space is required to have natural ventilation (TRUE) or mechanical ventilation (FALSE).",
"type": "boolean",
"related_terms": ["NaturalVentilation"],
"standards": [
{
"ifcXML": "Pset_SpaceThermalRequirements/NaturalVentilation",
"type": "element"
}
],
"date_added": "15/10/2019",
"date_deprecated": null,
"version": 1,
"facet": {
"cardinalityMax": 1,
"ordered": false,
"sensitive": false
}
},
"ventilationRate": {
"definition": "A particular natural air ventilation rate, given in air changes per hour.",
"type": "double",
"related_terms": ["NaturalVentilationRate"],
"standards": [
{
"ifcXML": "Pset_SpaceThermalRequirements/NaturalVentilationRate",
"type": "element"
}
],
"date_added": "15/10/2019",
"date_deprecated": null,
"version": 1,
"facet": {
"measurementType": "ventilation",
"measurementUnit": "air changes/h",
"cardinalityMax": 1,
"ordered": false,
"sensitive": false
}
}
}
},
"location": {
"definition": "A specific place or position identifying a building.",
"related_terms": [
"Place",
"POI"
],
"standards": null,
"date_added": "15/10/2019",
"date_deprecated": null,
"version": 1,
"children": {
"locationCode": {
"definition": "A specific location code.",
"type": "string",
"related_terms": [
"Location Code",
"Location ID"
],
"standards": null,
"date_added": "15/10/2019",
"date_deprecated": null,
"version": 1,
"facet": {
"cardinalityMax": 1,
"ordered": false,
"sensitive": false
}
},
"locationType": {
"definition": "A type associated to this location.",
"type": "string",
"related_terms": [
"Location Type"
],
"standards": null,
"date_added": "15/10/2019",
"date_deprecated": null,
"version": 1,
"facet": {
"cardinalityMax": 1,
"ordered": false,
"sensitive": false
}
},
"locationName": {
"definition": "The official name with which this location is known.",
"type": "string",
"related_terms": [
"Location Official Name"
],
"standards": null,
"date_added": "15/10/2019",
"date_deprecated": null,
"version": 1,
"facet": {
"cardinalityMax": 1,
"ordered": false,
"sensitive": false
}
},
"countryCode": {
"definition": "The ISO country code to which this location belongs.",
"type": "string",
"related_terms": [
"Location Country Code"
],
"standards": null,
"date_added": "15/10/2019",
"date_deprecated": null,
"version": 1,
"facet": {
"codeList": "LINK",
"codeType": "ISO 3166 Country Codes, Alpha 2-code",
"cardinalityMax": 1,
"ordered": false,
"sensitive": false
}
},
"locationTimezone": {
"definition": "The normal time variation from GMT/UTC as an indication of which of the twenty-four parts into which the world is divided this location belongs to.",
"type": "string",
"related_terms": [
"GMT/UTC Variation"
],
"standards": null,
"date_added": "15/10/2019",
"date_deprecated": null,
"version": 1,
"facet": {
"cardinalityMax": 1,
"ordered": false,
"sensitive": false
}
},
"longitude": {
"definition": "The location's co-ordinates in terms of distance east or west of an imaginary line between the North Pole and the South Pole, measured in degrees.",
"type": "double",
"related_terms": [
"Location Long."
],
"standards": null,
"date_added": "15/10/2019",
"date_deprecated": null,
"version": 1,
"facet": {
"measurementType": null,
"measurementUnit": "Degrees",
"cardinalityMax": 1,
"ordered": false,
"sensitive": false
}
},
"latitude": {
"definition": "The location's co-ordinates in terms of position north or south of the equator, measured in degrees.",
"type": "double",
"related_terms": [
"Location Lat."
],
"standards": null,
"date_added": "15/10/2019",
"date_deprecated": null,
"version": 1,
"facet": {
"measurementType": null,
"measurementUnit": "Degrees",
"cardinalityMax": 1,
"ordered": false,
"sensitive": false
}
},
"status": {
"definition": "An indicator of the status of the location to identify whether it is currently active.",
"type": "string",
"related_terms": [
"Inactive Indicator"
],
"standards": null,
"date_added": "15/10/2019",
"date_deprecated": null,
"version": 1,
"facet": {
"cardinalityMax": 1,
"ordered": false,
"sensitive": false
}
},
"locationEvent": {
"definition": "A description of an event occuring to a location in a specific reference datetime.",
"type": "string",
"related_terms": [
"Location Incident"
],
"standards": null,
"date_added": "15/10/2019",
"date_deprecated": null,
"version": 1,
"facet": {
"cardinalityMax": 1,
"ordered": false,
"sensitive": false
}
},
"locationEventType": {
"definition": "The type of an event occuring to a location in a specific reference datetime.",
"type": "string",
"related_terms": [
"Location Event Type"
],
"standards": null,
"date_added": "15/10/2019",
"date_deprecated": null,
"version": 1,
"facet": {
"cardinalityMax": 1,
"ordered": false,
"sensitive": false
}
},
"locationEventOccurence": {
"definition": "The datetime when an event occured / is expected to occur to a location.",
"type": "datetime",
"related_terms": [
"Location Incident Occurence Date",
"Location Event Date"
],
"standards": null,
"date_added": "15/10/2019",
"date_deprecated": null,
"version": 1,
"facet": {
"timezone": "UTC",
"cardinalityMax": 1,
"ordered": false,
"sensitive": false
}
}
}
}
}