-
Notifications
You must be signed in to change notification settings - Fork 1
/
BuildingConcreteMonitoring.rdf
707 lines (706 loc) · 39.8 KB
/
BuildingConcreteMonitoring.rdf
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
<?xml version="1.0"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/terms/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:vcard="http://www.w3.org/2006/vcard/ns#"
xmlns:bcom="https://w3id.org/bcom#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xml:base="https://w3id.org/bcom" >
<rdf:Description rdf:about="#TestedBreakingLoad">
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
<rdfs:label xml:lang="en">tested breaking load</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#ConformityOfCompressiveStrength"/>
<rdfs:comment xml:lang="en">value of breaking load of test procedure in N</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
<rdf:Description rdf:about="#HasTest">
<vs:term_status>stable</vs:term_status>
<owl:inverseOf rdf:resource="#IsTestOf"/>
<rdfs:range rdf:resource="#Test"/>
<rdfs:label xml:lang="en">has test</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#ConcretePlacement"/>
<rdfs:comment xml:lang="en">This property links a concrete placement activity to its test procedure.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
<rdf:Description rdf:nodeID="A0">
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
<rdf:first>Class 3</rdf:first>
</rdf:Description>
<rdf:Description rdf:about="#MaturityOfConcrete">
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
<rdfs:label xml:lang="en">maturity of concrete</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#FreshConcreteProperties"/>
<rdfs:comment xml:lang="en">maturity of concrete in minutes</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
<rdf:Description rdf:about="#IsTestPersonOf">
<vs:term_status>stable</vs:term_status>
<owl:inverseOf rdf:resource="#HasTestPerson"/>
<rdfs:range rdf:resource="#Test"/>
<rdfs:label>is test person of</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="http://www.w3.org/2006/vcard/ns#Individual"/>
<rdfs:comment xml:lang="en">This property links a test examining person to its test procedures that have been performed by itslef.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
<rdf:Description rdf:nodeID="A1">
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
<rdf:first>Third-Party Monitoring</rdf:first>
</rdf:Description>
<rdf:Description rdf:about="#StoresSample">
<vs:term_status>stable</vs:term_status>
<owl:inverseOf rdf:resource="#HasStorage"/>
<rdfs:range rdf:resource="#TestSample"/>
<rdfs:label xml:lang="en">stores sample</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#Storage"/>
<rdfs:comment xml:lang="en">This property links storage details to its test samples that has been stored under the specific storage conditions.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
<rdf:Description rdf:about="#FreshConcreteProperties">
<vs:term_status>stable</vs:term_status>
<rdfs:subClassOf rdf:resource="#Test"/>
<rdfs:label xml:lang="en">Fresh concrete properties</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:comment xml:lang="en">This class represents a group of fresh concrete properties. A fresh concrete propertyset object will usually contain density, voids ratio, consistency.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
<rdf:Description rdf:about="#ConformityOfCompressiveStrength">
<vs:term_status>stable</vs:term_status>
<rdfs:subClassOf rdf:resource="#Test"/>
<rdfs:label xml:lang="en">Conformity testing of compressive strength</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:comment xml:lang="en">This class provides information needed for performing and evaluating the conformity of concrete compressive strength.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
<rdf:Description rdf:nodeID="A2">
<foaf:name>Liu Liu, Ruhr University Bochum</foaf:name>
<rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
</rdf:Description>
<rdf:Description rdf:about="#ObjectTemperature">
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
<rdfs:label xml:lang="en">object temperature</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#TestSample"/>
<rdfs:comment xml:lang="en">object temperature of a test sample in degree Celsius</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
<rdf:Description rdf:about="#Condition">
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:label xml:lang="en">storage condition</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#Storage"/>
<rdfs:comment xml:lang="en">description of storage conditions</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
<rdf:Description rdf:about="#IsTestSampleOf">
<vs:term_status>stable</vs:term_status>
<owl:inverseOf rdf:resource="#HasTestSample"/>
<rdfs:range rdf:resource="#Test"/>
<rdfs:label xml:lang="en">is test sample of</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#TestSample"/>
<rdfs:comment xml:lang="en">This property links a test sample to its test procedure within which it has been tested.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
<rdf:Description rdf:about="#HasTestSample">
<vs:term_status>stable</vs:term_status>
<owl:inverseOf rdf:resource="#IsTestSampleOf"/>
<rdfs:range rdf:resource="#TestSample"/>
<rdfs:label xml:lang="en">has test sample</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#Test"/>
<rdfs:comment xml:lang="en">This property links a test procedure to its test samples tested within this procedure.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
<rdf:Description rdf:nodeID="A3">
<foaf:name>Philipp Hagedorn, Ruhr University Bochum</foaf:name>
<rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
</rdf:Description>
<rdf:Description rdf:about="#Length">
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
<rdfs:label xml:lang="en">length</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#TestSample"/>
<rdfs:comment xml:lang="en">length of a test sample for cubes in mm</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
<rdf:Description rdf:about="#SamplingDate">
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#date"/>
<rdfs:label xml:lang="en">sampling date</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#TestSample"/>
<rdfs:comment xml:lang="en">date of sampling with format year-month-day in yyyy-mm-dd</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
<rdf:Description rdf:nodeID="A4">
<foaf:name>Chair of Computing in Engineering, Ruhr University Bochum</foaf:name>
<rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
</rdf:Description>
<rdf:Description rdf:about="#MaxAirTemperature">
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
<rdfs:label xml:lang="en">max air temperature</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#ConcreteCuring"/>
<rdfs:comment xml:lang="en">maximum air temperature during post-treatment in degree Celsius</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
<rdf:Description rdf:about="">
<vann:preferredNamespaceUri>https://w3id.org/bcom</vann:preferredNamespaceUri>
<dc:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2021-07-21</dc:modified>
<dc:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2021-01-20</dc:created>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
<dc:creator rdf:nodeID="A2"/>
<dc:title xml:lang="en">Building Concrete Monitoring Ontology (BCOM)</dc:title>
<dc:source rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://github.com/RUB-Informatik-im-Bauwesen/bcom</dc:source>
<dc:creator rdf:nodeID="A3"/>
<owl:versionIRI rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://w3id.org/bcom</owl:versionIRI>
<owl:versionInfo>0.3</owl:versionInfo>
<rdfs:comment xml:lang="en">-Version 0.3: with additional metadata -Version 0.2: added/changed relations between classes -Version 0.1: initial version of ontology</rdfs:comment>
<dc:license rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://creativecommons.org/licenses/by/4.0/</dc:license>
<dc:publisher rdf:nodeID="A4"/>
<vann:preferredNamespacePrefix>bcom</vann:preferredNamespacePrefix>
<dc:description xml:lang="en">The Building Concrete Monitoring Ontology (BCOM) is defined for capturing information of concrete work, concrete curing and testing of concrete properties. Further Information on the development and usage of the Ontology can be found in the following publication: Liu et al. (2021): An ontology integrating as-built information for infrastructure asset management using BIM and semantic web. In: Proceedings of 2021 European Conference on Computing in Construction, Online eConference, URL: https://ec-3.org/publications/conferences/2021/paper/?id=167</dc:description>
<dc:bibliographicCitation rdf:resource="https://ec-3.org/publications/conferences/2021/paper/?id=167"/>
<dc:rights>Copyright 2021 by Chair of Computing in Engineering, Ruhr University Bochum</dc:rights>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2021-01-20</dc:issued>
</rdf:Description>
<rdf:Description rdf:about="#FinalCompressiveStrength">
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
<rdfs:label xml:lang="en">final compressive strength</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#ConformityOfCompressiveStrength"/>
<rdfs:comment xml:lang="en">result of the compressive strength of the respective test sample under consideration of the conversion factor in N/mm^2</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
<rdf:Description rdf:about="#Humidity">
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
<rdfs:label xml:lang="en">humidity</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#Storage"/>
<rdfs:comment xml:lang="en">relative humidity of storage condition in %</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
<rdf:Description rdf:about="#DeliveryNote">
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
<rdfs:label xml:lang="en">delivery note</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#ConcreteDelivery"/>
<rdfs:comment xml:lang="en">delivery note of mixed-ready concrete</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
<rdf:Description rdf:nodeID="A5">
<owl:unionOf rdf:nodeID="A6"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
<rdf:Description rdf:nodeID="A7">
<rdf:rest rdf:nodeID="A1"/>
<rdf:first>Self-Inspection</rdf:first>
</rdf:Description>
<rdf:Description rdf:nodeID="A8">
<rdf:rest rdf:nodeID="A9"/>
<rdf:first>Class 1</rdf:first>
</rdf:Description>
<rdf:Description rdf:about="#Temperature">
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
<rdfs:label xml:lang="en">temperature</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#Storage"/>
<rdfs:comment xml:lang="en">storage temperature in degree Celsius</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
<rdf:Description rdf:about="#MethodOfAftertreatment">
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:label xml:lang="en">method of aftertreatment</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#ConcreteCuring"/>
<rdfs:comment xml:lang="en">description for the method of concrete curing</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
<rdf:Description rdf:about="#EndTimeOfPlacement">
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#time"/>
<rdfs:label xml:lang="en">end time of placement</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#ConcreteDelivery"/>
<rdfs:comment xml:lang="en">end time of concrete placement with format hour-minute-second in hh:mm:ss</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
<rdf:Description rdf:nodeID="A10">
<owl:unionOf rdf:nodeID="A11"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
<rdf:Description rdf:about="#Test">
<vs:term_status>stable</vs:term_status>
<rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
<rdfs:label xml:lang="en">Test</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:comment xml:lang="en">This class represents the super-class for different types of tests, that can be performed on placed concrete.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
<rdf:Description rdf:nodeID="A12">
<owl:oneOf rdf:nodeID="A7"/>
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
</rdf:Description>
<rdf:Description rdf:about="#TestType">
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:nodeID="A12"/>
<rdfs:label xml:lang="en">test type</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:nodeID="A5"/>
<rdfs:comment xml:lang="en">type of test as self-inspection or third-party monitoring</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
<rdf:Description rdf:about="#QuantityOfConcrete">
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
<rdfs:label xml:lang="en">quantity of concrete</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#ConcretePlacement"/>
<rdfs:comment xml:lang="en">quantity of the concrete placement in cubature m^3</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
<rdf:Description rdf:about="#ClassOfMonitoring">
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:nodeID="A13"/>
<rdfs:label xml:lang="en">class of monitoring</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#ConcretePlacement"/>
<rdfs:comment xml:lang="en">class of concrete monitoring according to DIN EN 13670 / DIN 1045-3 related to the properties of hardened concrete</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
<rdf:Description rdf:nodeID="A6">
<rdf:rest rdf:nodeID="A14"/>
<rdf:first rdf:resource="#ConcretePlacement"/>
</rdf:Description>
<rdf:Description rdf:about="#Duration">
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
<rdfs:label xml:lang="en">duration</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#Storage"/>
<rdfs:comment xml:lang="en">duration of storage for test sample in days</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
<rdf:Description rdf:about="#IsTestOf">
<vs:term_status>stable</vs:term_status>
<owl:inverseOf rdf:resource="#HasTest"/>
<rdfs:range rdf:resource="#ConcretePlacement"/>
<rdfs:label xml:lang="en">is test of</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#Test"/>
<rdfs:comment xml:lang="en">This property links a test procedure to its concrete placement activity whithin its test samples have been concreted.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
<rdf:Description rdf:about="#BeginDate">
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#date"/>
<rdfs:label xml:lang="en">begin date</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#ConcreteCuring"/>
<rdfs:comment xml:lang="en">begin date of concrete curing with format year-month-day in yyyy-mm-dd</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
<rdf:Description rdf:about="#HasTestPerson">
<vs:term_status>stable</vs:term_status>
<owl:inverseOf rdf:resource="#IsTestPersonOf"/>
<rdfs:range rdf:resource="http://www.w3.org/2006/vcard/ns#Individual"/>
<rdfs:label xml:lang="en">has test person</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#Test"/>
<rdfs:comment xml:lang="en">This property links a test procedure to its person who is performing the test.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
<rdf:Description rdf:about="#ConcretePlacement">
<vs:term_status>stable</vs:term_status>
<rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
<rdfs:label xml:lang="en">Concrete placement</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:comment xml:lang="en">This class provides information about a concreting process itself.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
<rdf:Description rdf:about="#SampleID">
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:label xml:lang="en">sample ID</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#TestSample"/>
<rdfs:comment xml:lang="en">name or ID of the test sample</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
<rdf:Description rdf:about="#ConcreteCuring">
<vs:term_status>stable</vs:term_status>
<rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
<rdfs:label xml:lang="en">Concrete curing</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:comment xml:lang="en">This class provides information about the curing process after a concrete placement.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
<rdf:Description rdf:about="#HasDelivery">
<vs:term_status>stable</vs:term_status>
<owl:inverseOf rdf:resource="#SuppliesConcreteTo"/>
<rdfs:range rdf:resource="#ConcreteDelivery"/>
<rdfs:label xml:lang="en">has delivery</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#ConcretePlacement"/>
<rdfs:comment xml:lang="en">This property links a concrete placement activity to its concrete delivery providing the used concrete.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
<rdf:Description rdf:about="#IsTestOrganisationOf">
<vs:term_status>stable</vs:term_status>
<owl:inverseOf rdf:resource="#HasTestOrganisation"/>
<rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#TopObjectProperty"/>
<rdfs:range rdf:resource="#Test"/>
<rdfs:label xml:lang="en">is test organisation of</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="http://www.w3.org/2006/vcard/ns#Organization"/>
<rdfs:comment xml:lang="en">This property links an organization to its test procedures that have been performed by itself.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
<rdf:Description rdf:nodeID="A9">
<rdf:rest rdf:nodeID="A0"/>
<rdf:first>Class 2</rdf:first>
</rdf:Description>
<rdf:Description rdf:about="#DateOfConcreting">
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#date"/>
<rdfs:label xml:lang="en">date of concreting</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#ConcretePlacement"/>
<rdfs:comment xml:lang="en">date of concreting with format year-month-day in yyyy-mm-dd</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
<rdf:Description rdf:about="#WidthOrDia">
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
<rdfs:label xml:lang="en">width or dia</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#TestSample"/>
<rdfs:comment xml:lang="en">width of a test sample as cube or diameter of a test sample as cylinder in mm</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
<rdf:Description rdf:about="#TestReport">
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
<rdfs:label xml:lang="en">test report</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#Test"/>
<rdfs:comment xml:lang="en">report of conformity test of concrete</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
<rdf:Description rdf:nodeID="A11">
<rdf:rest rdf:nodeID="A15"/>
<rdf:first rdf:resource="#ConcretePlacement"/>
</rdf:Description>
<rdf:Description rdf:about="#BeginTimeOfPlacement">
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#time"/>
<rdfs:label xml:lang="en">begin time</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#ConcreteDelivery"/>
<rdfs:comment xml:lang="en">begin time of concrete placement with format hour-minute-second in hh:mm:ss</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
<rdf:Description rdf:about="#ConcreteTemperature">
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
<rdfs:label xml:lang="en">fresh concrete temperature</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#FreshConcreteProperties"/>
<rdfs:comment xml:lang="en">fresh concrete temperature during testing of properties in degree Celsius</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
<rdf:Description rdf:about="#TestDate">
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#date"/>
<rdfs:label xml:lang="en">test date</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#Test"/>
<rdfs:comment xml:lang="en">date of testing with format year-month-day in yyyy-mm-dd</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
<rdf:Description rdf:about="#InterimCompressiveStrength">
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
<rdfs:label xml:lang="en">intermediate compressive strength</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#ConformityOfCompressiveStrength"/>
<rdfs:comment xml:lang="en">intermediate result of the compressive strength of the respective sample without conversion factor of in N/mm^2</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
<rdf:Description rdf:about="#EvaluationOfTest">
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
<rdfs:label xml:lang="en">evaluation of test</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#ConformityOfCompressiveStrength"/>
<rdfs:comment xml:lang="en">evaluation of the mean value of the test in N/mm^2</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
<rdf:Description rdf:about="#DeliversConcreteFor">
<vs:term_status>stable</vs:term_status>
<owl:inverseOf rdf:resource="#HasDelivery"/>
<rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#TopObjectProperty"/>
<rdfs:range rdf:resource="#ConcretePlacement"/>
<rdfs:label xml:lang="en">delivers concrete for</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#ConcreteDelivery"/>
<rdfs:comment xml:lang="en">This property links a concrete delivery to its concrete placement activity where it was used for.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
<rdf:Description rdf:about="#BulkDensity">
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
<rdfs:label xml:lang="en">bulk density</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#FreshConcreteProperties"/>
<rdfs:comment xml:lang="en">bulk density of fresh concrete in kg/m^3</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
<rdf:Description rdf:about="#DateOfStripping">
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#date"/>
<rdfs:label xml:lang="en">date of stripping</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#ConcretePlacement"/>
<rdfs:comment xml:lang="en">date of stripping with format year-month-day in yyyy-mm-dd</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
<rdf:Description rdf:about="#TestCharacteristic">
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:label xml:lang="en">tested characteristic</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#ConformityOfCompressiveStrength"/>
<rdfs:comment xml:lang="en">the material property that has to be tested</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
<rdf:Description rdf:about="#RateOfFlowTableTest">
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
<rdfs:label xml:lang="en">rate of flow table test</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#FreshConcreteProperties"/>
<rdfs:comment xml:lang="en">rate of flow table test according to DIN EN 12350-5 in mm</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
<rdf:Description rdf:about="#MinAirTemperature">
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
<rdfs:label xml:lang="en">min air temperature</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#ConcreteCuring"/>
<rdfs:comment xml:lang="en">minimum air temperature during post-treatment in degree Celsius</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
<rdf:Description rdf:nodeID="A14">
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
<rdf:first rdf:resource="#Test"/>
</rdf:Description>
<rdf:Description rdf:about="#ConversionFactor">
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
<rdfs:label xml:lang="en">conversion factor</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#ConformityOfCompressiveStrength"/>
<rdfs:comment xml:lang="en">conversion factor of compressive strength testing</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
<rdf:Description rdf:about="#VoidsRatio">
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
<rdfs:label xml:lang="en">voids ratio</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#FreshConcreteProperties"/>
<rdfs:comment xml:lang="en">voids ratio of fresh concrete in V-%</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
<rdf:Description rdf:about="#TestedDensity">
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
<rdfs:label xml:lang="en">tested density</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#ConformityOfCompressiveStrength"/>
<rdfs:comment xml:lang="en">value of density from a sample in kg/m^3</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
<rdf:Description rdf:about="#ConcreteDelivery">
<vs:term_status>stable</vs:term_status>
<rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
<rdfs:label xml:lang="en">Concrete delivery</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:comment xml:lang="en">This class provides information about a concrete delivery.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
<rdf:Description rdf:about="#HasStorage">
<vs:term_status>stable</vs:term_status>
<owl:inverseOf rdf:resource="#StoresSample"/>
<rdfs:range rdf:resource="#Storage"/>
<rdfs:label xml:lang="en">has storage</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#TestSample"/>
<rdfs:comment xml:lang="en">This property links a concrete test sample to its storage details.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
<rdf:Description rdf:about="#Height">
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
<rdfs:label xml:lang="en">height</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#TestSample"/>
<rdfs:comment xml:lang="en">height of a test sample as cube or as cylinder in mm</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
<rdf:Description rdf:about="#EndDate">
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#date"/>
<rdfs:label xml:lang="en">end date</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#ConcreteCuring"/>
<rdfs:comment xml:lang="en">end date of concrete curing with format year-month-day in yyyy-mm-dd</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
<rdf:Description rdf:nodeID="A15">
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
<rdf:first rdf:resource="#TestSample"/>
</rdf:Description>
<rdf:Description rdf:about="#HasTestOrganisation">
<vs:term_status>stable</vs:term_status>
<owl:inverseOf rdf:resource="#IsTestOrganisationOf"/>
<rdfs:range rdf:resource="http://www.w3.org/2006/vcard/ns#Organization"/>
<rdfs:label xml:lang="en">has test organisation</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#Test"/>
<rdfs:comment xml:lang="en">This property links a test procedure to its organization which is performing the test.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
<rdf:Description rdf:about="#Storage">
<vs:term_status>stable</vs:term_status>
<rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
<rdfs:label xml:lang="en">Storage</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:comment xml:lang="en">This class represents the storage conditions of a test sample.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
<rdf:Description rdf:about="#FreshConcreteTemperature">
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
<rdfs:label xml:lang="en">fresh concrete temperature</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#ConcretePlacement"/>
<rdfs:comment xml:lang="en">fresh concrete temperature before concrete placement in degree Celsius</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
<rdf:Description rdf:nodeID="A13">
<owl:oneOf rdf:nodeID="A8"/>
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
</rdf:Description>
<rdf:Description rdf:about="#AirTemperature">
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
<rdfs:label xml:lang="en">air temperature</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:nodeID="A10"/>
<rdfs:comment xml:lang="en">air temperature during concreting or testing on fresh concrete in degree Celsius</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
<rdf:Description rdf:about="#HasCuring">
<vs:term_status>stable</vs:term_status>
<owl:inverseOf rdf:resource="#HasConcretePlacement"/>
<rdfs:range rdf:resource="#ConcreteCuring"/>
<rdfs:label xml:lang="en">has curing</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#ConcretePlacement"/>
<rdfs:comment xml:lang="en">This property links a concrete placement activity to its curing process.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
<rdf:Description rdf:about="#TestTime">
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#time"/>
<rdfs:label xml:lang="en">test time</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#Test"/>
<rdfs:comment xml:lang="en">time of testing with format hour-minute-second in hh:mm:ss</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
<rdf:Description rdf:about="#HasSupplier">
<vs:term_status>stable</vs:term_status>
<owl:inverseOf rdf:resource="#SuppliesConcreteTo"/>
<rdfs:range rdf:resource="http://www.w3.org/2006/vcard/ns#Organization"/>
<rdfs:label xml:lang="en">has supplier</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#ConcreteDelivery"/>
<rdfs:comment xml:lang="en">This property links a concrete delivery to its supplier.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
<rdf:Description rdf:about="#TestSample">
<vs:term_status>stable</vs:term_status>
<rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
<rdfs:label xml:lang="en">Test sample</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:comment xml:lang="en">This class provides information about test samples.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
<rdf:Description rdf:about="#HasConcretePlacement">
<vs:term_status>stable</vs:term_status>
<owl:inverseOf rdf:resource="#HasCuring"/>
<rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#TopObjectProperty"/>
<rdfs:range rdf:resource="#ConcretePlacement"/>
<rdfs:label xml:lang="en">has concrete placement</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#ConcreteCuring"/>
<rdfs:comment xml:lang="en">This property links a concrete curing process to its concrete placement activity.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
<rdf:Description rdf:about="#Weigth">
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
<rdfs:label xml:lang="en">weigth</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#TestSample"/>
<rdfs:comment xml:lang="en">weigth of a test sample in kg</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
<rdf:Description rdf:about="#NormativeReference">
<vs:term_status>stable</vs:term_status>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:label xml:lang="en">normative reference</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="#ConformityOfCompressiveStrength"/>
<rdfs:comment xml:lang="en">norm or standard of the test method</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
<rdf:Description rdf:about="#SuppliesConcreteTo">
<vs:term_status>stable</vs:term_status>
<owl:inverseOf rdf:resource="#HasSupplier"/>
<rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#TopObjectProperty"/>
<rdfs:range rdf:resource="#ConcretePlacement"/>
<rdfs:label xml:lang="en">supplies concrete to</rdfs:label>
<rdfs:isDefinedBy rdf:resource="#"/>
<rdfs:domain rdf:resource="http://www.w3.org/2006/vcard/ns#Organization"/>
<rdfs:comment xml:lang="en">This property links an organization to its concrete placement activities where it delivered concrete for.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
</rdf:RDF>
<!-- Created with TopBraid -->