SebSeis commited on
Commit
34ec559
·
verified ·
1 Parent(s): 78e49ef

Upload 37 files

Browse files
Files changed (37) hide show
  1. ResultsOCQA_DiCon/ocqatest/configs/config.json +57 -0
  2. ResultsOCQA_DiCon/ocqatest/corpora/co.corpus.ss.test.json +24 -0
  3. ResultsOCQA_DiCon/ocqatest/corpora/co.corpus.ss.train.json +24 -0
  4. ResultsOCQA_DiCon/ocqatest/corpora/co.corpus.ss.val.json +24 -0
  5. ResultsOCQA_DiCon/ocqatest/corpora/co.corpus.us.json +24 -0
  6. ResultsOCQA_DiCon/ocqatest/corpora/info +53 -0
  7. ResultsOCQA_DiCon/ocqatest/corpora/io.corpus.json +1342 -0
  8. ResultsOCQA_DiCon/ocqatest/fine-tune.data/ss.data.json +4558 -0
  9. ResultsOCQA_DiCon/ocqatest/fine-tune.data/ss.info +9 -0
  10. ResultsOCQA_DiCon/ocqatest/fine-tune.data/us.data.json +4846 -0
  11. ResultsOCQA_DiCon/ocqatest/fine-tune.data/us.info +12 -0
  12. ResultsOCQA_DiCon/ocqatest/fine-tune.exp/us.ids.exp/checkpoint-50/config.json +25 -0
  13. ResultsOCQA_DiCon/ocqatest/fine-tune.exp/us.ids.exp/checkpoint-50/model.safetensors +3 -0
  14. ResultsOCQA_DiCon/ocqatest/fine-tune.exp/us.ids.exp/checkpoint-50/optimizer.pt +3 -0
  15. ResultsOCQA_DiCon/ocqatest/fine-tune.exp/us.ids.exp/checkpoint-50/rng_state.pth +3 -0
  16. ResultsOCQA_DiCon/ocqatest/fine-tune.exp/us.ids.exp/checkpoint-50/scheduler.pt +3 -0
  17. ResultsOCQA_DiCon/ocqatest/fine-tune.exp/us.ids.exp/checkpoint-50/special_tokens_map.json +7 -0
  18. ResultsOCQA_DiCon/ocqatest/fine-tune.exp/us.ids.exp/checkpoint-50/tokenizer.json +0 -0
  19. ResultsOCQA_DiCon/ocqatest/fine-tune.exp/us.ids.exp/checkpoint-50/tokenizer_config.json +58 -0
  20. ResultsOCQA_DiCon/ocqatest/fine-tune.exp/us.ids.exp/checkpoint-50/trainer_state.json +161 -0
  21. ResultsOCQA_DiCon/ocqatest/fine-tune.exp/us.ids.exp/checkpoint-50/training_args.bin +3 -0
  22. ResultsOCQA_DiCon/ocqatest/fine-tune.exp/us.ids.exp/checkpoint-50/vocab.txt +0 -0
  23. ResultsOCQA_DiCon/ocqatest/fine-tune.exp/us.ids.exp/map.200/map.200.log +96 -0
  24. ResultsOCQA_DiCon/ocqatest/fine-tune.exp/us.ids.exp/tb/events.out.tfevents.1743583806.Seiss.57480.0 +3 -0
  25. ResultsOCQA_DiCon/ocqatest/refs/maps.ignored.tsv +45 -0
  26. ResultsOCQA_DiCon/ocqatest/refs/maps.ref.full.tsv +994 -0
  27. ResultsOCQA_DiCon/ocqatest/refs/maps.ref.ss.test.tsv +697 -0
  28. ResultsOCQA_DiCon/ocqatest/refs/maps.ref.ss.train.tsv +199 -0
  29. ResultsOCQA_DiCon/ocqatest/refs/maps.ref.ss.val.tsv +100 -0
  30. ResultsOCQA_DiCon/ocqatest/src.onto/info +4 -0
  31. ResultsOCQA_DiCon/ocqatest/src.onto/ocqa.ctxt.json +248 -0
  32. ResultsOCQA_DiCon/ocqatest/src.onto/ocqa.ind.json +434 -0
  33. ResultsOCQA_DiCon/ocqatest/src.onto/ocqa.owl +427 -0
  34. ResultsOCQA_DiCon/ocqatest/tgt.onto/dicon.ctxt.json +239 -0
  35. ResultsOCQA_DiCon/ocqatest/tgt.onto/dicon.ind.json +344 -0
  36. ResultsOCQA_DiCon/ocqatest/tgt.onto/dicon.owl +396 -0
  37. ResultsOCQA_DiCon/ocqatest/tgt.onto/info +4 -0
ResultsOCQA_DiCon/ocqatest/configs/config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "data": {
3
+ "task_dir": "{experiment_dir}/ocqatest",
4
+ "src_onto": "ocqa",
5
+ "tgt_onto": "dicon",
6
+ "src_onto_file": "C:/Users/Seiss_Consultant/OneDrive/Forschung/OCQA_AutomationInConstruction/SecondRevisionAutomationInConstruction/LLMOntoAlignment/BERTMap-main/BERTMap-main/ocqa.owl",
7
+ "tgt_onto_file": "C:/Users/Seiss_Consultant/OneDrive/Forschung/OCQA_AutomationInConstruction/SecondRevisionAutomationInConstruction/LLMOntoAlignment/BERTMap-main/BERTMap-main/dicon.owl",
8
+ "properties": [
9
+ "label"
10
+ ],
11
+ "cut": 0
12
+ },
13
+ "corpora": {
14
+ "sample_rate": 1,
15
+ "src2tgt_mappings_file": "C:/Users/Seiss_Consultant/OneDrive/Forschung/OCQA_AutomationInConstruction/SecondRevisionAutomationInConstruction/LLMOntoAlignment/BERTMap-main/BERTMap-main/ocqa_dicon_mapping.tsv",
16
+ "ignored_mappings_file": "C:/Users/Seiss_Consultant/OneDrive/Forschung/OCQA_AutomationInConstruction/SecondRevisionAutomationInConstruction/LLMOntoAlignment/BERTMap-main/BERTMap-main/ocqa_dicon_mapping_ignored.tsv",
17
+ "train_map_ratio": 0.2,
18
+ "val_map_ratio": 0.1,
19
+ "test_map_ratio": 0.7,
20
+ "io_soft_neg_rate": 2,
21
+ "io_hard_neg_rate": 2,
22
+ "co_soft_neg_rate": 4,
23
+ "depth_threshold": null,
24
+ "depth_strategy": "max"
25
+ },
26
+ "bert": {
27
+ "pretrained_path": "SebSeis/ConstructionBERT",
28
+ "tokenizer_path": "SebSeis/ConstructionBERT"
29
+ },
30
+
31
+ "fine-tune": {
32
+ "include_ids": true,
33
+ "learning": "us",
34
+ "warm_up_ratio": 0.0,
35
+ "max_length": 128,
36
+ "num_epochs": 3.0,
37
+ "batch_size": 32,
38
+ "early_stop": false,
39
+ "resume_checkpoint": null
40
+ },
41
+ "map": {
42
+ "candidate_limits": [
43
+ 200,
44
+ 50,
45
+ 150,
46
+ 100,
47
+ 25
48
+ ],
49
+ "batch_size": 32,
50
+ "nbest": 1,
51
+ "string_match": true,
52
+ "strategy": "mean"
53
+ },
54
+ "eval": {
55
+ "automatic": true
56
+ }
57
+ }
ResultsOCQA_DiCon/ocqatest/corpora/co.corpus.ss.test.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ " corpus_info ": {
3
+ "nonsynonyms": {
4
+ "hard": null,
5
+ "hard-back": null,
6
+ "removed_violations": 0,
7
+ "soft": 0,
8
+ "soft-back": 0,
9
+ "soft-raw": 0
10
+ },
11
+ "onto": [
12
+ "ocqa",
13
+ "dicon"
14
+ ],
15
+ "others": {
16
+ "soft_neg_sample_rate": 1
17
+ },
18
+ "synonyms": {
19
+ "id": null,
20
+ "non-id": 0
21
+ },
22
+ "type": "cross-onto"
23
+ }
24
+ }
ResultsOCQA_DiCon/ocqatest/corpora/co.corpus.ss.train.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ " corpus_info ": {
3
+ "nonsynonyms": {
4
+ "hard": null,
5
+ "hard-back": null,
6
+ "removed_violations": 0,
7
+ "soft": 0,
8
+ "soft-back": 0,
9
+ "soft-raw": 0
10
+ },
11
+ "onto": [
12
+ "ocqa",
13
+ "dicon"
14
+ ],
15
+ "others": {
16
+ "soft_neg_sample_rate": 1
17
+ },
18
+ "synonyms": {
19
+ "id": null,
20
+ "non-id": 0
21
+ },
22
+ "type": "cross-onto"
23
+ }
24
+ }
ResultsOCQA_DiCon/ocqatest/corpora/co.corpus.ss.val.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ " corpus_info ": {
3
+ "nonsynonyms": {
4
+ "hard": null,
5
+ "hard-back": null,
6
+ "removed_violations": 0,
7
+ "soft": 0,
8
+ "soft-back": 0,
9
+ "soft-raw": 0
10
+ },
11
+ "onto": [
12
+ "ocqa",
13
+ "dicon"
14
+ ],
15
+ "others": {
16
+ "soft_neg_sample_rate": 1
17
+ },
18
+ "synonyms": {
19
+ "id": null,
20
+ "non-id": 0
21
+ },
22
+ "type": "cross-onto"
23
+ }
24
+ }
ResultsOCQA_DiCon/ocqatest/corpora/co.corpus.us.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ " corpus_info ": {
3
+ "nonsynonyms": {
4
+ "hard": null,
5
+ "hard-back": null,
6
+ "removed_violations": 0,
7
+ "soft": 0,
8
+ "soft-back": 0,
9
+ "soft-raw": 0
10
+ },
11
+ "onto": [
12
+ "ocqa",
13
+ "dicon"
14
+ ],
15
+ "others": {
16
+ "soft_neg_sample_rate": 1
17
+ },
18
+ "synonyms": {
19
+ "id": null,
20
+ "non-id": 0
21
+ },
22
+ "type": "cross-onto"
23
+ }
24
+ }
ResultsOCQA_DiCon/ocqatest/corpora/info ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <OntoAlignCorpora>
2
+ <RefMaps full=993 ignored=44>
3
+ <!-- NegRate refers to the number of (soft/hard) nonsynonym sampled for each synonym in a corpus -->
4
+ <NegRate intra_onto_soft=2 intra_onto_hard=2 cross_onto_soft=4>
5
+
6
+ <!-- merged intra-onto corpus -->
7
+ <OntologyCorpus type=onto-corpus onto=['ocqa', 'dicon']>
8
+ <Synonyms non-id=58 id=109>
9
+ <Nonsynonyms soft=230 hard=270 removed_violations=0>
10
+ <!--the following two corpora were merged-->
11
+ <OntologyCorpus type=onto-corpus onto=['ocqa']>
12
+ <Synonyms non-id=44 id=60>
13
+ <Nonsynonyms soft=124 hard=168 soft-back=62 hard-back=84 removed_violations=0 soft-raw=62 hard-raw=93>
14
+ <OtherInfo soft_neg_sample_rate=1>
15
+ </OntologyCorpus>
16
+ <OntologyCorpus type=onto-corpus onto=['dicon']>
17
+ <Synonyms non-id=14 id=53>
18
+ <Nonsynonyms soft=106 hard=102 soft-back=53 hard-back=51 removed_violations=0 soft-raw=53 hard-raw=55>
19
+ <OtherInfo soft_neg_sample_rate=1>
20
+ </OntologyCorpus>
21
+ </OntologyCorpus>
22
+
23
+ <!-- if semi-supervised, the reference mappings will be split as follows: -->
24
+ <SemiSupervisedSetting train=0.2 val=0.1 test=0.7>
25
+ <!-- train cross-onto corpus (if semi-supervised) -->
26
+ <OntologyCorpus type=onto-corpus onto=['ocqa', 'dicon']>
27
+ <Synonyms non-id=0 id=None>
28
+ <Nonsynonyms soft=0 hard=None soft-back=0 hard-back=None removed_violations=0 soft-raw=0>
29
+ <OtherInfo soft_neg_sample_rate=1>
30
+ </OntologyCorpus>
31
+ <!-- val cross-onto corpus (if semi-supervised) -->
32
+ <OntologyCorpus type=onto-corpus onto=['ocqa', 'dicon']>
33
+ <Synonyms non-id=0 id=None>
34
+ <Nonsynonyms soft=0 hard=None soft-back=0 hard-back=None removed_violations=0 soft-raw=0>
35
+ <OtherInfo soft_neg_sample_rate=1>
36
+ </OntologyCorpus>
37
+ <!-- test cross-onto corpus (if semi-supervised) -->
38
+ <OntologyCorpus type=onto-corpus onto=['ocqa', 'dicon']>
39
+ <Synonyms non-id=0 id=None>
40
+ <Nonsynonyms soft=0 hard=None soft-back=0 hard-back=None removed_violations=0 soft-raw=0>
41
+ <OtherInfo soft_neg_sample_rate=1>
42
+ </OntologyCorpus>
43
+ </SemiSupervisedSetting>
44
+
45
+ <UnSupervisedSetting test=1.0>
46
+ <!-- test cross-onto corpus (if un-supervised) -->
47
+ <OntologyCorpus type=onto-corpus onto=['ocqa', 'dicon']>
48
+ <Synonyms non-id=0 id=None>
49
+ <Nonsynonyms soft=0 hard=None soft-back=0 hard-back=None removed_violations=0 soft-raw=0>
50
+ <OtherInfo soft_neg_sample_rate=1>
51
+ </OntologyCorpus>
52
+ </UnSupervisedSetting>
53
+ </OntoAlignCorpora>
ResultsOCQA_DiCon/ocqatest/corpora/io.corpus.json ADDED
@@ -0,0 +1,1342 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ " corpus_info ": {
3
+ "nonsynonyms": {
4
+ "hard": 270,
5
+ "removed_violations": 0,
6
+ "soft": 230
7
+ },
8
+ "onto": [
9
+ "ocqa",
10
+ "dicon"
11
+ ],
12
+ "others": {},
13
+ "synonyms": {
14
+ "id": 109,
15
+ "non-id": 58
16
+ },
17
+ "type": "intra-onto"
18
+ },
19
+ "activity": {
20
+ "hard_nonsynonyms": [
21
+ "observation",
22
+ "measurement process",
23
+ "actuation",
24
+ "adjustment process"
25
+ ],
26
+ "soft_nonsynonyms": [
27
+ "measurable attribute",
28
+ "failure categorie",
29
+ "qualitative attribute",
30
+ "immaterialentity"
31
+ ],
32
+ "synonyms": [
33
+ "intentional process"
34
+ ]
35
+ },
36
+ "activity or event": {
37
+ "hard_nonsynonyms": [
38
+ "processboundary",
39
+ "spatiotemporalregion",
40
+ "temporalregion"
41
+ ],
42
+ "soft_nonsynonyms": [
43
+ "labeling"
44
+ ],
45
+ "synonyms": [
46
+ "process"
47
+ ]
48
+ },
49
+ "actual characteristic value": {
50
+ "hard_nonsynonyms": [],
51
+ "soft_nonsynonyms": [
52
+ "property",
53
+ "assessment",
54
+ "result"
55
+ ],
56
+ "synonyms": []
57
+ },
58
+ "actuation": {
59
+ "hard_nonsynonyms": [
60
+ "activity",
61
+ "intentional process",
62
+ "observation",
63
+ "measurement process"
64
+ ],
65
+ "soft_nonsynonyms": [
66
+ "cartesianposition",
67
+ "spatialregion"
68
+ ],
69
+ "synonyms": [
70
+ "adjustment process"
71
+ ]
72
+ },
73
+ "adjustment process": {
74
+ "hard_nonsynonyms": [
75
+ "activity",
76
+ "intentional process",
77
+ "observation",
78
+ "measurement process"
79
+ ],
80
+ "soft_nonsynonyms": [
81
+ "independentcontinuant"
82
+ ],
83
+ "synonyms": [
84
+ "actuation"
85
+ ]
86
+ },
87
+ "assessment": {
88
+ "hard_nonsynonyms": [],
89
+ "soft_nonsynonyms": [
90
+ "actual characteristic value",
91
+ "propertystate"
92
+ ],
93
+ "synonyms": [
94
+ "aufzeichnung",
95
+ "evaluation"
96
+ ]
97
+ },
98
+ "aufzeichnung": {
99
+ "hard_nonsynonyms": [],
100
+ "soft_nonsynonyms": [
101
+ "test",
102
+ "fehlermerkmalskatalog"
103
+ ],
104
+ "synonyms": [
105
+ "evaluation",
106
+ "assessment"
107
+ ]
108
+ },
109
+ "beurteilung des fortschritts": {
110
+ "hard_nonsynonyms": [
111
+ "inspection",
112
+ "measurement",
113
+ "monitoring",
114
+ "review",
115
+ "test"
116
+ ],
117
+ "soft_nonsynonyms": [
118
+ "object",
119
+ "fault",
120
+ "property"
121
+ ],
122
+ "synonyms": []
123
+ },
124
+ "building": {
125
+ "hard_nonsynonyms": [
126
+ "equipment",
127
+ "tool"
128
+ ],
129
+ "soft_nonsynonyms": [
130
+ "object"
131
+ ],
132
+ "synonyms": [
133
+ "facility"
134
+ ]
135
+ },
136
+ "buildingunit": {
137
+ "hard_nonsynonyms": [],
138
+ "soft_nonsynonyms": [
139
+ "capability",
140
+ "realizableentity"
141
+ ],
142
+ "synonyms": []
143
+ },
144
+ "capability": {
145
+ "hard_nonsynonyms": [],
146
+ "soft_nonsynonyms": [
147
+ "buildingunit",
148
+ "continuantfiatboundary",
149
+ "identifier",
150
+ "subject"
151
+ ],
152
+ "synonyms": []
153
+ },
154
+ "cartesianposition": {
155
+ "hard_nonsynonyms": [
156
+ "geodeticposition"
157
+ ],
158
+ "soft_nonsynonyms": [
159
+ "actuation",
160
+ "object",
161
+ "process"
162
+ ],
163
+ "synonyms": []
164
+ },
165
+ "category": {
166
+ "hard_nonsynonyms": [
167
+ "identifier"
168
+ ],
169
+ "soft_nonsynonyms": [
170
+ "labeling",
171
+ "geodeticposition"
172
+ ],
173
+ "synonyms": []
174
+ },
175
+ "characteristic": {
176
+ "hard_nonsynonyms": [],
177
+ "soft_nonsynonyms": [
178
+ "defect"
179
+ ],
180
+ "synonyms": [
181
+ "property"
182
+ ]
183
+ },
184
+ "characteristic value": {
185
+ "hard_nonsynonyms": [],
186
+ "soft_nonsynonyms": [
187
+ "plan",
188
+ "inspector",
189
+ "quantitative characteristic",
190
+ "review"
191
+ ],
192
+ "synonyms": []
193
+ },
194
+ "compliance": {
195
+ "hard_nonsynonyms": [
196
+ "fehler",
197
+ "nonconformity",
198
+ "noncompliance",
199
+ "externe ressource",
200
+ "image",
201
+ "pr\u00fcfbescheinigung",
202
+ "result",
203
+ "video"
204
+ ],
205
+ "soft_nonsynonyms": [
206
+ "procedure"
207
+ ],
208
+ "synonyms": [
209
+ "konformit\u00e4t",
210
+ "conformity"
211
+ ]
212
+ },
213
+ "conformity": {
214
+ "hard_nonsynonyms": [
215
+ "fehler",
216
+ "nonconformity",
217
+ "noncompliance",
218
+ "externe ressource",
219
+ "image",
220
+ "pr\u00fcfbescheinigung",
221
+ "result",
222
+ "video"
223
+ ],
224
+ "soft_nonsynonyms": [
225
+ "failure categorie"
226
+ ],
227
+ "synonyms": [
228
+ "konformit\u00e4t",
229
+ "compliance"
230
+ ]
231
+ },
232
+ "constraint": {
233
+ "hard_nonsynonyms": [],
234
+ "soft_nonsynonyms": [
235
+ "resourcerole"
236
+ ],
237
+ "synonyms": []
238
+ },
239
+ "constructionprocedure": {
240
+ "hard_nonsynonyms": [
241
+ "pr\u00fcfungsmethode"
242
+ ],
243
+ "soft_nonsynonyms": [
244
+ "propertystate",
245
+ "determination",
246
+ "zeitmerkmalkatalog"
247
+ ],
248
+ "synonyms": []
249
+ },
250
+ "continuant": {
251
+ "hard_nonsynonyms": [
252
+ "occurrent",
253
+ "object",
254
+ "physical item",
255
+ "group"
256
+ ],
257
+ "soft_nonsynonyms": [
258
+ "tool",
259
+ "onedimensionaltemporalregion"
260
+ ],
261
+ "synonyms": []
262
+ },
263
+ "continuantfiatboundary": {
264
+ "hard_nonsynonyms": [
265
+ "site",
266
+ "spatialregion"
267
+ ],
268
+ "soft_nonsynonyms": [
269
+ "equipment",
270
+ "capability",
271
+ "occurrent"
272
+ ],
273
+ "synonyms": []
274
+ },
275
+ "damage": {
276
+ "hard_nonsynonyms": [
277
+ "mangel",
278
+ "defect",
279
+ "fault"
280
+ ],
281
+ "soft_nonsynonyms": [
282
+ "measurement"
283
+ ],
284
+ "synonyms": [
285
+ "schaden",
286
+ "harm"
287
+ ]
288
+ },
289
+ "defect": {
290
+ "hard_nonsynonyms": [
291
+ "schaden",
292
+ "damage",
293
+ "harm"
294
+ ],
295
+ "soft_nonsynonyms": [
296
+ "characteristic",
297
+ "fehler",
298
+ "plan",
299
+ "test"
300
+ ],
301
+ "synonyms": [
302
+ "mangel",
303
+ "fault"
304
+ ]
305
+ },
306
+ "determination": {
307
+ "hard_nonsynonyms": [],
308
+ "soft_nonsynonyms": [
309
+ "evaluation",
310
+ "constructionprocedure"
311
+ ],
312
+ "synonyms": []
313
+ },
314
+ "disposition": {
315
+ "hard_nonsynonyms": [
316
+ "role"
317
+ ],
318
+ "soft_nonsynonyms": [
319
+ "independentcontinuant",
320
+ "spatiotemporalregion"
321
+ ],
322
+ "synonyms": []
323
+ },
324
+ "documentation": {
325
+ "hard_nonsynonyms": [],
326
+ "soft_nonsynonyms": [
327
+ "schaden"
328
+ ],
329
+ "synonyms": [
330
+ "record"
331
+ ]
332
+ },
333
+ "entity": {
334
+ "hard_nonsynonyms": [],
335
+ "soft_nonsynonyms": [
336
+ "occurrent"
337
+ ],
338
+ "synonyms": []
339
+ },
340
+ "equipment": {
341
+ "hard_nonsynonyms": [
342
+ "building",
343
+ "facility"
344
+ ],
345
+ "soft_nonsynonyms": [
346
+ "muster",
347
+ "continuantfiatboundary"
348
+ ],
349
+ "synonyms": [
350
+ "tool"
351
+ ]
352
+ },
353
+ "evaluation": {
354
+ "hard_nonsynonyms": [],
355
+ "soft_nonsynonyms": [
356
+ "determination",
357
+ "featurestate"
358
+ ],
359
+ "synonyms": [
360
+ "aufzeichnung",
361
+ "assessment"
362
+ ]
363
+ },
364
+ "externe ressource": {
365
+ "hard_nonsynonyms": [
366
+ "konformit\u00e4t",
367
+ "conformity",
368
+ "compliance",
369
+ "fehler",
370
+ "nonconformity",
371
+ "noncompliance",
372
+ "image",
373
+ "pr\u00fcfbescheinigung",
374
+ "result",
375
+ "video"
376
+ ],
377
+ "soft_nonsynonyms": [
378
+ "mangel",
379
+ "measurement"
380
+ ],
381
+ "synonyms": []
382
+ },
383
+ "facility": {
384
+ "hard_nonsynonyms": [
385
+ "equipment",
386
+ "tool"
387
+ ],
388
+ "soft_nonsynonyms": [
389
+ "role"
390
+ ],
391
+ "synonyms": [
392
+ "building"
393
+ ]
394
+ },
395
+ "failure categorie": {
396
+ "hard_nonsynonyms": [],
397
+ "soft_nonsynonyms": [
398
+ "conformity",
399
+ "harm",
400
+ "activity",
401
+ "pr\u00fcfbescheinigung"
402
+ ],
403
+ "synonyms": []
404
+ },
405
+ "fault": {
406
+ "hard_nonsynonyms": [
407
+ "schaden",
408
+ "damage",
409
+ "harm"
410
+ ],
411
+ "soft_nonsynonyms": [
412
+ "beurteilung des fortschritts"
413
+ ],
414
+ "synonyms": [
415
+ "mangel",
416
+ "defect"
417
+ ]
418
+ },
419
+ "featurecatalog": {
420
+ "hard_nonsynonyms": [],
421
+ "soft_nonsynonyms": [
422
+ "noncompliance",
423
+ "messmittel",
424
+ "zeitmerkmalkatalog"
425
+ ],
426
+ "synonyms": []
427
+ },
428
+ "featurestate": {
429
+ "hard_nonsynonyms": [],
430
+ "soft_nonsynonyms": [
431
+ "evaluation"
432
+ ],
433
+ "synonyms": []
434
+ },
435
+ "fehler": {
436
+ "hard_nonsynonyms": [
437
+ "konformit\u00e4t",
438
+ "conformity",
439
+ "compliance",
440
+ "externe ressource",
441
+ "image",
442
+ "pr\u00fcfbescheinigung",
443
+ "result",
444
+ "video"
445
+ ],
446
+ "soft_nonsynonyms": [
447
+ "defect"
448
+ ],
449
+ "synonyms": [
450
+ "nonconformity",
451
+ "noncompliance"
452
+ ]
453
+ },
454
+ "fehlermerkmalskatalog": {
455
+ "hard_nonsynonyms": [
456
+ "kostenmerkmalkatalog",
457
+ "zeitmerkmalkatalog"
458
+ ],
459
+ "soft_nonsynonyms": [
460
+ "aufzeichnung"
461
+ ],
462
+ "synonyms": []
463
+ },
464
+ "geodeticposition": {
465
+ "hard_nonsynonyms": [
466
+ "cartesianposition"
467
+ ],
468
+ "soft_nonsynonyms": [
469
+ "category",
470
+ "property"
471
+ ],
472
+ "synonyms": []
473
+ },
474
+ "group": {
475
+ "hard_nonsynonyms": [
476
+ "occurrent",
477
+ "object",
478
+ "physical item",
479
+ "continuant"
480
+ ],
481
+ "soft_nonsynonyms": [
482
+ "immaterialentity",
483
+ "occurrent"
484
+ ],
485
+ "synonyms": []
486
+ },
487
+ "harm": {
488
+ "hard_nonsynonyms": [
489
+ "mangel",
490
+ "defect",
491
+ "fault"
492
+ ],
493
+ "soft_nonsynonyms": [
494
+ "failure categorie"
495
+ ],
496
+ "synonyms": [
497
+ "schaden",
498
+ "damage"
499
+ ]
500
+ },
501
+ "identifier": {
502
+ "hard_nonsynonyms": [
503
+ "category"
504
+ ],
505
+ "soft_nonsynonyms": [
506
+ "capability"
507
+ ],
508
+ "synonyms": []
509
+ },
510
+ "image": {
511
+ "hard_nonsynonyms": [
512
+ "konformit\u00e4t",
513
+ "conformity",
514
+ "compliance",
515
+ "fehler",
516
+ "nonconformity",
517
+ "noncompliance",
518
+ "externe ressource",
519
+ "pr\u00fcfbescheinigung",
520
+ "result",
521
+ "video"
522
+ ],
523
+ "soft_nonsynonyms": [
524
+ "ursache",
525
+ "video"
526
+ ],
527
+ "synonyms": []
528
+ },
529
+ "immaterialentity": {
530
+ "hard_nonsynonyms": [
531
+ "independentcontinuant",
532
+ "specificallydependentcontinuant"
533
+ ],
534
+ "soft_nonsynonyms": [
535
+ "activity",
536
+ "group",
537
+ "timeinterval"
538
+ ],
539
+ "synonyms": []
540
+ },
541
+ "independentcontinuant": {
542
+ "hard_nonsynonyms": [
543
+ "immaterialentity",
544
+ "specificallydependentcontinuant"
545
+ ],
546
+ "soft_nonsynonyms": [
547
+ "adjustment process",
548
+ "disposition",
549
+ "materialentity"
550
+ ],
551
+ "synonyms": []
552
+ },
553
+ "inspection": {
554
+ "hard_nonsynonyms": [
555
+ "measurement",
556
+ "monitoring",
557
+ "beurteilung des fortschritts",
558
+ "review",
559
+ "test"
560
+ ],
561
+ "soft_nonsynonyms": [
562
+ "muster"
563
+ ],
564
+ "synonyms": []
565
+ },
566
+ "inspectionequipment": {
567
+ "hard_nonsynonyms": [
568
+ "messmittel"
569
+ ],
570
+ "soft_nonsynonyms": [
571
+ "object"
572
+ ],
573
+ "synonyms": []
574
+ },
575
+ "inspector": {
576
+ "hard_nonsynonyms": [],
577
+ "soft_nonsynonyms": [
578
+ "characteristic value"
579
+ ],
580
+ "synonyms": []
581
+ },
582
+ "intentional process": {
583
+ "hard_nonsynonyms": [
584
+ "observation",
585
+ "measurement process",
586
+ "actuation",
587
+ "adjustment process"
588
+ ],
589
+ "soft_nonsynonyms": [
590
+ "resourcerole"
591
+ ],
592
+ "synonyms": [
593
+ "activity"
594
+ ]
595
+ },
596
+ "konformit\u00e4t": {
597
+ "hard_nonsynonyms": [
598
+ "fehler",
599
+ "nonconformity",
600
+ "noncompliance",
601
+ "externe ressource",
602
+ "image",
603
+ "pr\u00fcfbescheinigung",
604
+ "result",
605
+ "video"
606
+ ],
607
+ "soft_nonsynonyms": [
608
+ "plan"
609
+ ],
610
+ "synonyms": [
611
+ "conformity",
612
+ "compliance"
613
+ ]
614
+ },
615
+ "kostenmerkmalkatalog": {
616
+ "hard_nonsynonyms": [
617
+ "fehlermerkmalskatalog",
618
+ "zeitmerkmalkatalog"
619
+ ],
620
+ "soft_nonsynonyms": [
621
+ "occurrent",
622
+ "ursache",
623
+ "pr\u00fcfungsmethode",
624
+ "result"
625
+ ],
626
+ "synonyms": []
627
+ },
628
+ "labeling": {
629
+ "hard_nonsynonyms": [
630
+ "spatialquality",
631
+ "relationalquality"
632
+ ],
633
+ "soft_nonsynonyms": [
634
+ "activity or event",
635
+ "category",
636
+ "occurrent"
637
+ ],
638
+ "synonyms": []
639
+ },
640
+ "location": {
641
+ "hard_nonsynonyms": [],
642
+ "soft_nonsynonyms": [
643
+ "resourcerole"
644
+ ],
645
+ "synonyms": []
646
+ },
647
+ "mangel": {
648
+ "hard_nonsynonyms": [
649
+ "schaden",
650
+ "damage",
651
+ "harm"
652
+ ],
653
+ "soft_nonsynonyms": [
654
+ "process type",
655
+ "externe ressource"
656
+ ],
657
+ "synonyms": [
658
+ "defect",
659
+ "fault"
660
+ ]
661
+ },
662
+ "materialentity": {
663
+ "hard_nonsynonyms": [],
664
+ "soft_nonsynonyms": [
665
+ "independentcontinuant",
666
+ "measurement process",
667
+ "spatialquality"
668
+ ],
669
+ "synonyms": []
670
+ },
671
+ "measurable attribute": {
672
+ "hard_nonsynonyms": [
673
+ "qualitative characteristic",
674
+ "quality characteristic",
675
+ "qualitative attribute"
676
+ ],
677
+ "soft_nonsynonyms": [
678
+ "activity",
679
+ "property"
680
+ ],
681
+ "synonyms": [
682
+ "quantitative characteristic"
683
+ ]
684
+ },
685
+ "measurement": {
686
+ "hard_nonsynonyms": [
687
+ "inspection",
688
+ "monitoring",
689
+ "beurteilung des fortschritts",
690
+ "review",
691
+ "test"
692
+ ],
693
+ "soft_nonsynonyms": [
694
+ "damage",
695
+ "externe ressource"
696
+ ],
697
+ "synonyms": []
698
+ },
699
+ "measurement process": {
700
+ "hard_nonsynonyms": [
701
+ "activity",
702
+ "intentional process",
703
+ "actuation",
704
+ "adjustment process"
705
+ ],
706
+ "soft_nonsynonyms": [
707
+ "process",
708
+ "materialentity"
709
+ ],
710
+ "synonyms": [
711
+ "observation"
712
+ ]
713
+ },
714
+ "messmittel": {
715
+ "hard_nonsynonyms": [
716
+ "inspectionequipment"
717
+ ],
718
+ "soft_nonsynonyms": [
719
+ "plan",
720
+ "featurecatalog"
721
+ ],
722
+ "synonyms": []
723
+ },
724
+ "monitoring": {
725
+ "hard_nonsynonyms": [
726
+ "inspection",
727
+ "measurement",
728
+ "beurteilung des fortschritts",
729
+ "review",
730
+ "test"
731
+ ],
732
+ "soft_nonsynonyms": [
733
+ "pr\u00fcfanweisung"
734
+ ],
735
+ "synonyms": []
736
+ },
737
+ "muster": {
738
+ "hard_nonsynonyms": [],
739
+ "soft_nonsynonyms": [
740
+ "equipment",
741
+ "property",
742
+ "inspection",
743
+ "propertystate"
744
+ ],
745
+ "synonyms": []
746
+ },
747
+ "noncompliance": {
748
+ "hard_nonsynonyms": [
749
+ "konformit\u00e4t",
750
+ "conformity",
751
+ "compliance",
752
+ "externe ressource",
753
+ "image",
754
+ "pr\u00fcfbescheinigung",
755
+ "result",
756
+ "video"
757
+ ],
758
+ "soft_nonsynonyms": [
759
+ "featurecatalog"
760
+ ],
761
+ "synonyms": [
762
+ "fehler",
763
+ "nonconformity"
764
+ ]
765
+ },
766
+ "nonconformity": {
767
+ "hard_nonsynonyms": [
768
+ "konformit\u00e4t",
769
+ "conformity",
770
+ "compliance",
771
+ "externe ressource",
772
+ "image",
773
+ "pr\u00fcfbescheinigung",
774
+ "result",
775
+ "video"
776
+ ],
777
+ "soft_nonsynonyms": [
778
+ "pr\u00fcfbescheinigung"
779
+ ],
780
+ "synonyms": [
781
+ "fehler",
782
+ "noncompliance"
783
+ ]
784
+ },
785
+ "object": {
786
+ "hard_nonsynonyms": [
787
+ "occurrent",
788
+ "continuant",
789
+ "group"
790
+ ],
791
+ "soft_nonsynonyms": [
792
+ "beurteilung des fortschritts",
793
+ "inspectionequipment",
794
+ "qualitative characteristic",
795
+ "cartesianposition",
796
+ "building"
797
+ ],
798
+ "synonyms": [
799
+ "physical item"
800
+ ]
801
+ },
802
+ "observation": {
803
+ "hard_nonsynonyms": [
804
+ "activity",
805
+ "intentional process",
806
+ "actuation",
807
+ "adjustment process"
808
+ ],
809
+ "soft_nonsynonyms": [
810
+ "specificallydependentcontinuant"
811
+ ],
812
+ "synonyms": [
813
+ "measurement process"
814
+ ]
815
+ },
816
+ "occurrent": {
817
+ "hard_nonsynonyms": [
818
+ "object",
819
+ "physical item",
820
+ "continuant",
821
+ "group"
822
+ ],
823
+ "soft_nonsynonyms": [
824
+ "kostenmerkmalkatalog",
825
+ "entity",
826
+ "zerodimensionaltemporalregion",
827
+ "labeling",
828
+ "continuantfiatboundary",
829
+ "group",
830
+ "processboundary",
831
+ "spatialorientation"
832
+ ],
833
+ "synonyms": []
834
+ },
835
+ "onedimensionaltemporalregion": {
836
+ "hard_nonsynonyms": [
837
+ "zerodimensionaltemporalregion"
838
+ ],
839
+ "soft_nonsynonyms": [
840
+ "site",
841
+ "continuant"
842
+ ],
843
+ "synonyms": []
844
+ },
845
+ "physical item": {
846
+ "hard_nonsynonyms": [
847
+ "occurrent",
848
+ "continuant",
849
+ "group"
850
+ ],
851
+ "soft_nonsynonyms": [
852
+ "processboundary"
853
+ ],
854
+ "synonyms": [
855
+ "object"
856
+ ]
857
+ },
858
+ "plan": {
859
+ "hard_nonsynonyms": [],
860
+ "soft_nonsynonyms": [
861
+ "characteristic value",
862
+ "konformit\u00e4t",
863
+ "defect",
864
+ "messmittel"
865
+ ],
866
+ "synonyms": []
867
+ },
868
+ "procedure": {
869
+ "hard_nonsynonyms": [],
870
+ "soft_nonsynonyms": [
871
+ "compliance",
872
+ "result"
873
+ ],
874
+ "synonyms": [
875
+ "process type"
876
+ ]
877
+ },
878
+ "process": {
879
+ "hard_nonsynonyms": [
880
+ "processboundary",
881
+ "spatiotemporalregion",
882
+ "temporalregion"
883
+ ],
884
+ "soft_nonsynonyms": [
885
+ "realizableentity",
886
+ "measurement process",
887
+ "cartesianposition",
888
+ "specificallydependentcontinuant",
889
+ "temporalregion",
890
+ "resourcerole",
891
+ "relationalquality"
892
+ ],
893
+ "synonyms": [
894
+ "activity or event"
895
+ ]
896
+ },
897
+ "process type": {
898
+ "hard_nonsynonyms": [],
899
+ "soft_nonsynonyms": [
900
+ "quality characteristic",
901
+ "mangel"
902
+ ],
903
+ "synonyms": [
904
+ "procedure"
905
+ ]
906
+ },
907
+ "processboundary": {
908
+ "hard_nonsynonyms": [
909
+ "process",
910
+ "activity or event",
911
+ "spatiotemporalregion",
912
+ "temporalregion"
913
+ ],
914
+ "soft_nonsynonyms": [
915
+ "physical item",
916
+ "occurrent"
917
+ ],
918
+ "synonyms": []
919
+ },
920
+ "property": {
921
+ "hard_nonsynonyms": [],
922
+ "soft_nonsynonyms": [
923
+ "actual characteristic value",
924
+ "quantitative characteristic",
925
+ "muster",
926
+ "schaden",
927
+ "beurteilung des fortschritts",
928
+ "measurable attribute",
929
+ "propertystate",
930
+ "geodeticposition"
931
+ ],
932
+ "synonyms": [
933
+ "characteristic"
934
+ ]
935
+ },
936
+ "propertystate": {
937
+ "hard_nonsynonyms": [],
938
+ "soft_nonsynonyms": [
939
+ "assessment",
940
+ "constructionprocedure",
941
+ "muster",
942
+ "property"
943
+ ],
944
+ "synonyms": []
945
+ },
946
+ "pr\u00fcfanweisung": {
947
+ "hard_nonsynonyms": [],
948
+ "soft_nonsynonyms": [
949
+ "result",
950
+ "monitoring"
951
+ ],
952
+ "synonyms": []
953
+ },
954
+ "pr\u00fcfbescheinigung": {
955
+ "hard_nonsynonyms": [
956
+ "konformit\u00e4t",
957
+ "conformity",
958
+ "compliance",
959
+ "fehler",
960
+ "nonconformity",
961
+ "noncompliance",
962
+ "externe ressource",
963
+ "image",
964
+ "result",
965
+ "video"
966
+ ],
967
+ "soft_nonsynonyms": [
968
+ "nonconformity",
969
+ "failure categorie"
970
+ ],
971
+ "synonyms": []
972
+ },
973
+ "pr\u00fcfungsmethode": {
974
+ "hard_nonsynonyms": [
975
+ "constructionprocedure"
976
+ ],
977
+ "soft_nonsynonyms": [
978
+ "kostenmerkmalkatalog"
979
+ ],
980
+ "synonyms": []
981
+ },
982
+ "qualitative attribute": {
983
+ "hard_nonsynonyms": [
984
+ "quantitative characteristic",
985
+ "measurable attribute"
986
+ ],
987
+ "soft_nonsynonyms": [
988
+ "activity"
989
+ ],
990
+ "synonyms": [
991
+ "qualitative characteristic",
992
+ "quality characteristic"
993
+ ]
994
+ },
995
+ "qualitative characteristic": {
996
+ "hard_nonsynonyms": [
997
+ "quantitative characteristic",
998
+ "measurable attribute"
999
+ ],
1000
+ "soft_nonsynonyms": [
1001
+ "object"
1002
+ ],
1003
+ "synonyms": [
1004
+ "quality characteristic",
1005
+ "qualitative attribute"
1006
+ ]
1007
+ },
1008
+ "quality": {
1009
+ "hard_nonsynonyms": [
1010
+ "realizableentity"
1011
+ ],
1012
+ "soft_nonsynonyms": [
1013
+ "spatialregion"
1014
+ ],
1015
+ "synonyms": []
1016
+ },
1017
+ "quality characteristic": {
1018
+ "hard_nonsynonyms": [
1019
+ "quantitative characteristic",
1020
+ "measurable attribute"
1021
+ ],
1022
+ "soft_nonsynonyms": [
1023
+ "process type",
1024
+ "ursache"
1025
+ ],
1026
+ "synonyms": [
1027
+ "qualitative characteristic",
1028
+ "qualitative attribute"
1029
+ ]
1030
+ },
1031
+ "quantitative characteristic": {
1032
+ "hard_nonsynonyms": [
1033
+ "qualitative characteristic",
1034
+ "quality characteristic",
1035
+ "qualitative attribute"
1036
+ ],
1037
+ "soft_nonsynonyms": [
1038
+ "property",
1039
+ "characteristic value"
1040
+ ],
1041
+ "synonyms": [
1042
+ "measurable attribute"
1043
+ ]
1044
+ },
1045
+ "realizableentity": {
1046
+ "hard_nonsynonyms": [
1047
+ "quality"
1048
+ ],
1049
+ "soft_nonsynonyms": [
1050
+ "process",
1051
+ "buildingunit",
1052
+ "role"
1053
+ ],
1054
+ "synonyms": []
1055
+ },
1056
+ "record": {
1057
+ "hard_nonsynonyms": [],
1058
+ "soft_nonsynonyms": [
1059
+ "test"
1060
+ ],
1061
+ "synonyms": [
1062
+ "documentation"
1063
+ ]
1064
+ },
1065
+ "relationalquality": {
1066
+ "hard_nonsynonyms": [
1067
+ "labeling",
1068
+ "spatialquality"
1069
+ ],
1070
+ "soft_nonsynonyms": [
1071
+ "timeinstant",
1072
+ "process"
1073
+ ],
1074
+ "synonyms": []
1075
+ },
1076
+ "resourcerole": {
1077
+ "hard_nonsynonyms": [],
1078
+ "soft_nonsynonyms": [
1079
+ "intentional process",
1080
+ "location",
1081
+ "process",
1082
+ "constraint"
1083
+ ],
1084
+ "synonyms": []
1085
+ },
1086
+ "result": {
1087
+ "hard_nonsynonyms": [
1088
+ "konformit\u00e4t",
1089
+ "conformity",
1090
+ "compliance",
1091
+ "fehler",
1092
+ "nonconformity",
1093
+ "noncompliance",
1094
+ "externe ressource",
1095
+ "image",
1096
+ "pr\u00fcfbescheinigung",
1097
+ "video"
1098
+ ],
1099
+ "soft_nonsynonyms": [
1100
+ "procedure",
1101
+ "pr\u00fcfanweisung",
1102
+ "actual characteristic value",
1103
+ "kostenmerkmalkatalog"
1104
+ ],
1105
+ "synonyms": []
1106
+ },
1107
+ "review": {
1108
+ "hard_nonsynonyms": [
1109
+ "inspection",
1110
+ "measurement",
1111
+ "monitoring",
1112
+ "beurteilung des fortschritts",
1113
+ "test"
1114
+ ],
1115
+ "soft_nonsynonyms": [
1116
+ "characteristic value"
1117
+ ],
1118
+ "synonyms": []
1119
+ },
1120
+ "role": {
1121
+ "hard_nonsynonyms": [
1122
+ "disposition"
1123
+ ],
1124
+ "soft_nonsynonyms": [
1125
+ "facility",
1126
+ "realizableentity"
1127
+ ],
1128
+ "synonyms": []
1129
+ },
1130
+ "schaden": {
1131
+ "hard_nonsynonyms": [
1132
+ "mangel",
1133
+ "defect",
1134
+ "fault"
1135
+ ],
1136
+ "soft_nonsynonyms": [
1137
+ "documentation",
1138
+ "property"
1139
+ ],
1140
+ "synonyms": [
1141
+ "damage",
1142
+ "harm"
1143
+ ]
1144
+ },
1145
+ "site": {
1146
+ "hard_nonsynonyms": [
1147
+ "continuantfiatboundary",
1148
+ "spatialregion"
1149
+ ],
1150
+ "soft_nonsynonyms": [
1151
+ "onedimensionaltemporalregion",
1152
+ "spatialextent"
1153
+ ],
1154
+ "synonyms": []
1155
+ },
1156
+ "spatialextent": {
1157
+ "hard_nonsynonyms": [
1158
+ "spatialposition",
1159
+ "spatialorientation"
1160
+ ],
1161
+ "soft_nonsynonyms": [
1162
+ "site"
1163
+ ],
1164
+ "synonyms": []
1165
+ },
1166
+ "spatialorientation": {
1167
+ "hard_nonsynonyms": [
1168
+ "spatialposition",
1169
+ "spatialextent"
1170
+ ],
1171
+ "soft_nonsynonyms": [
1172
+ "occurrent"
1173
+ ],
1174
+ "synonyms": []
1175
+ },
1176
+ "spatialposition": {
1177
+ "hard_nonsynonyms": [
1178
+ "spatialextent",
1179
+ "spatialorientation"
1180
+ ],
1181
+ "soft_nonsynonyms": [
1182
+ "spatialregion"
1183
+ ],
1184
+ "synonyms": []
1185
+ },
1186
+ "spatialquality": {
1187
+ "hard_nonsynonyms": [
1188
+ "labeling",
1189
+ "relationalquality"
1190
+ ],
1191
+ "soft_nonsynonyms": [
1192
+ "materialentity"
1193
+ ],
1194
+ "synonyms": []
1195
+ },
1196
+ "spatialregion": {
1197
+ "hard_nonsynonyms": [
1198
+ "continuantfiatboundary",
1199
+ "site"
1200
+ ],
1201
+ "soft_nonsynonyms": [
1202
+ "spatialposition",
1203
+ "quality",
1204
+ "actuation"
1205
+ ],
1206
+ "synonyms": []
1207
+ },
1208
+ "spatiotemporalregion": {
1209
+ "hard_nonsynonyms": [
1210
+ "process",
1211
+ "activity or event",
1212
+ "processboundary",
1213
+ "temporalregion"
1214
+ ],
1215
+ "soft_nonsynonyms": [
1216
+ "disposition",
1217
+ "zerodimensionaltemporalregion"
1218
+ ],
1219
+ "synonyms": []
1220
+ },
1221
+ "specificallydependentcontinuant": {
1222
+ "hard_nonsynonyms": [
1223
+ "immaterialentity",
1224
+ "independentcontinuant"
1225
+ ],
1226
+ "soft_nonsynonyms": [
1227
+ "observation",
1228
+ "process"
1229
+ ],
1230
+ "synonyms": []
1231
+ },
1232
+ "subject": {
1233
+ "hard_nonsynonyms": [],
1234
+ "soft_nonsynonyms": [
1235
+ "capability"
1236
+ ],
1237
+ "synonyms": []
1238
+ },
1239
+ "temporalregion": {
1240
+ "hard_nonsynonyms": [
1241
+ "process",
1242
+ "activity or event",
1243
+ "processboundary",
1244
+ "spatiotemporalregion"
1245
+ ],
1246
+ "soft_nonsynonyms": [
1247
+ "process"
1248
+ ],
1249
+ "synonyms": []
1250
+ },
1251
+ "test": {
1252
+ "hard_nonsynonyms": [
1253
+ "inspection",
1254
+ "measurement",
1255
+ "monitoring",
1256
+ "beurteilung des fortschritts",
1257
+ "review"
1258
+ ],
1259
+ "soft_nonsynonyms": [
1260
+ "aufzeichnung",
1261
+ "record",
1262
+ "defect"
1263
+ ],
1264
+ "synonyms": []
1265
+ },
1266
+ "timeinstant": {
1267
+ "hard_nonsynonyms": [],
1268
+ "soft_nonsynonyms": [
1269
+ "relationalquality"
1270
+ ],
1271
+ "synonyms": []
1272
+ },
1273
+ "timeinterval": {
1274
+ "hard_nonsynonyms": [],
1275
+ "soft_nonsynonyms": [
1276
+ "immaterialentity"
1277
+ ],
1278
+ "synonyms": []
1279
+ },
1280
+ "tool": {
1281
+ "hard_nonsynonyms": [
1282
+ "building",
1283
+ "facility"
1284
+ ],
1285
+ "soft_nonsynonyms": [
1286
+ "zerodimensionaltemporalregion",
1287
+ "continuant"
1288
+ ],
1289
+ "synonyms": [
1290
+ "equipment"
1291
+ ]
1292
+ },
1293
+ "ursache": {
1294
+ "hard_nonsynonyms": [],
1295
+ "soft_nonsynonyms": [
1296
+ "kostenmerkmalkatalog",
1297
+ "image",
1298
+ "quality characteristic"
1299
+ ],
1300
+ "synonyms": []
1301
+ },
1302
+ "video": {
1303
+ "hard_nonsynonyms": [
1304
+ "konformit\u00e4t",
1305
+ "conformity",
1306
+ "compliance",
1307
+ "fehler",
1308
+ "nonconformity",
1309
+ "noncompliance",
1310
+ "externe ressource",
1311
+ "image",
1312
+ "pr\u00fcfbescheinigung",
1313
+ "result"
1314
+ ],
1315
+ "soft_nonsynonyms": [
1316
+ "image"
1317
+ ],
1318
+ "synonyms": []
1319
+ },
1320
+ "zeitmerkmalkatalog": {
1321
+ "hard_nonsynonyms": [
1322
+ "kostenmerkmalkatalog",
1323
+ "fehlermerkmalskatalog"
1324
+ ],
1325
+ "soft_nonsynonyms": [
1326
+ "featurecatalog",
1327
+ "constructionprocedure"
1328
+ ],
1329
+ "synonyms": []
1330
+ },
1331
+ "zerodimensionaltemporalregion": {
1332
+ "hard_nonsynonyms": [
1333
+ "onedimensionaltemporalregion"
1334
+ ],
1335
+ "soft_nonsynonyms": [
1336
+ "occurrent",
1337
+ "tool",
1338
+ "spatiotemporalregion"
1339
+ ],
1340
+ "synonyms": []
1341
+ }
1342
+ }
ResultsOCQA_DiCon/ocqatest/fine-tune.data/ss.data.json ADDED
@@ -0,0 +1,4558 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "test": [],
3
+ "train": [
4
+ [
5
+ "disposition",
6
+ "role",
7
+ 0
8
+ ],
9
+ [
10
+ "result",
11
+ "video",
12
+ 0
13
+ ],
14
+ [
15
+ "messmittel",
16
+ "plan",
17
+ 0
18
+ ],
19
+ [
20
+ "occurrent",
21
+ "continuant",
22
+ 0
23
+ ],
24
+ [
25
+ "failure categorie",
26
+ "activity",
27
+ 0
28
+ ],
29
+ [
30
+ "processboundary",
31
+ "occurrent",
32
+ 0
33
+ ],
34
+ [
35
+ "fault",
36
+ "mangel",
37
+ 1
38
+ ],
39
+ [
40
+ "externe ressource",
41
+ "pr\u00fcfbescheinigung",
42
+ 0
43
+ ],
44
+ [
45
+ "resourcerole",
46
+ "constraint",
47
+ 0
48
+ ],
49
+ [
50
+ "constructionprocedure",
51
+ "propertystate",
52
+ 0
53
+ ],
54
+ [
55
+ "capability",
56
+ "buildingunit",
57
+ 0
58
+ ],
59
+ [
60
+ "physical item",
61
+ "continuant",
62
+ 0
63
+ ],
64
+ [
65
+ "disposition",
66
+ "spatiotemporalregion",
67
+ 0
68
+ ],
69
+ [
70
+ "failure categorie",
71
+ "harm",
72
+ 0
73
+ ],
74
+ [
75
+ "specificallydependentcontinuant",
76
+ "process",
77
+ 0
78
+ ],
79
+ [
80
+ "timeinterval",
81
+ "immaterialentity",
82
+ 0
83
+ ],
84
+ [
85
+ "spatialposition",
86
+ "spatialregion",
87
+ 0
88
+ ],
89
+ [
90
+ "qualitative attribute",
91
+ "activity",
92
+ 0
93
+ ],
94
+ [
95
+ "assessment",
96
+ "evaluation",
97
+ 1
98
+ ],
99
+ [
100
+ "beurteilung des fortschritts",
101
+ "fault",
102
+ 0
103
+ ],
104
+ [
105
+ "processboundary",
106
+ "spatiotemporalregion",
107
+ 0
108
+ ],
109
+ [
110
+ "defect",
111
+ "mangel",
112
+ 1
113
+ ],
114
+ [
115
+ "geodeticposition",
116
+ "category",
117
+ 0
118
+ ],
119
+ [
120
+ "fehler",
121
+ "image",
122
+ 0
123
+ ],
124
+ [
125
+ "materialentity",
126
+ "measurement process",
127
+ 0
128
+ ],
129
+ [
130
+ "tool",
131
+ "zerodimensionaltemporalregion",
132
+ 0
133
+ ],
134
+ [
135
+ "spatialextent",
136
+ "spatialorientation",
137
+ 0
138
+ ],
139
+ [
140
+ "pr\u00fcfbescheinigung",
141
+ "result",
142
+ 0
143
+ ],
144
+ [
145
+ "group",
146
+ "physical item",
147
+ 0
148
+ ],
149
+ [
150
+ "externe ressource",
151
+ "image",
152
+ 0
153
+ ],
154
+ [
155
+ "qualitative characteristic",
156
+ "measurable attribute",
157
+ 0
158
+ ],
159
+ [
160
+ "nonconformity",
161
+ "konformit\u00e4t",
162
+ 0
163
+ ],
164
+ [
165
+ "actual characteristic value",
166
+ "result",
167
+ 0
168
+ ],
169
+ [
170
+ "beurteilung des fortschritts",
171
+ "inspection",
172
+ 0
173
+ ],
174
+ [
175
+ "aufzeichnung",
176
+ "fehlermerkmalskatalog",
177
+ 0
178
+ ],
179
+ [
180
+ "conformity",
181
+ "compliance",
182
+ 1
183
+ ],
184
+ [
185
+ "fault",
186
+ "schaden",
187
+ 0
188
+ ],
189
+ [
190
+ "konformit\u00e4t",
191
+ "video",
192
+ 0
193
+ ],
194
+ [
195
+ "measurable attribute",
196
+ "qualitative attribute",
197
+ 0
198
+ ],
199
+ [
200
+ "building",
201
+ "object",
202
+ 0
203
+ ],
204
+ [
205
+ "characteristic",
206
+ "defect",
207
+ 0
208
+ ],
209
+ [
210
+ "object",
211
+ "building",
212
+ 0
213
+ ],
214
+ [
215
+ "determination",
216
+ "evaluation",
217
+ 0
218
+ ],
219
+ [
220
+ "result",
221
+ "procedure",
222
+ 0
223
+ ],
224
+ [
225
+ "spatiotemporalregion",
226
+ "disposition",
227
+ 0
228
+ ],
229
+ [
230
+ "monitoring",
231
+ "test",
232
+ 0
233
+ ],
234
+ [
235
+ "activity",
236
+ "qualitative attribute",
237
+ 0
238
+ ],
239
+ [
240
+ "video",
241
+ "externe ressource",
242
+ 0
243
+ ],
244
+ [
245
+ "evaluation",
246
+ "aufzeichnung",
247
+ 1
248
+ ],
249
+ [
250
+ "mangel",
251
+ "defect",
252
+ 1
253
+ ],
254
+ [
255
+ "spatialextent",
256
+ "site",
257
+ 0
258
+ ],
259
+ [
260
+ "property",
261
+ "muster",
262
+ 0
263
+ ],
264
+ [
265
+ "fault",
266
+ "beurteilung des fortschritts",
267
+ 0
268
+ ],
269
+ [
270
+ "fehlermerkmalskatalog",
271
+ "kostenmerkmalkatalog",
272
+ 0
273
+ ],
274
+ [
275
+ "quantitative characteristic",
276
+ "quality characteristic",
277
+ 0
278
+ ],
279
+ [
280
+ "konformit\u00e4t",
281
+ "conformity",
282
+ 1
283
+ ],
284
+ [
285
+ "conformity",
286
+ "konformit\u00e4t",
287
+ 1
288
+ ],
289
+ [
290
+ "pr\u00fcfbescheinigung",
291
+ "fehler",
292
+ 0
293
+ ],
294
+ [
295
+ "process",
296
+ "activity or event",
297
+ 1
298
+ ],
299
+ [
300
+ "facility",
301
+ "building",
302
+ 1
303
+ ],
304
+ [
305
+ "relationalquality",
306
+ "labeling",
307
+ 0
308
+ ],
309
+ [
310
+ "procedure",
311
+ "process type",
312
+ 1
313
+ ],
314
+ [
315
+ "zeitmerkmalkatalog",
316
+ "fehlermerkmalskatalog",
317
+ 0
318
+ ],
319
+ [
320
+ "konformit\u00e4t",
321
+ "plan",
322
+ 0
323
+ ],
324
+ [
325
+ "activity",
326
+ "intentional process",
327
+ 1
328
+ ],
329
+ [
330
+ "spatialquality",
331
+ "materialentity",
332
+ 0
333
+ ],
334
+ [
335
+ "image",
336
+ "ursache",
337
+ 0
338
+ ],
339
+ [
340
+ "object",
341
+ "cartesianposition",
342
+ 0
343
+ ],
344
+ [
345
+ "fehlermerkmalskatalog",
346
+ "zeitmerkmalkatalog",
347
+ 0
348
+ ],
349
+ [
350
+ "characteristic value",
351
+ "inspector",
352
+ 0
353
+ ],
354
+ [
355
+ "konformit\u00e4t",
356
+ "fehler",
357
+ 0
358
+ ],
359
+ [
360
+ "observation",
361
+ "activity",
362
+ 0
363
+ ],
364
+ [
365
+ "defect",
366
+ "damage",
367
+ 0
368
+ ],
369
+ [
370
+ "qualitative characteristic",
371
+ "quality characteristic",
372
+ 1
373
+ ],
374
+ [
375
+ "activity or event",
376
+ "labeling",
377
+ 0
378
+ ],
379
+ [
380
+ "evaluation",
381
+ "determination",
382
+ 0
383
+ ],
384
+ [
385
+ "aufzeichnung",
386
+ "evaluation",
387
+ 1
388
+ ],
389
+ [
390
+ "measurable attribute",
391
+ "qualitative characteristic",
392
+ 0
393
+ ],
394
+ [
395
+ "featurecatalog",
396
+ "noncompliance",
397
+ 0
398
+ ],
399
+ [
400
+ "evaluation",
401
+ "assessment",
402
+ 1
403
+ ],
404
+ [
405
+ "observation",
406
+ "measurement process",
407
+ 1
408
+ ],
409
+ [
410
+ "qualitative attribute",
411
+ "quality characteristic",
412
+ 1
413
+ ],
414
+ [
415
+ "property",
416
+ "characteristic",
417
+ 1
418
+ ],
419
+ [
420
+ "featurestate",
421
+ "evaluation",
422
+ 0
423
+ ],
424
+ [
425
+ "compliance",
426
+ "fehler",
427
+ 0
428
+ ],
429
+ [
430
+ "assessment",
431
+ "aufzeichnung",
432
+ 1
433
+ ],
434
+ [
435
+ "relationalquality",
436
+ "timeinstant",
437
+ 0
438
+ ],
439
+ [
440
+ "tool",
441
+ "equipment",
442
+ 1
443
+ ],
444
+ [
445
+ "site",
446
+ "spatialextent",
447
+ 0
448
+ ],
449
+ [
450
+ "externe ressource",
451
+ "measurement",
452
+ 0
453
+ ],
454
+ [
455
+ "fehler",
456
+ "nonconformity",
457
+ 1
458
+ ],
459
+ [
460
+ "occurrent",
461
+ "kostenmerkmalkatalog",
462
+ 0
463
+ ],
464
+ [
465
+ "inspection",
466
+ "muster",
467
+ 0
468
+ ],
469
+ [
470
+ "process type",
471
+ "quality characteristic",
472
+ 0
473
+ ],
474
+ [
475
+ "quantitative characteristic",
476
+ "qualitative attribute",
477
+ 0
478
+ ],
479
+ [
480
+ "geodeticposition",
481
+ "cartesianposition",
482
+ 0
483
+ ],
484
+ [
485
+ "quality",
486
+ "spatialregion",
487
+ 0
488
+ ],
489
+ [
490
+ "conformity",
491
+ "pr\u00fcfbescheinigung",
492
+ 0
493
+ ],
494
+ [
495
+ "qualitative characteristic",
496
+ "quantitative characteristic",
497
+ 0
498
+ ],
499
+ [
500
+ "conformity",
501
+ "failure categorie",
502
+ 0
503
+ ],
504
+ [
505
+ "fehler",
506
+ "defect",
507
+ 0
508
+ ],
509
+ [
510
+ "object",
511
+ "physical item",
512
+ 1
513
+ ],
514
+ [
515
+ "continuantfiatboundary",
516
+ "capability",
517
+ 0
518
+ ],
519
+ [
520
+ "qualitative characteristic",
521
+ "qualitative attribute",
522
+ 1
523
+ ],
524
+ [
525
+ "result",
526
+ "compliance",
527
+ 0
528
+ ],
529
+ [
530
+ "occurrent",
531
+ "entity",
532
+ 0
533
+ ],
534
+ [
535
+ "measurable attribute",
536
+ "property",
537
+ 0
538
+ ],
539
+ [
540
+ "schaden",
541
+ "damage",
542
+ 1
543
+ ],
544
+ [
545
+ "adjustment process",
546
+ "actuation",
547
+ 1
548
+ ],
549
+ [
550
+ "nonconformity",
551
+ "conformity",
552
+ 0
553
+ ],
554
+ [
555
+ "mangel",
556
+ "externe ressource",
557
+ 0
558
+ ],
559
+ [
560
+ "spatiotemporalregion",
561
+ "zerodimensionaltemporalregion",
562
+ 0
563
+ ],
564
+ [
565
+ "spatialposition",
566
+ "spatialextent",
567
+ 0
568
+ ],
569
+ [
570
+ "video",
571
+ "image",
572
+ 0
573
+ ],
574
+ [
575
+ "physical item",
576
+ "object",
577
+ 1
578
+ ],
579
+ [
580
+ "measurement process",
581
+ "materialentity",
582
+ 0
583
+ ],
584
+ [
585
+ "noncompliance",
586
+ "video",
587
+ 0
588
+ ],
589
+ [
590
+ "activity or event",
591
+ "temporalregion",
592
+ 0
593
+ ],
594
+ [
595
+ "propertystate",
596
+ "assessment",
597
+ 0
598
+ ],
599
+ [
600
+ "capability",
601
+ "subject",
602
+ 0
603
+ ],
604
+ [
605
+ "schaden",
606
+ "harm",
607
+ 1
608
+ ],
609
+ [
610
+ "messmittel",
611
+ "inspectionequipment",
612
+ 0
613
+ ],
614
+ [
615
+ "group",
616
+ "occurrent",
617
+ 0
618
+ ],
619
+ [
620
+ "conformity",
621
+ "noncompliance",
622
+ 0
623
+ ],
624
+ [
625
+ "relationalquality",
626
+ "spatialquality",
627
+ 0
628
+ ],
629
+ [
630
+ "inspection",
631
+ "review",
632
+ 0
633
+ ],
634
+ [
635
+ "building",
636
+ "equipment",
637
+ 0
638
+ ],
639
+ [
640
+ "defect",
641
+ "fehler",
642
+ 0
643
+ ],
644
+ [
645
+ "fehler",
646
+ "conformity",
647
+ 0
648
+ ],
649
+ [
650
+ "konformit\u00e4t",
651
+ "compliance",
652
+ 1
653
+ ],
654
+ [
655
+ "relationalquality",
656
+ "process",
657
+ 0
658
+ ],
659
+ [
660
+ "result",
661
+ "noncompliance",
662
+ 0
663
+ ],
664
+ [
665
+ "defect",
666
+ "fault",
667
+ 1
668
+ ],
669
+ [
670
+ "location",
671
+ "resourcerole",
672
+ 0
673
+ ],
674
+ [
675
+ "compliance",
676
+ "pr\u00fcfbescheinigung",
677
+ 0
678
+ ],
679
+ [
680
+ "specificallydependentcontinuant",
681
+ "observation",
682
+ 0
683
+ ],
684
+ [
685
+ "quality characteristic",
686
+ "measurable attribute",
687
+ 0
688
+ ],
689
+ [
690
+ "group",
691
+ "object",
692
+ 0
693
+ ],
694
+ [
695
+ "damage",
696
+ "fault",
697
+ 0
698
+ ],
699
+ [
700
+ "zerodimensionaltemporalregion",
701
+ "spatiotemporalregion",
702
+ 0
703
+ ],
704
+ [
705
+ "labeling",
706
+ "relationalquality",
707
+ 0
708
+ ],
709
+ [
710
+ "test",
711
+ "inspection",
712
+ 0
713
+ ],
714
+ [
715
+ "externe ressource",
716
+ "result",
717
+ 0
718
+ ],
719
+ [
720
+ "continuant",
721
+ "group",
722
+ 0
723
+ ],
724
+ [
725
+ "independentcontinuant",
726
+ "immaterialentity",
727
+ 0
728
+ ],
729
+ [
730
+ "mangel",
731
+ "fault",
732
+ 1
733
+ ],
734
+ [
735
+ "pr\u00fcfbescheinigung",
736
+ "compliance",
737
+ 0
738
+ ],
739
+ [
740
+ "procedure",
741
+ "result",
742
+ 0
743
+ ],
744
+ [
745
+ "schaden",
746
+ "documentation",
747
+ 0
748
+ ],
749
+ [
750
+ "intentional process",
751
+ "activity",
752
+ 1
753
+ ],
754
+ [
755
+ "measurement",
756
+ "beurteilung des fortschritts",
757
+ 0
758
+ ],
759
+ [
760
+ "externe ressource",
761
+ "konformit\u00e4t",
762
+ 0
763
+ ],
764
+ [
765
+ "qualitative attribute",
766
+ "qualitative characteristic",
767
+ 1
768
+ ],
769
+ [
770
+ "compliance",
771
+ "nonconformity",
772
+ 0
773
+ ],
774
+ [
775
+ "process",
776
+ "cartesianposition",
777
+ 0
778
+ ],
779
+ [
780
+ "mangel",
781
+ "schaden",
782
+ 0
783
+ ],
784
+ [
785
+ "activity or event",
786
+ "processboundary",
787
+ 0
788
+ ],
789
+ [
790
+ "processboundary",
791
+ "process",
792
+ 0
793
+ ],
794
+ [
795
+ "observation",
796
+ "adjustment process",
797
+ 0
798
+ ],
799
+ [
800
+ "record",
801
+ "test",
802
+ 0
803
+ ],
804
+ [
805
+ "compliance",
806
+ "konformit\u00e4t",
807
+ 1
808
+ ],
809
+ [
810
+ "harm",
811
+ "fault",
812
+ 0
813
+ ],
814
+ [
815
+ "pr\u00fcfanweisung",
816
+ "result",
817
+ 0
818
+ ],
819
+ [
820
+ "harm",
821
+ "failure categorie",
822
+ 0
823
+ ],
824
+ [
825
+ "pr\u00fcfbescheinigung",
826
+ "image",
827
+ 0
828
+ ],
829
+ [
830
+ "fehler",
831
+ "compliance",
832
+ 0
833
+ ],
834
+ [
835
+ "actuation",
836
+ "spatialregion",
837
+ 0
838
+ ],
839
+ [
840
+ "continuant",
841
+ "tool",
842
+ 0
843
+ ],
844
+ [
845
+ "aufzeichnung",
846
+ "test",
847
+ 0
848
+ ],
849
+ [
850
+ "measurement",
851
+ "test",
852
+ 0
853
+ ],
854
+ [
855
+ "building",
856
+ "facility",
857
+ 1
858
+ ],
859
+ [
860
+ "pr\u00fcfbescheinigung",
861
+ "nonconformity",
862
+ 0
863
+ ],
864
+ [
865
+ "spatialregion",
866
+ "actuation",
867
+ 0
868
+ ],
869
+ [
870
+ "konformit\u00e4t",
871
+ "pr\u00fcfbescheinigung",
872
+ 0
873
+ ],
874
+ [
875
+ "continuant",
876
+ "physical item",
877
+ 0
878
+ ],
879
+ [
880
+ "immaterialentity",
881
+ "timeinterval",
882
+ 0
883
+ ],
884
+ [
885
+ "damage",
886
+ "harm",
887
+ 1
888
+ ],
889
+ [
890
+ "zerodimensionaltemporalregion",
891
+ "occurrent",
892
+ 0
893
+ ],
894
+ [
895
+ "fehler",
896
+ "pr\u00fcfbescheinigung",
897
+ 0
898
+ ],
899
+ [
900
+ "noncompliance",
901
+ "fehler",
902
+ 1
903
+ ],
904
+ [
905
+ "process",
906
+ "spatiotemporalregion",
907
+ 0
908
+ ],
909
+ [
910
+ "category",
911
+ "labeling",
912
+ 0
913
+ ],
914
+ [
915
+ "image",
916
+ "result",
917
+ 0
918
+ ],
919
+ [
920
+ "realizableentity",
921
+ "quality",
922
+ 0
923
+ ],
924
+ [
925
+ "measurement process",
926
+ "adjustment process",
927
+ 0
928
+ ],
929
+ [
930
+ "nonconformity",
931
+ "noncompliance",
932
+ 1
933
+ ],
934
+ [
935
+ "pr\u00fcfanweisung",
936
+ "monitoring",
937
+ 0
938
+ ],
939
+ [
940
+ "adjustment process",
941
+ "activity",
942
+ 0
943
+ ],
944
+ [
945
+ "pr\u00fcfbescheinigung",
946
+ "externe ressource",
947
+ 0
948
+ ],
949
+ [
950
+ "aufzeichnung",
951
+ "assessment",
952
+ 1
953
+ ],
954
+ [
955
+ "harm",
956
+ "damage",
957
+ 1
958
+ ],
959
+ [
960
+ "object",
961
+ "occurrent",
962
+ 0
963
+ ],
964
+ [
965
+ "spatialposition",
966
+ "spatialorientation",
967
+ 0
968
+ ],
969
+ [
970
+ "characteristic value",
971
+ "plan",
972
+ 0
973
+ ],
974
+ [
975
+ "constraint",
976
+ "resourcerole",
977
+ 0
978
+ ],
979
+ [
980
+ "mangel",
981
+ "process type",
982
+ 0
983
+ ],
984
+ [
985
+ "occurrent",
986
+ "group",
987
+ 0
988
+ ],
989
+ [
990
+ "labeling",
991
+ "category",
992
+ 0
993
+ ],
994
+ [
995
+ "activity or event",
996
+ "spatiotemporalregion",
997
+ 0
998
+ ],
999
+ [
1000
+ "noncompliance",
1001
+ "result",
1002
+ 0
1003
+ ],
1004
+ [
1005
+ "spatialorientation",
1006
+ "occurrent",
1007
+ 0
1008
+ ],
1009
+ [
1010
+ "independentcontinuant",
1011
+ "disposition",
1012
+ 0
1013
+ ],
1014
+ [
1015
+ "quality characteristic",
1016
+ "qualitative attribute",
1017
+ 1
1018
+ ],
1019
+ [
1020
+ "damage",
1021
+ "schaden",
1022
+ 1
1023
+ ],
1024
+ [
1025
+ "property",
1026
+ "actual characteristic value",
1027
+ 0
1028
+ ],
1029
+ [
1030
+ "kostenmerkmalkatalog",
1031
+ "result",
1032
+ 0
1033
+ ],
1034
+ [
1035
+ "cartesianposition",
1036
+ "actuation",
1037
+ 0
1038
+ ],
1039
+ [
1040
+ "pr\u00fcfungsmethode",
1041
+ "constructionprocedure",
1042
+ 0
1043
+ ],
1044
+ [
1045
+ "constructionprocedure",
1046
+ "determination",
1047
+ 0
1048
+ ],
1049
+ [
1050
+ "intentional process",
1051
+ "resourcerole",
1052
+ 0
1053
+ ],
1054
+ [
1055
+ "pr\u00fcfbescheinigung",
1056
+ "failure categorie",
1057
+ 0
1058
+ ],
1059
+ [
1060
+ "harm",
1061
+ "schaden",
1062
+ 1
1063
+ ],
1064
+ [
1065
+ "temporalregion",
1066
+ "spatiotemporalregion",
1067
+ 0
1068
+ ],
1069
+ [
1070
+ "process",
1071
+ "realizableentity",
1072
+ 0
1073
+ ],
1074
+ [
1075
+ "process",
1076
+ "resourcerole",
1077
+ 0
1078
+ ],
1079
+ [
1080
+ "review",
1081
+ "test",
1082
+ 0
1083
+ ],
1084
+ [
1085
+ "fehler",
1086
+ "noncompliance",
1087
+ 1
1088
+ ],
1089
+ [
1090
+ "intentional process",
1091
+ "measurement process",
1092
+ 0
1093
+ ],
1094
+ [
1095
+ "adjustment process",
1096
+ "observation",
1097
+ 0
1098
+ ],
1099
+ [
1100
+ "compliance",
1101
+ "conformity",
1102
+ 1
1103
+ ],
1104
+ [
1105
+ "quality characteristic",
1106
+ "process type",
1107
+ 0
1108
+ ],
1109
+ [
1110
+ "process type",
1111
+ "procedure",
1112
+ 1
1113
+ ],
1114
+ [
1115
+ "geodeticposition",
1116
+ "property",
1117
+ 0
1118
+ ],
1119
+ [
1120
+ "measurement process",
1121
+ "observation",
1122
+ 1
1123
+ ],
1124
+ [
1125
+ "result",
1126
+ "pr\u00fcfbescheinigung",
1127
+ 0
1128
+ ],
1129
+ [
1130
+ "result",
1131
+ "externe ressource",
1132
+ 0
1133
+ ],
1134
+ [
1135
+ "video",
1136
+ "nonconformity",
1137
+ 0
1138
+ ],
1139
+ [
1140
+ "buildingunit",
1141
+ "realizableentity",
1142
+ 0
1143
+ ],
1144
+ [
1145
+ "spatiotemporalregion",
1146
+ "processboundary",
1147
+ 0
1148
+ ],
1149
+ [
1150
+ "image",
1151
+ "compliance",
1152
+ 0
1153
+ ],
1154
+ [
1155
+ "noncompliance",
1156
+ "featurecatalog",
1157
+ 0
1158
+ ],
1159
+ [
1160
+ "inspection",
1161
+ "measurement",
1162
+ 0
1163
+ ],
1164
+ [
1165
+ "equipment",
1166
+ "tool",
1167
+ 1
1168
+ ],
1169
+ [
1170
+ "beurteilung des fortschritts",
1171
+ "monitoring",
1172
+ 0
1173
+ ],
1174
+ [
1175
+ "equipment",
1176
+ "continuantfiatboundary",
1177
+ 0
1178
+ ],
1179
+ [
1180
+ "temporalregion",
1181
+ "activity or event",
1182
+ 0
1183
+ ],
1184
+ [
1185
+ "quantitative characteristic",
1186
+ "measurable attribute",
1187
+ 1
1188
+ ],
1189
+ [
1190
+ "property",
1191
+ "measurable attribute",
1192
+ 0
1193
+ ],
1194
+ [
1195
+ "quality characteristic",
1196
+ "qualitative characteristic",
1197
+ 1
1198
+ ],
1199
+ [
1200
+ "cartesianposition",
1201
+ "object",
1202
+ 0
1203
+ ],
1204
+ [
1205
+ "spatialorientation",
1206
+ "spatialposition",
1207
+ 0
1208
+ ],
1209
+ [
1210
+ "tool",
1211
+ "continuant",
1212
+ 0
1213
+ ],
1214
+ [
1215
+ "fault",
1216
+ "defect",
1217
+ 1
1218
+ ],
1219
+ [
1220
+ "konformit\u00e4t",
1221
+ "noncompliance",
1222
+ 0
1223
+ ],
1224
+ [
1225
+ "realizableentity",
1226
+ "process",
1227
+ 0
1228
+ ],
1229
+ [
1230
+ "plan",
1231
+ "messmittel",
1232
+ 0
1233
+ ],
1234
+ [
1235
+ "occurrent",
1236
+ "zerodimensionaltemporalregion",
1237
+ 0
1238
+ ],
1239
+ [
1240
+ "record",
1241
+ "documentation",
1242
+ 1
1243
+ ],
1244
+ [
1245
+ "fehler",
1246
+ "konformit\u00e4t",
1247
+ 0
1248
+ ],
1249
+ [
1250
+ "subject",
1251
+ "capability",
1252
+ 0
1253
+ ],
1254
+ [
1255
+ "test",
1256
+ "measurement",
1257
+ 0
1258
+ ],
1259
+ [
1260
+ "zerodimensionaltemporalregion",
1261
+ "onedimensionaltemporalregion",
1262
+ 0
1263
+ ],
1264
+ [
1265
+ "characteristic value",
1266
+ "review",
1267
+ 0
1268
+ ],
1269
+ [
1270
+ "review",
1271
+ "monitoring",
1272
+ 0
1273
+ ],
1274
+ [
1275
+ "compliance",
1276
+ "noncompliance",
1277
+ 0
1278
+ ],
1279
+ [
1280
+ "propertystate",
1281
+ "muster",
1282
+ 0
1283
+ ],
1284
+ [
1285
+ "fehler",
1286
+ "result",
1287
+ 0
1288
+ ],
1289
+ [
1290
+ "image",
1291
+ "externe ressource",
1292
+ 0
1293
+ ],
1294
+ [
1295
+ "test",
1296
+ "beurteilung des fortschritts",
1297
+ 0
1298
+ ],
1299
+ [
1300
+ "nonconformity",
1301
+ "video",
1302
+ 0
1303
+ ],
1304
+ [
1305
+ "messmittel",
1306
+ "featurecatalog",
1307
+ 0
1308
+ ],
1309
+ [
1310
+ "actuation",
1311
+ "adjustment process",
1312
+ 1
1313
+ ],
1314
+ [
1315
+ "monitoring",
1316
+ "inspection",
1317
+ 0
1318
+ ],
1319
+ [
1320
+ "measurable attribute",
1321
+ "quantitative characteristic",
1322
+ 1
1323
+ ],
1324
+ [
1325
+ "assessment",
1326
+ "actual characteristic value",
1327
+ 0
1328
+ ],
1329
+ [
1330
+ "kostenmerkmalkatalog",
1331
+ "pr\u00fcfungsmethode",
1332
+ 0
1333
+ ],
1334
+ [
1335
+ "inspector",
1336
+ "characteristic value",
1337
+ 0
1338
+ ],
1339
+ [
1340
+ "defect",
1341
+ "characteristic",
1342
+ 0
1343
+ ],
1344
+ [
1345
+ "nonconformity",
1346
+ "fehler",
1347
+ 1
1348
+ ],
1349
+ [
1350
+ "actuation",
1351
+ "activity",
1352
+ 0
1353
+ ],
1354
+ [
1355
+ "process",
1356
+ "relationalquality",
1357
+ 0
1358
+ ],
1359
+ [
1360
+ "monitoring",
1361
+ "measurement",
1362
+ 0
1363
+ ],
1364
+ [
1365
+ "konformit\u00e4t",
1366
+ "image",
1367
+ 0
1368
+ ],
1369
+ [
1370
+ "image",
1371
+ "noncompliance",
1372
+ 0
1373
+ ],
1374
+ [
1375
+ "equipment",
1376
+ "building",
1377
+ 0
1378
+ ],
1379
+ [
1380
+ "process",
1381
+ "temporalregion",
1382
+ 0
1383
+ ],
1384
+ [
1385
+ "measurement",
1386
+ "damage",
1387
+ 0
1388
+ ],
1389
+ [
1390
+ "observation",
1391
+ "specificallydependentcontinuant",
1392
+ 0
1393
+ ],
1394
+ [
1395
+ "compliance",
1396
+ "image",
1397
+ 0
1398
+ ],
1399
+ [
1400
+ "konformit\u00e4t",
1401
+ "result",
1402
+ 0
1403
+ ],
1404
+ [
1405
+ "activity or event",
1406
+ "process",
1407
+ 1
1408
+ ],
1409
+ [
1410
+ "entity",
1411
+ "occurrent",
1412
+ 0
1413
+ ],
1414
+ [
1415
+ "zeitmerkmalkatalog",
1416
+ "featurecatalog",
1417
+ 0
1418
+ ],
1419
+ [
1420
+ "actuation",
1421
+ "intentional process",
1422
+ 0
1423
+ ],
1424
+ [
1425
+ "noncompliance",
1426
+ "nonconformity",
1427
+ 1
1428
+ ],
1429
+ [
1430
+ "documentation",
1431
+ "record",
1432
+ 1
1433
+ ],
1434
+ [
1435
+ "characteristic",
1436
+ "property",
1437
+ 1
1438
+ ],
1439
+ [
1440
+ "onedimensionaltemporalregion",
1441
+ "continuant",
1442
+ 0
1443
+ ]
1444
+ ],
1445
+ "train+": [
1446
+ [
1447
+ "materialentity",
1448
+ "spatialquality",
1449
+ 0
1450
+ ],
1451
+ [
1452
+ "building",
1453
+ "equipment",
1454
+ 0
1455
+ ],
1456
+ [
1457
+ "mangel",
1458
+ "defect",
1459
+ 1
1460
+ ],
1461
+ [
1462
+ "continuant",
1463
+ "object",
1464
+ 0
1465
+ ],
1466
+ [
1467
+ "facility",
1468
+ "role",
1469
+ 0
1470
+ ],
1471
+ [
1472
+ "adjustment process",
1473
+ "intentional process",
1474
+ 0
1475
+ ],
1476
+ [
1477
+ "labeling",
1478
+ "spatialquality",
1479
+ 0
1480
+ ],
1481
+ [
1482
+ "actual characteristic value",
1483
+ "property",
1484
+ 0
1485
+ ],
1486
+ [
1487
+ "occurrent",
1488
+ "continuantfiatboundary",
1489
+ 0
1490
+ ],
1491
+ [
1492
+ "occurrent",
1493
+ "object",
1494
+ 0
1495
+ ],
1496
+ [
1497
+ "featurestate",
1498
+ "featurestate",
1499
+ 1
1500
+ ],
1501
+ [
1502
+ "spatialregion",
1503
+ "spatialposition",
1504
+ 0
1505
+ ],
1506
+ [
1507
+ "compliance",
1508
+ "result",
1509
+ 0
1510
+ ],
1511
+ [
1512
+ "group",
1513
+ "physical item",
1514
+ 0
1515
+ ],
1516
+ [
1517
+ "onedimensionaltemporalregion",
1518
+ "zerodimensionaltemporalregion",
1519
+ 0
1520
+ ],
1521
+ [
1522
+ "relationalquality",
1523
+ "process",
1524
+ 0
1525
+ ],
1526
+ [
1527
+ "propertystate",
1528
+ "assessment",
1529
+ 0
1530
+ ],
1531
+ [
1532
+ "damage",
1533
+ "fault",
1534
+ 0
1535
+ ],
1536
+ [
1537
+ "activity",
1538
+ "observation",
1539
+ 0
1540
+ ],
1541
+ [
1542
+ "spatialquality",
1543
+ "relationalquality",
1544
+ 0
1545
+ ],
1546
+ [
1547
+ "geodeticposition",
1548
+ "category",
1549
+ 0
1550
+ ],
1551
+ [
1552
+ "onedimensionaltemporalregion",
1553
+ "onedimensionaltemporalregion",
1554
+ 1
1555
+ ],
1556
+ [
1557
+ "inspector",
1558
+ "inspector",
1559
+ 1
1560
+ ],
1561
+ [
1562
+ "noncompliance",
1563
+ "result",
1564
+ 0
1565
+ ],
1566
+ [
1567
+ "damage",
1568
+ "measurement",
1569
+ 0
1570
+ ],
1571
+ [
1572
+ "assessment",
1573
+ "evaluation",
1574
+ 1
1575
+ ],
1576
+ [
1577
+ "spatialquality",
1578
+ "materialentity",
1579
+ 0
1580
+ ],
1581
+ [
1582
+ "mangel",
1583
+ "schaden",
1584
+ 0
1585
+ ],
1586
+ [
1587
+ "quality",
1588
+ "realizableentity",
1589
+ 0
1590
+ ],
1591
+ [
1592
+ "featurecatalog",
1593
+ "messmittel",
1594
+ 0
1595
+ ],
1596
+ [
1597
+ "adjustment process",
1598
+ "actuation",
1599
+ 1
1600
+ ],
1601
+ [
1602
+ "independentcontinuant",
1603
+ "immaterialentity",
1604
+ 0
1605
+ ],
1606
+ [
1607
+ "schaden",
1608
+ "documentation",
1609
+ 0
1610
+ ],
1611
+ [
1612
+ "determination",
1613
+ "constructionprocedure",
1614
+ 0
1615
+ ],
1616
+ [
1617
+ "pr\u00fcfungsmethode",
1618
+ "pr\u00fcfungsmethode",
1619
+ 1
1620
+ ],
1621
+ [
1622
+ "image",
1623
+ "ursache",
1624
+ 0
1625
+ ],
1626
+ [
1627
+ "process",
1628
+ "resourcerole",
1629
+ 0
1630
+ ],
1631
+ [
1632
+ "object",
1633
+ "object",
1634
+ 1
1635
+ ],
1636
+ [
1637
+ "adjustment process",
1638
+ "activity",
1639
+ 0
1640
+ ],
1641
+ [
1642
+ "conformity",
1643
+ "conformity",
1644
+ 1
1645
+ ],
1646
+ [
1647
+ "defect",
1648
+ "harm",
1649
+ 0
1650
+ ],
1651
+ [
1652
+ "pr\u00fcfanweisung",
1653
+ "pr\u00fcfanweisung",
1654
+ 1
1655
+ ],
1656
+ [
1657
+ "process",
1658
+ "realizableentity",
1659
+ 0
1660
+ ],
1661
+ [
1662
+ "qualitative attribute",
1663
+ "quality characteristic",
1664
+ 1
1665
+ ],
1666
+ [
1667
+ "actuation",
1668
+ "activity",
1669
+ 0
1670
+ ],
1671
+ [
1672
+ "monitoring",
1673
+ "test",
1674
+ 0
1675
+ ],
1676
+ [
1677
+ "physical item",
1678
+ "continuant",
1679
+ 0
1680
+ ],
1681
+ [
1682
+ "spatialorientation",
1683
+ "occurrent",
1684
+ 0
1685
+ ],
1686
+ [
1687
+ "quality characteristic",
1688
+ "quality characteristic",
1689
+ 1
1690
+ ],
1691
+ [
1692
+ "property",
1693
+ "schaden",
1694
+ 0
1695
+ ],
1696
+ [
1697
+ "propertystate",
1698
+ "propertystate",
1699
+ 1
1700
+ ],
1701
+ [
1702
+ "fehler",
1703
+ "externe ressource",
1704
+ 0
1705
+ ],
1706
+ [
1707
+ "failure categorie",
1708
+ "activity",
1709
+ 0
1710
+ ],
1711
+ [
1712
+ "realizableentity",
1713
+ "process",
1714
+ 0
1715
+ ],
1716
+ [
1717
+ "labeling",
1718
+ "labeling",
1719
+ 1
1720
+ ],
1721
+ [
1722
+ "muster",
1723
+ "propertystate",
1724
+ 0
1725
+ ],
1726
+ [
1727
+ "processboundary",
1728
+ "spatiotemporalregion",
1729
+ 0
1730
+ ],
1731
+ [
1732
+ "process",
1733
+ "spatiotemporalregion",
1734
+ 0
1735
+ ],
1736
+ [
1737
+ "fehler",
1738
+ "fehler",
1739
+ 1
1740
+ ],
1741
+ [
1742
+ "zeitmerkmalkatalog",
1743
+ "zeitmerkmalkatalog",
1744
+ 1
1745
+ ],
1746
+ [
1747
+ "process type",
1748
+ "mangel",
1749
+ 0
1750
+ ],
1751
+ [
1752
+ "observation",
1753
+ "adjustment process",
1754
+ 0
1755
+ ],
1756
+ [
1757
+ "spatiotemporalregion",
1758
+ "temporalregion",
1759
+ 0
1760
+ ],
1761
+ [
1762
+ "process type",
1763
+ "process type",
1764
+ 1
1765
+ ],
1766
+ [
1767
+ "test",
1768
+ "measurement",
1769
+ 0
1770
+ ],
1771
+ [
1772
+ "damage",
1773
+ "defect",
1774
+ 0
1775
+ ],
1776
+ [
1777
+ "object",
1778
+ "occurrent",
1779
+ 0
1780
+ ],
1781
+ [
1782
+ "mangel",
1783
+ "mangel",
1784
+ 1
1785
+ ],
1786
+ [
1787
+ "building",
1788
+ "tool",
1789
+ 0
1790
+ ],
1791
+ [
1792
+ "externe ressource",
1793
+ "externe ressource",
1794
+ 1
1795
+ ],
1796
+ [
1797
+ "measurement process",
1798
+ "observation",
1799
+ 1
1800
+ ],
1801
+ [
1802
+ "processboundary",
1803
+ "activity or event",
1804
+ 0
1805
+ ],
1806
+ [
1807
+ "activity",
1808
+ "immaterialentity",
1809
+ 0
1810
+ ],
1811
+ [
1812
+ "assessment",
1813
+ "actual characteristic value",
1814
+ 0
1815
+ ],
1816
+ [
1817
+ "mangel",
1818
+ "fault",
1819
+ 1
1820
+ ],
1821
+ [
1822
+ "featurecatalog",
1823
+ "zeitmerkmalkatalog",
1824
+ 0
1825
+ ],
1826
+ [
1827
+ "processboundary",
1828
+ "temporalregion",
1829
+ 0
1830
+ ],
1831
+ [
1832
+ "test",
1833
+ "record",
1834
+ 0
1835
+ ],
1836
+ [
1837
+ "evaluation",
1838
+ "aufzeichnung",
1839
+ 1
1840
+ ],
1841
+ [
1842
+ "constructionprocedure",
1843
+ "determination",
1844
+ 0
1845
+ ],
1846
+ [
1847
+ "group",
1848
+ "object",
1849
+ 0
1850
+ ],
1851
+ [
1852
+ "measurement",
1853
+ "externe ressource",
1854
+ 0
1855
+ ],
1856
+ [
1857
+ "result",
1858
+ "fehler",
1859
+ 0
1860
+ ],
1861
+ [
1862
+ "externe ressource",
1863
+ "noncompliance",
1864
+ 0
1865
+ ],
1866
+ [
1867
+ "activity",
1868
+ "activity",
1869
+ 1
1870
+ ],
1871
+ [
1872
+ "test",
1873
+ "defect",
1874
+ 0
1875
+ ],
1876
+ [
1877
+ "site",
1878
+ "spatialregion",
1879
+ 0
1880
+ ],
1881
+ [
1882
+ "resourcerole",
1883
+ "resourcerole",
1884
+ 1
1885
+ ],
1886
+ [
1887
+ "konformit\u00e4t",
1888
+ "noncompliance",
1889
+ 0
1890
+ ],
1891
+ [
1892
+ "compliance",
1893
+ "fehler",
1894
+ 0
1895
+ ],
1896
+ [
1897
+ "materialentity",
1898
+ "materialentity",
1899
+ 1
1900
+ ],
1901
+ [
1902
+ "quality characteristic",
1903
+ "qualitative characteristic",
1904
+ 1
1905
+ ],
1906
+ [
1907
+ "video",
1908
+ "konformit\u00e4t",
1909
+ 0
1910
+ ],
1911
+ [
1912
+ "test",
1913
+ "monitoring",
1914
+ 0
1915
+ ],
1916
+ [
1917
+ "schaden",
1918
+ "property",
1919
+ 0
1920
+ ],
1921
+ [
1922
+ "object",
1923
+ "beurteilung des fortschritts",
1924
+ 0
1925
+ ],
1926
+ [
1927
+ "zeitmerkmalkatalog",
1928
+ "constructionprocedure",
1929
+ 0
1930
+ ],
1931
+ [
1932
+ "spatialorientation",
1933
+ "spatialextent",
1934
+ 0
1935
+ ],
1936
+ [
1937
+ "spatiotemporalregion",
1938
+ "zerodimensionaltemporalregion",
1939
+ 0
1940
+ ],
1941
+ [
1942
+ "activity or event",
1943
+ "process",
1944
+ 1
1945
+ ],
1946
+ [
1947
+ "assessment",
1948
+ "propertystate",
1949
+ 0
1950
+ ],
1951
+ [
1952
+ "equipment",
1953
+ "muster",
1954
+ 0
1955
+ ],
1956
+ [
1957
+ "result",
1958
+ "nonconformity",
1959
+ 0
1960
+ ],
1961
+ [
1962
+ "muster",
1963
+ "property",
1964
+ 0
1965
+ ],
1966
+ [
1967
+ "object",
1968
+ "physical item",
1969
+ 1
1970
+ ],
1971
+ [
1972
+ "identifier",
1973
+ "identifier",
1974
+ 1
1975
+ ],
1976
+ [
1977
+ "occurrent",
1978
+ "labeling",
1979
+ 0
1980
+ ],
1981
+ [
1982
+ "inspection",
1983
+ "muster",
1984
+ 0
1985
+ ],
1986
+ [
1987
+ "measurement process",
1988
+ "intentional process",
1989
+ 0
1990
+ ],
1991
+ [
1992
+ "independentcontinuant",
1993
+ "specificallydependentcontinuant",
1994
+ 0
1995
+ ],
1996
+ [
1997
+ "monitoring",
1998
+ "inspection",
1999
+ 0
2000
+ ],
2001
+ [
2002
+ "spatiotemporalregion",
2003
+ "spatiotemporalregion",
2004
+ 1
2005
+ ],
2006
+ [
2007
+ "activity or event",
2008
+ "activity or event",
2009
+ 1
2010
+ ],
2011
+ [
2012
+ "continuant",
2013
+ "occurrent",
2014
+ 0
2015
+ ],
2016
+ [
2017
+ "qualitative attribute",
2018
+ "quantitative characteristic",
2019
+ 0
2020
+ ],
2021
+ [
2022
+ "zerodimensionaltemporalregion",
2023
+ "tool",
2024
+ 0
2025
+ ],
2026
+ [
2027
+ "temporalregion",
2028
+ "activity or event",
2029
+ 0
2030
+ ],
2031
+ [
2032
+ "result",
2033
+ "conformity",
2034
+ 0
2035
+ ],
2036
+ [
2037
+ "zerodimensionaltemporalregion",
2038
+ "onedimensionaltemporalregion",
2039
+ 0
2040
+ ],
2041
+ [
2042
+ "messmittel",
2043
+ "featurecatalog",
2044
+ 0
2045
+ ],
2046
+ [
2047
+ "continuant",
2048
+ "continuant",
2049
+ 1
2050
+ ],
2051
+ [
2052
+ "processboundary",
2053
+ "process",
2054
+ 0
2055
+ ],
2056
+ [
2057
+ "konformit\u00e4t",
2058
+ "konformit\u00e4t",
2059
+ 1
2060
+ ],
2061
+ [
2062
+ "spatialorientation",
2063
+ "spatialorientation",
2064
+ 1
2065
+ ],
2066
+ [
2067
+ "conformity",
2068
+ "failure categorie",
2069
+ 0
2070
+ ],
2071
+ [
2072
+ "relationalquality",
2073
+ "relationalquality",
2074
+ 1
2075
+ ],
2076
+ [
2077
+ "externe ressource",
2078
+ "mangel",
2079
+ 0
2080
+ ],
2081
+ [
2082
+ "capability",
2083
+ "continuantfiatboundary",
2084
+ 0
2085
+ ],
2086
+ [
2087
+ "qualitative attribute",
2088
+ "activity",
2089
+ 0
2090
+ ],
2091
+ [
2092
+ "inspectionequipment",
2093
+ "object",
2094
+ 0
2095
+ ],
2096
+ [
2097
+ "facility",
2098
+ "building",
2099
+ 1
2100
+ ],
2101
+ [
2102
+ "spatialposition",
2103
+ "spatialorientation",
2104
+ 0
2105
+ ],
2106
+ [
2107
+ "activity or event",
2108
+ "labeling",
2109
+ 0
2110
+ ],
2111
+ [
2112
+ "constructionprocedure",
2113
+ "propertystate",
2114
+ 0
2115
+ ],
2116
+ [
2117
+ "cartesianposition",
2118
+ "process",
2119
+ 0
2120
+ ],
2121
+ [
2122
+ "konformit\u00e4t",
2123
+ "fehler",
2124
+ 0
2125
+ ],
2126
+ [
2127
+ "propertystate",
2128
+ "constructionprocedure",
2129
+ 0
2130
+ ],
2131
+ [
2132
+ "pr\u00fcfungsmethode",
2133
+ "kostenmerkmalkatalog",
2134
+ 0
2135
+ ],
2136
+ [
2137
+ "activity or event",
2138
+ "spatiotemporalregion",
2139
+ 0
2140
+ ],
2141
+ [
2142
+ "disposition",
2143
+ "role",
2144
+ 0
2145
+ ],
2146
+ [
2147
+ "category",
2148
+ "category",
2149
+ 1
2150
+ ],
2151
+ [
2152
+ "quality characteristic",
2153
+ "ursache",
2154
+ 0
2155
+ ],
2156
+ [
2157
+ "conformity",
2158
+ "pr\u00fcfbescheinigung",
2159
+ 0
2160
+ ],
2161
+ [
2162
+ "nonconformity",
2163
+ "conformity",
2164
+ 0
2165
+ ],
2166
+ [
2167
+ "onedimensionaltemporalregion",
2168
+ "continuant",
2169
+ 0
2170
+ ],
2171
+ [
2172
+ "facility",
2173
+ "facility",
2174
+ 1
2175
+ ],
2176
+ [
2177
+ "conformity",
2178
+ "fehler",
2179
+ 0
2180
+ ],
2181
+ [
2182
+ "subject",
2183
+ "capability",
2184
+ 0
2185
+ ],
2186
+ [
2187
+ "quality",
2188
+ "spatialregion",
2189
+ 0
2190
+ ],
2191
+ [
2192
+ "inspection",
2193
+ "measurement",
2194
+ 0
2195
+ ],
2196
+ [
2197
+ "conformity",
2198
+ "noncompliance",
2199
+ 0
2200
+ ],
2201
+ [
2202
+ "pr\u00fcfbescheinigung",
2203
+ "externe ressource",
2204
+ 0
2205
+ ],
2206
+ [
2207
+ "nonconformity",
2208
+ "pr\u00fcfbescheinigung",
2209
+ 0
2210
+ ],
2211
+ [
2212
+ "schaden",
2213
+ "harm",
2214
+ 1
2215
+ ],
2216
+ [
2217
+ "continuant",
2218
+ "onedimensionaltemporalregion",
2219
+ 0
2220
+ ],
2221
+ [
2222
+ "externe ressource",
2223
+ "pr\u00fcfbescheinigung",
2224
+ 0
2225
+ ],
2226
+ [
2227
+ "image",
2228
+ "result",
2229
+ 0
2230
+ ],
2231
+ [
2232
+ "schaden",
2233
+ "fault",
2234
+ 0
2235
+ ],
2236
+ [
2237
+ "conformity",
2238
+ "compliance",
2239
+ 1
2240
+ ],
2241
+ [
2242
+ "externe ressource",
2243
+ "konformit\u00e4t",
2244
+ 0
2245
+ ],
2246
+ [
2247
+ "independentcontinuant",
2248
+ "disposition",
2249
+ 0
2250
+ ],
2251
+ [
2252
+ "characteristic",
2253
+ "characteristic",
2254
+ 1
2255
+ ],
2256
+ [
2257
+ "identifier",
2258
+ "category",
2259
+ 0
2260
+ ],
2261
+ [
2262
+ "observation",
2263
+ "specificallydependentcontinuant",
2264
+ 0
2265
+ ],
2266
+ [
2267
+ "object",
2268
+ "inspectionequipment",
2269
+ 0
2270
+ ],
2271
+ [
2272
+ "characteristic value",
2273
+ "review",
2274
+ 0
2275
+ ],
2276
+ [
2277
+ "fault",
2278
+ "damage",
2279
+ 0
2280
+ ],
2281
+ [
2282
+ "spatialregion",
2283
+ "quality",
2284
+ 0
2285
+ ],
2286
+ [
2287
+ "cartesianposition",
2288
+ "cartesianposition",
2289
+ 1
2290
+ ],
2291
+ [
2292
+ "defect",
2293
+ "mangel",
2294
+ 1
2295
+ ],
2296
+ [
2297
+ "result",
2298
+ "externe ressource",
2299
+ 0
2300
+ ],
2301
+ [
2302
+ "assessment",
2303
+ "assessment",
2304
+ 1
2305
+ ],
2306
+ [
2307
+ "review",
2308
+ "monitoring",
2309
+ 0
2310
+ ],
2311
+ [
2312
+ "compliance",
2313
+ "konformit\u00e4t",
2314
+ 1
2315
+ ],
2316
+ [
2317
+ "constraint",
2318
+ "constraint",
2319
+ 1
2320
+ ],
2321
+ [
2322
+ "materialentity",
2323
+ "measurement process",
2324
+ 0
2325
+ ],
2326
+ [
2327
+ "characteristic",
2328
+ "defect",
2329
+ 0
2330
+ ],
2331
+ [
2332
+ "defect",
2333
+ "fault",
2334
+ 1
2335
+ ],
2336
+ [
2337
+ "quantitative characteristic",
2338
+ "measurable attribute",
2339
+ 1
2340
+ ],
2341
+ [
2342
+ "building",
2343
+ "object",
2344
+ 0
2345
+ ],
2346
+ [
2347
+ "monitoring",
2348
+ "review",
2349
+ 0
2350
+ ],
2351
+ [
2352
+ "spatialregion",
2353
+ "site",
2354
+ 0
2355
+ ],
2356
+ [
2357
+ "occurrent",
2358
+ "entity",
2359
+ 0
2360
+ ],
2361
+ [
2362
+ "review",
2363
+ "characteristic value",
2364
+ 0
2365
+ ],
2366
+ [
2367
+ "capability",
2368
+ "subject",
2369
+ 0
2370
+ ],
2371
+ [
2372
+ "harm",
2373
+ "schaden",
2374
+ 1
2375
+ ],
2376
+ [
2377
+ "propertystate",
2378
+ "muster",
2379
+ 0
2380
+ ],
2381
+ [
2382
+ "compliance",
2383
+ "image",
2384
+ 0
2385
+ ],
2386
+ [
2387
+ "review",
2388
+ "test",
2389
+ 0
2390
+ ],
2391
+ [
2392
+ "adjustment process",
2393
+ "independentcontinuant",
2394
+ 0
2395
+ ],
2396
+ [
2397
+ "occurrent",
2398
+ "processboundary",
2399
+ 0
2400
+ ],
2401
+ [
2402
+ "quality characteristic",
2403
+ "measurable attribute",
2404
+ 0
2405
+ ],
2406
+ [
2407
+ "realizableentity",
2408
+ "buildingunit",
2409
+ 0
2410
+ ],
2411
+ [
2412
+ "materialentity",
2413
+ "independentcontinuant",
2414
+ 0
2415
+ ],
2416
+ [
2417
+ "disposition",
2418
+ "spatiotemporalregion",
2419
+ 0
2420
+ ],
2421
+ [
2422
+ "constructionprocedure",
2423
+ "zeitmerkmalkatalog",
2424
+ 0
2425
+ ],
2426
+ [
2427
+ "messmittel",
2428
+ "messmittel",
2429
+ 1
2430
+ ],
2431
+ [
2432
+ "evaluation",
2433
+ "determination",
2434
+ 0
2435
+ ],
2436
+ [
2437
+ "noncompliance",
2438
+ "pr\u00fcfbescheinigung",
2439
+ 0
2440
+ ],
2441
+ [
2442
+ "category",
2443
+ "geodeticposition",
2444
+ 0
2445
+ ],
2446
+ [
2447
+ "physical item",
2448
+ "physical item",
2449
+ 1
2450
+ ],
2451
+ [
2452
+ "process",
2453
+ "cartesianposition",
2454
+ 0
2455
+ ],
2456
+ [
2457
+ "damage",
2458
+ "harm",
2459
+ 1
2460
+ ],
2461
+ [
2462
+ "documentation",
2463
+ "record",
2464
+ 1
2465
+ ],
2466
+ [
2467
+ "pr\u00fcfbescheinigung",
2468
+ "compliance",
2469
+ 0
2470
+ ],
2471
+ [
2472
+ "nonconformity",
2473
+ "video",
2474
+ 0
2475
+ ],
2476
+ [
2477
+ "defect",
2478
+ "schaden",
2479
+ 0
2480
+ ],
2481
+ [
2482
+ "onedimensionaltemporalregion",
2483
+ "site",
2484
+ 0
2485
+ ],
2486
+ [
2487
+ "occurrent",
2488
+ "occurrent",
2489
+ 1
2490
+ ],
2491
+ [
2492
+ "kostenmerkmalkatalog",
2493
+ "zeitmerkmalkatalog",
2494
+ 0
2495
+ ],
2496
+ [
2497
+ "compliance",
2498
+ "pr\u00fcfbescheinigung",
2499
+ 0
2500
+ ],
2501
+ [
2502
+ "quantitative characteristic",
2503
+ "qualitative attribute",
2504
+ 0
2505
+ ],
2506
+ [
2507
+ "qualitative attribute",
2508
+ "qualitative characteristic",
2509
+ 1
2510
+ ],
2511
+ [
2512
+ "aufzeichnung",
2513
+ "test",
2514
+ 0
2515
+ ],
2516
+ [
2517
+ "intentional process",
2518
+ "adjustment process",
2519
+ 0
2520
+ ],
2521
+ [
2522
+ "adjustment process",
2523
+ "observation",
2524
+ 0
2525
+ ],
2526
+ [
2527
+ "quality characteristic",
2528
+ "quantitative characteristic",
2529
+ 0
2530
+ ],
2531
+ [
2532
+ "spatialregion",
2533
+ "spatialregion",
2534
+ 1
2535
+ ],
2536
+ [
2537
+ "kostenmerkmalkatalog",
2538
+ "pr\u00fcfungsmethode",
2539
+ 0
2540
+ ],
2541
+ [
2542
+ "continuant",
2543
+ "tool",
2544
+ 0
2545
+ ],
2546
+ [
2547
+ "continuantfiatboundary",
2548
+ "continuantfiatboundary",
2549
+ 1
2550
+ ],
2551
+ [
2552
+ "noncompliance",
2553
+ "nonconformity",
2554
+ 1
2555
+ ],
2556
+ [
2557
+ "spatiotemporalregion",
2558
+ "disposition",
2559
+ 0
2560
+ ],
2561
+ [
2562
+ "spatiotemporalregion",
2563
+ "process",
2564
+ 0
2565
+ ],
2566
+ [
2567
+ "record",
2568
+ "record",
2569
+ 1
2570
+ ],
2571
+ [
2572
+ "plan",
2573
+ "characteristic value",
2574
+ 0
2575
+ ],
2576
+ [
2577
+ "damage",
2578
+ "damage",
2579
+ 1
2580
+ ],
2581
+ [
2582
+ "pr\u00fcfbescheinigung",
2583
+ "image",
2584
+ 0
2585
+ ],
2586
+ [
2587
+ "fehler",
2588
+ "nonconformity",
2589
+ 1
2590
+ ],
2591
+ [
2592
+ "result",
2593
+ "result",
2594
+ 1
2595
+ ],
2596
+ [
2597
+ "equipment",
2598
+ "continuantfiatboundary",
2599
+ 0
2600
+ ],
2601
+ [
2602
+ "noncompliance",
2603
+ "image",
2604
+ 0
2605
+ ],
2606
+ [
2607
+ "aufzeichnung",
2608
+ "evaluation",
2609
+ 1
2610
+ ],
2611
+ [
2612
+ "plan",
2613
+ "messmittel",
2614
+ 0
2615
+ ],
2616
+ [
2617
+ "fehlermerkmalskatalog",
2618
+ "aufzeichnung",
2619
+ 0
2620
+ ],
2621
+ [
2622
+ "buildingunit",
2623
+ "buildingunit",
2624
+ 1
2625
+ ],
2626
+ [
2627
+ "video",
2628
+ "video",
2629
+ 1
2630
+ ],
2631
+ [
2632
+ "geodeticposition",
2633
+ "geodeticposition",
2634
+ 1
2635
+ ],
2636
+ [
2637
+ "pr\u00fcfbescheinigung",
2638
+ "conformity",
2639
+ 0
2640
+ ],
2641
+ [
2642
+ "temporalregion",
2643
+ "processboundary",
2644
+ 0
2645
+ ],
2646
+ [
2647
+ "compliance",
2648
+ "nonconformity",
2649
+ 0
2650
+ ],
2651
+ [
2652
+ "process",
2653
+ "temporalregion",
2654
+ 0
2655
+ ],
2656
+ [
2657
+ "video",
2658
+ "result",
2659
+ 0
2660
+ ],
2661
+ [
2662
+ "property",
2663
+ "actual characteristic value",
2664
+ 0
2665
+ ],
2666
+ [
2667
+ "ursache",
2668
+ "ursache",
2669
+ 1
2670
+ ],
2671
+ [
2672
+ "fault",
2673
+ "defect",
2674
+ 1
2675
+ ],
2676
+ [
2677
+ "evaluation",
2678
+ "evaluation",
2679
+ 1
2680
+ ],
2681
+ [
2682
+ "ursache",
2683
+ "kostenmerkmalkatalog",
2684
+ 0
2685
+ ],
2686
+ [
2687
+ "process",
2688
+ "relationalquality",
2689
+ 0
2690
+ ],
2691
+ [
2692
+ "fehler",
2693
+ "pr\u00fcfbescheinigung",
2694
+ 0
2695
+ ],
2696
+ [
2697
+ "determination",
2698
+ "determination",
2699
+ 1
2700
+ ],
2701
+ [
2702
+ "constraint",
2703
+ "resourcerole",
2704
+ 0
2705
+ ],
2706
+ [
2707
+ "constructionprocedure",
2708
+ "constructionprocedure",
2709
+ 1
2710
+ ],
2711
+ [
2712
+ "tool",
2713
+ "building",
2714
+ 0
2715
+ ],
2716
+ [
2717
+ "fault",
2718
+ "schaden",
2719
+ 0
2720
+ ],
2721
+ [
2722
+ "measurable attribute",
2723
+ "activity",
2724
+ 0
2725
+ ],
2726
+ [
2727
+ "konformit\u00e4t",
2728
+ "externe ressource",
2729
+ 0
2730
+ ],
2731
+ [
2732
+ "zeitmerkmalkatalog",
2733
+ "featurecatalog",
2734
+ 0
2735
+ ],
2736
+ [
2737
+ "role",
2738
+ "facility",
2739
+ 0
2740
+ ],
2741
+ [
2742
+ "activity",
2743
+ "intentional process",
2744
+ 1
2745
+ ],
2746
+ [
2747
+ "kostenmerkmalkatalog",
2748
+ "kostenmerkmalkatalog",
2749
+ 1
2750
+ ],
2751
+ [
2752
+ "intentional process",
2753
+ "activity",
2754
+ 1
2755
+ ],
2756
+ [
2757
+ "measurement process",
2758
+ "activity",
2759
+ 0
2760
+ ],
2761
+ [
2762
+ "cartesianposition",
2763
+ "geodeticposition",
2764
+ 0
2765
+ ],
2766
+ [
2767
+ "image",
2768
+ "image",
2769
+ 1
2770
+ ],
2771
+ [
2772
+ "role",
2773
+ "realizableentity",
2774
+ 0
2775
+ ],
2776
+ [
2777
+ "specificallydependentcontinuant",
2778
+ "specificallydependentcontinuant",
2779
+ 1
2780
+ ],
2781
+ [
2782
+ "noncompliance",
2783
+ "fehler",
2784
+ 1
2785
+ ],
2786
+ [
2787
+ "qualitative characteristic",
2788
+ "quality characteristic",
2789
+ 1
2790
+ ],
2791
+ [
2792
+ "test",
2793
+ "beurteilung des fortschritts",
2794
+ 0
2795
+ ],
2796
+ [
2797
+ "spatialposition",
2798
+ "spatialextent",
2799
+ 0
2800
+ ],
2801
+ [
2802
+ "inspection",
2803
+ "inspection",
2804
+ 1
2805
+ ],
2806
+ [
2807
+ "building",
2808
+ "building",
2809
+ 1
2810
+ ],
2811
+ [
2812
+ "nonconformity",
2813
+ "noncompliance",
2814
+ 1
2815
+ ],
2816
+ [
2817
+ "image",
2818
+ "video",
2819
+ 0
2820
+ ],
2821
+ [
2822
+ "pr\u00fcfbescheinigung",
2823
+ "fehler",
2824
+ 0
2825
+ ],
2826
+ [
2827
+ "video",
2828
+ "image",
2829
+ 0
2830
+ ],
2831
+ [
2832
+ "spatialregion",
2833
+ "continuantfiatboundary",
2834
+ 0
2835
+ ],
2836
+ [
2837
+ "site",
2838
+ "site",
2839
+ 1
2840
+ ],
2841
+ [
2842
+ "resourcerole",
2843
+ "process",
2844
+ 0
2845
+ ],
2846
+ [
2847
+ "temporalregion",
2848
+ "spatiotemporalregion",
2849
+ 0
2850
+ ],
2851
+ [
2852
+ " corpus_info ",
2853
+ " corpus_info ",
2854
+ 1
2855
+ ],
2856
+ [
2857
+ "determination",
2858
+ "evaluation",
2859
+ 0
2860
+ ],
2861
+ [
2862
+ "noncompliance",
2863
+ "featurecatalog",
2864
+ 0
2865
+ ],
2866
+ [
2867
+ "entity",
2868
+ "occurrent",
2869
+ 0
2870
+ ],
2871
+ [
2872
+ "plan",
2873
+ "defect",
2874
+ 0
2875
+ ],
2876
+ [
2877
+ "timeinstant",
2878
+ "relationalquality",
2879
+ 0
2880
+ ],
2881
+ [
2882
+ "temporalregion",
2883
+ "process",
2884
+ 0
2885
+ ],
2886
+ [
2887
+ "occurrent",
2888
+ "zerodimensionaltemporalregion",
2889
+ 0
2890
+ ],
2891
+ [
2892
+ "review",
2893
+ "beurteilung des fortschritts",
2894
+ 0
2895
+ ],
2896
+ [
2897
+ "observation",
2898
+ "intentional process",
2899
+ 0
2900
+ ],
2901
+ [
2902
+ "measurement",
2903
+ "monitoring",
2904
+ 0
2905
+ ],
2906
+ [
2907
+ "image",
2908
+ "externe ressource",
2909
+ 0
2910
+ ],
2911
+ [
2912
+ "occurrent",
2913
+ "kostenmerkmalkatalog",
2914
+ 0
2915
+ ],
2916
+ [
2917
+ "pr\u00fcfbescheinigung",
2918
+ "pr\u00fcfbescheinigung",
2919
+ 1
2920
+ ],
2921
+ [
2922
+ "mangel",
2923
+ "process type",
2924
+ 0
2925
+ ],
2926
+ [
2927
+ "activity or event",
2928
+ "processboundary",
2929
+ 0
2930
+ ],
2931
+ [
2932
+ "video",
2933
+ "conformity",
2934
+ 0
2935
+ ],
2936
+ [
2937
+ "fehler",
2938
+ "noncompliance",
2939
+ 1
2940
+ ],
2941
+ [
2942
+ "intentional process",
2943
+ "resourcerole",
2944
+ 0
2945
+ ],
2946
+ [
2947
+ "object",
2948
+ "building",
2949
+ 0
2950
+ ],
2951
+ [
2952
+ "conformity",
2953
+ "externe ressource",
2954
+ 0
2955
+ ],
2956
+ [
2957
+ "object",
2958
+ "qualitative characteristic",
2959
+ 0
2960
+ ],
2961
+ [
2962
+ "compliance",
2963
+ "compliance",
2964
+ 1
2965
+ ],
2966
+ [
2967
+ "group",
2968
+ "group",
2969
+ 1
2970
+ ],
2971
+ [
2972
+ "video",
2973
+ "compliance",
2974
+ 0
2975
+ ],
2976
+ [
2977
+ "continuantfiatboundary",
2978
+ "occurrent",
2979
+ 0
2980
+ ],
2981
+ [
2982
+ "zerodimensionaltemporalregion",
2983
+ "spatiotemporalregion",
2984
+ 0
2985
+ ],
2986
+ [
2987
+ "pr\u00fcfanweisung",
2988
+ "monitoring",
2989
+ 0
2990
+ ],
2991
+ [
2992
+ "video",
2993
+ "nonconformity",
2994
+ 0
2995
+ ],
2996
+ [
2997
+ "group",
2998
+ "occurrent",
2999
+ 0
3000
+ ],
3001
+ [
3002
+ "fehler",
3003
+ "compliance",
3004
+ 0
3005
+ ],
3006
+ [
3007
+ "harm",
3008
+ "failure categorie",
3009
+ 0
3010
+ ],
3011
+ [
3012
+ "independentcontinuant",
3013
+ "adjustment process",
3014
+ 0
3015
+ ],
3016
+ [
3017
+ "aufzeichnung",
3018
+ "aufzeichnung",
3019
+ 1
3020
+ ],
3021
+ [
3022
+ "resourcerole",
3023
+ "location",
3024
+ 0
3025
+ ],
3026
+ [
3027
+ "processboundary",
3028
+ "physical item",
3029
+ 0
3030
+ ],
3031
+ [
3032
+ "location",
3033
+ "resourcerole",
3034
+ 0
3035
+ ],
3036
+ [
3037
+ "messmittel",
3038
+ "inspectionequipment",
3039
+ 0
3040
+ ],
3041
+ [
3042
+ "facility",
3043
+ "tool",
3044
+ 0
3045
+ ],
3046
+ [
3047
+ "pr\u00fcfanweisung",
3048
+ "result",
3049
+ 0
3050
+ ],
3051
+ [
3052
+ "pr\u00fcfbescheinigung",
3053
+ "failure categorie",
3054
+ 0
3055
+ ],
3056
+ [
3057
+ "aufzeichnung",
3058
+ "fehlermerkmalskatalog",
3059
+ 0
3060
+ ],
3061
+ [
3062
+ "occurrent",
3063
+ "group",
3064
+ 0
3065
+ ],
3066
+ [
3067
+ "evaluation",
3068
+ "assessment",
3069
+ 1
3070
+ ],
3071
+ [
3072
+ "buildingunit",
3073
+ "capability",
3074
+ 0
3075
+ ],
3076
+ [
3077
+ "failure categorie",
3078
+ "harm",
3079
+ 0
3080
+ ],
3081
+ [
3082
+ "schaden",
3083
+ "schaden",
3084
+ 1
3085
+ ],
3086
+ [
3087
+ "activity",
3088
+ "actuation",
3089
+ 0
3090
+ ],
3091
+ [
3092
+ "noncompliance",
3093
+ "noncompliance",
3094
+ 1
3095
+ ],
3096
+ [
3097
+ "subject",
3098
+ "subject",
3099
+ 1
3100
+ ],
3101
+ [
3102
+ "fault",
3103
+ "fault",
3104
+ 1
3105
+ ],
3106
+ [
3107
+ "propertystate",
3108
+ "property",
3109
+ 0
3110
+ ],
3111
+ [
3112
+ "facility",
3113
+ "equipment",
3114
+ 0
3115
+ ],
3116
+ [
3117
+ "result",
3118
+ "compliance",
3119
+ 0
3120
+ ],
3121
+ [
3122
+ "continuantfiatboundary",
3123
+ "capability",
3124
+ 0
3125
+ ],
3126
+ [
3127
+ "fehler",
3128
+ "image",
3129
+ 0
3130
+ ],
3131
+ [
3132
+ "resourcerole",
3133
+ "intentional process",
3134
+ 0
3135
+ ],
3136
+ [
3137
+ "property",
3138
+ "characteristic",
3139
+ 1
3140
+ ],
3141
+ [
3142
+ "physical item",
3143
+ "processboundary",
3144
+ 0
3145
+ ],
3146
+ [
3147
+ "quality",
3148
+ "quality",
3149
+ 1
3150
+ ],
3151
+ [
3152
+ "pr\u00fcfbescheinigung",
3153
+ "noncompliance",
3154
+ 0
3155
+ ],
3156
+ [
3157
+ "process",
3158
+ "processboundary",
3159
+ 0
3160
+ ],
3161
+ [
3162
+ "occurrent",
3163
+ "spatialorientation",
3164
+ 0
3165
+ ],
3166
+ [
3167
+ "conformity",
3168
+ "nonconformity",
3169
+ 0
3170
+ ],
3171
+ [
3172
+ "actuation",
3173
+ "adjustment process",
3174
+ 1
3175
+ ],
3176
+ [
3177
+ "tool",
3178
+ "continuant",
3179
+ 0
3180
+ ],
3181
+ [
3182
+ "observation",
3183
+ "activity",
3184
+ 0
3185
+ ],
3186
+ [
3187
+ "konformit\u00e4t",
3188
+ "result",
3189
+ 0
3190
+ ],
3191
+ [
3192
+ "characteristic value",
3193
+ "plan",
3194
+ 0
3195
+ ],
3196
+ [
3197
+ "test",
3198
+ "test",
3199
+ 1
3200
+ ],
3201
+ [
3202
+ "review",
3203
+ "inspection",
3204
+ 0
3205
+ ],
3206
+ [
3207
+ "labeling",
3208
+ "category",
3209
+ 0
3210
+ ],
3211
+ [
3212
+ "test",
3213
+ "aufzeichnung",
3214
+ 0
3215
+ ],
3216
+ [
3217
+ "featurecatalog",
3218
+ "featurecatalog",
3219
+ 1
3220
+ ],
3221
+ [
3222
+ "actuation",
3223
+ "intentional process",
3224
+ 0
3225
+ ],
3226
+ [
3227
+ "beurteilung des fortschritts",
3228
+ "fault",
3229
+ 0
3230
+ ],
3231
+ [
3232
+ "continuantfiatboundary",
3233
+ "equipment",
3234
+ 0
3235
+ ],
3236
+ [
3237
+ "result",
3238
+ "noncompliance",
3239
+ 0
3240
+ ],
3241
+ [
3242
+ "temporalregion",
3243
+ "temporalregion",
3244
+ 1
3245
+ ],
3246
+ [
3247
+ "physical item",
3248
+ "object",
3249
+ 1
3250
+ ],
3251
+ [
3252
+ "pr\u00fcfbescheinigung",
3253
+ "result",
3254
+ 0
3255
+ ],
3256
+ [
3257
+ "procedure",
3258
+ "compliance",
3259
+ 0
3260
+ ],
3261
+ [
3262
+ "compliance",
3263
+ "procedure",
3264
+ 0
3265
+ ],
3266
+ [
3267
+ "property",
3268
+ "beurteilung des fortschritts",
3269
+ 0
3270
+ ],
3271
+ [
3272
+ "messmittel",
3273
+ "plan",
3274
+ 0
3275
+ ],
3276
+ [
3277
+ "characteristic",
3278
+ "property",
3279
+ 1
3280
+ ],
3281
+ [
3282
+ "video",
3283
+ "externe ressource",
3284
+ 0
3285
+ ],
3286
+ [
3287
+ "quality characteristic",
3288
+ "process type",
3289
+ 0
3290
+ ],
3291
+ [
3292
+ "tool",
3293
+ "facility",
3294
+ 0
3295
+ ],
3296
+ [
3297
+ "externe ressource",
3298
+ "measurement",
3299
+ 0
3300
+ ],
3301
+ [
3302
+ "harm",
3303
+ "mangel",
3304
+ 0
3305
+ ],
3306
+ [
3307
+ "relationalquality",
3308
+ "labeling",
3309
+ 0
3310
+ ],
3311
+ [
3312
+ "defect",
3313
+ "damage",
3314
+ 0
3315
+ ],
3316
+ [
3317
+ "process",
3318
+ "specificallydependentcontinuant",
3319
+ 0
3320
+ ],
3321
+ [
3322
+ "result",
3323
+ "video",
3324
+ 0
3325
+ ],
3326
+ [
3327
+ "intentional process",
3328
+ "measurement process",
3329
+ 0
3330
+ ],
3331
+ [
3332
+ "documentation",
3333
+ "documentation",
3334
+ 1
3335
+ ],
3336
+ [
3337
+ "realizableentity",
3338
+ "role",
3339
+ 0
3340
+ ],
3341
+ [
3342
+ "measurement process",
3343
+ "materialentity",
3344
+ 0
3345
+ ],
3346
+ [
3347
+ "equipment",
3348
+ "tool",
3349
+ 1
3350
+ ],
3351
+ [
3352
+ "capability",
3353
+ "identifier",
3354
+ 0
3355
+ ],
3356
+ [
3357
+ "quality characteristic",
3358
+ "qualitative attribute",
3359
+ 1
3360
+ ],
3361
+ [
3362
+ "site",
3363
+ "spatialextent",
3364
+ 0
3365
+ ],
3366
+ [
3367
+ "zeitmerkmalkatalog",
3368
+ "fehlermerkmalskatalog",
3369
+ 0
3370
+ ],
3371
+ [
3372
+ "review",
3373
+ "review",
3374
+ 1
3375
+ ],
3376
+ [
3377
+ "processboundary",
3378
+ "processboundary",
3379
+ 1
3380
+ ],
3381
+ [
3382
+ "spatialextent",
3383
+ "spatialextent",
3384
+ 1
3385
+ ],
3386
+ [
3387
+ "qualitative attribute",
3388
+ "qualitative attribute",
3389
+ 1
3390
+ ],
3391
+ [
3392
+ "assessment",
3393
+ "aufzeichnung",
3394
+ 1
3395
+ ],
3396
+ [
3397
+ "specificallydependentcontinuant",
3398
+ "immaterialentity",
3399
+ 0
3400
+ ],
3401
+ [
3402
+ "immaterialentity",
3403
+ "activity",
3404
+ 0
3405
+ ],
3406
+ [
3407
+ "quantitative characteristic",
3408
+ "quality characteristic",
3409
+ 0
3410
+ ],
3411
+ [
3412
+ "cartesianposition",
3413
+ "object",
3414
+ 0
3415
+ ],
3416
+ [
3417
+ "actual characteristic value",
3418
+ "actual characteristic value",
3419
+ 1
3420
+ ],
3421
+ [
3422
+ "schaden",
3423
+ "damage",
3424
+ 1
3425
+ ],
3426
+ [
3427
+ "inspector",
3428
+ "characteristic value",
3429
+ 0
3430
+ ],
3431
+ [
3432
+ "result",
3433
+ "procedure",
3434
+ 0
3435
+ ],
3436
+ [
3437
+ "object",
3438
+ "cartesianposition",
3439
+ 0
3440
+ ],
3441
+ [
3442
+ "fehler",
3443
+ "video",
3444
+ 0
3445
+ ],
3446
+ [
3447
+ "nonconformity",
3448
+ "konformit\u00e4t",
3449
+ 0
3450
+ ],
3451
+ [
3452
+ "continuant",
3453
+ "physical item",
3454
+ 0
3455
+ ],
3456
+ [
3457
+ "measurement process",
3458
+ "adjustment process",
3459
+ 0
3460
+ ],
3461
+ [
3462
+ "fehler",
3463
+ "konformit\u00e4t",
3464
+ 0
3465
+ ],
3466
+ [
3467
+ "adjustment process",
3468
+ "measurement process",
3469
+ 0
3470
+ ],
3471
+ [
3472
+ "kostenmerkmalkatalog",
3473
+ "occurrent",
3474
+ 0
3475
+ ],
3476
+ [
3477
+ "image",
3478
+ "fehler",
3479
+ 0
3480
+ ],
3481
+ [
3482
+ "konformit\u00e4t",
3483
+ "conformity",
3484
+ 1
3485
+ ],
3486
+ [
3487
+ "independentcontinuant",
3488
+ "independentcontinuant",
3489
+ 1
3490
+ ],
3491
+ [
3492
+ "pr\u00fcfungsmethode",
3493
+ "constructionprocedure",
3494
+ 0
3495
+ ],
3496
+ [
3497
+ "site",
3498
+ "onedimensionaltemporalregion",
3499
+ 0
3500
+ ],
3501
+ [
3502
+ "evaluation",
3503
+ "featurestate",
3504
+ 0
3505
+ ],
3506
+ [
3507
+ "quantitative characteristic",
3508
+ "quantitative characteristic",
3509
+ 1
3510
+ ],
3511
+ [
3512
+ "noncompliance",
3513
+ "konformit\u00e4t",
3514
+ 0
3515
+ ],
3516
+ [
3517
+ "occurrent",
3518
+ "physical item",
3519
+ 0
3520
+ ],
3521
+ [
3522
+ "nonconformity",
3523
+ "externe ressource",
3524
+ 0
3525
+ ],
3526
+ [
3527
+ "konformit\u00e4t",
3528
+ "nonconformity",
3529
+ 0
3530
+ ],
3531
+ [
3532
+ "spatialposition",
3533
+ "spatialregion",
3534
+ 0
3535
+ ],
3536
+ [
3537
+ "occurrent",
3538
+ "continuant",
3539
+ 0
3540
+ ],
3541
+ [
3542
+ "physical item",
3543
+ "group",
3544
+ 0
3545
+ ],
3546
+ [
3547
+ "spatialquality",
3548
+ "labeling",
3549
+ 0
3550
+ ],
3551
+ [
3552
+ "process",
3553
+ "process",
3554
+ 1
3555
+ ],
3556
+ [
3557
+ "noncompliance",
3558
+ "externe ressource",
3559
+ 0
3560
+ ],
3561
+ [
3562
+ "buildingunit",
3563
+ "realizableentity",
3564
+ 0
3565
+ ],
3566
+ [
3567
+ "documentation",
3568
+ "schaden",
3569
+ 0
3570
+ ],
3571
+ [
3572
+ "activity",
3573
+ "measurement process",
3574
+ 0
3575
+ ],
3576
+ [
3577
+ "qualitative characteristic",
3578
+ "quantitative characteristic",
3579
+ 0
3580
+ ],
3581
+ [
3582
+ "procedure",
3583
+ "result",
3584
+ 0
3585
+ ],
3586
+ [
3587
+ "spatialposition",
3588
+ "spatialposition",
3589
+ 1
3590
+ ],
3591
+ [
3592
+ "defect",
3593
+ "defect",
3594
+ 1
3595
+ ],
3596
+ [
3597
+ "mangel",
3598
+ "harm",
3599
+ 0
3600
+ ],
3601
+ [
3602
+ "measurement",
3603
+ "damage",
3604
+ 0
3605
+ ],
3606
+ [
3607
+ "review",
3608
+ "measurement",
3609
+ 0
3610
+ ],
3611
+ [
3612
+ "beurteilung des fortschritts",
3613
+ "beurteilung des fortschritts",
3614
+ 1
3615
+ ],
3616
+ [
3617
+ "monitoring",
3618
+ "monitoring",
3619
+ 1
3620
+ ],
3621
+ [
3622
+ "relationalquality",
3623
+ "spatialquality",
3624
+ 0
3625
+ ],
3626
+ [
3627
+ "noncompliance",
3628
+ "compliance",
3629
+ 0
3630
+ ],
3631
+ [
3632
+ "continuant",
3633
+ "group",
3634
+ 0
3635
+ ],
3636
+ [
3637
+ "spatialorientation",
3638
+ "spatialposition",
3639
+ 0
3640
+ ],
3641
+ [
3642
+ "labeling",
3643
+ "relationalquality",
3644
+ 0
3645
+ ],
3646
+ [
3647
+ "beurteilung des fortschritts",
3648
+ "object",
3649
+ 0
3650
+ ],
3651
+ [
3652
+ "defect",
3653
+ "characteristic",
3654
+ 0
3655
+ ],
3656
+ [
3657
+ "tool",
3658
+ "zerodimensionaltemporalregion",
3659
+ 0
3660
+ ],
3661
+ [
3662
+ "beurteilung des fortschritts",
3663
+ "inspection",
3664
+ 0
3665
+ ],
3666
+ [
3667
+ "procedure",
3668
+ "procedure",
3669
+ 1
3670
+ ],
3671
+ [
3672
+ "characteristic value",
3673
+ "characteristic value",
3674
+ 1
3675
+ ],
3676
+ [
3677
+ "activity",
3678
+ "qualitative attribute",
3679
+ 0
3680
+ ],
3681
+ [
3682
+ "test",
3683
+ "inspection",
3684
+ 0
3685
+ ],
3686
+ [
3687
+ "activity or event",
3688
+ "temporalregion",
3689
+ 0
3690
+ ],
3691
+ [
3692
+ "image",
3693
+ "nonconformity",
3694
+ 0
3695
+ ],
3696
+ [
3697
+ "specificallydependentcontinuant",
3698
+ "observation",
3699
+ 0
3700
+ ],
3701
+ [
3702
+ "relationalquality",
3703
+ "timeinstant",
3704
+ 0
3705
+ ],
3706
+ [
3707
+ "kostenmerkmalkatalog",
3708
+ "ursache",
3709
+ 0
3710
+ ],
3711
+ [
3712
+ "cartesianposition",
3713
+ "actuation",
3714
+ 0
3715
+ ],
3716
+ [
3717
+ "pr\u00fcfbescheinigung",
3718
+ "nonconformity",
3719
+ 0
3720
+ ],
3721
+ [
3722
+ "qualitative characteristic",
3723
+ "qualitative attribute",
3724
+ 1
3725
+ ],
3726
+ [
3727
+ "fault",
3728
+ "harm",
3729
+ 0
3730
+ ],
3731
+ [
3732
+ "processboundary",
3733
+ "occurrent",
3734
+ 0
3735
+ ],
3736
+ [
3737
+ "inspectionequipment",
3738
+ "inspectionequipment",
3739
+ 1
3740
+ ],
3741
+ [
3742
+ "object",
3743
+ "group",
3744
+ 0
3745
+ ],
3746
+ [
3747
+ "building",
3748
+ "facility",
3749
+ 1
3750
+ ],
3751
+ [
3752
+ "fault",
3753
+ "beurteilung des fortschritts",
3754
+ 0
3755
+ ],
3756
+ [
3757
+ "harm",
3758
+ "defect",
3759
+ 0
3760
+ ],
3761
+ [
3762
+ "process",
3763
+ "measurement process",
3764
+ 0
3765
+ ],
3766
+ [
3767
+ "externe ressource",
3768
+ "image",
3769
+ 0
3770
+ ],
3771
+ [
3772
+ "actuation",
3773
+ "measurement process",
3774
+ 0
3775
+ ],
3776
+ [
3777
+ "image",
3778
+ "compliance",
3779
+ 0
3780
+ ],
3781
+ [
3782
+ "test",
3783
+ "review",
3784
+ 0
3785
+ ],
3786
+ [
3787
+ "inspectionequipment",
3788
+ "messmittel",
3789
+ 0
3790
+ ],
3791
+ [
3792
+ "defect",
3793
+ "plan",
3794
+ 0
3795
+ ],
3796
+ [
3797
+ "conformity",
3798
+ "video",
3799
+ 0
3800
+ ],
3801
+ [
3802
+ "measurable attribute",
3803
+ "measurable attribute",
3804
+ 1
3805
+ ],
3806
+ [
3807
+ "inspection",
3808
+ "beurteilung des fortschritts",
3809
+ 0
3810
+ ],
3811
+ [
3812
+ "spatialextent",
3813
+ "site",
3814
+ 0
3815
+ ],
3816
+ [
3817
+ "realizableentity",
3818
+ "quality",
3819
+ 0
3820
+ ],
3821
+ [
3822
+ "geodeticposition",
3823
+ "property",
3824
+ 0
3825
+ ],
3826
+ [
3827
+ "conformity",
3828
+ "image",
3829
+ 0
3830
+ ],
3831
+ [
3832
+ "category",
3833
+ "labeling",
3834
+ 0
3835
+ ],
3836
+ [
3837
+ "zerodimensionaltemporalregion",
3838
+ "zerodimensionaltemporalregion",
3839
+ 1
3840
+ ],
3841
+ [
3842
+ "location",
3843
+ "location",
3844
+ 1
3845
+ ],
3846
+ [
3847
+ "tool",
3848
+ "equipment",
3849
+ 1
3850
+ ],
3851
+ [
3852
+ "immaterialentity",
3853
+ "immaterialentity",
3854
+ 1
3855
+ ],
3856
+ [
3857
+ "process type",
3858
+ "quality characteristic",
3859
+ 0
3860
+ ],
3861
+ [
3862
+ "measurable attribute",
3863
+ "qualitative characteristic",
3864
+ 0
3865
+ ],
3866
+ [
3867
+ "konformit\u00e4t",
3868
+ "compliance",
3869
+ 1
3870
+ ],
3871
+ [
3872
+ "property",
3873
+ "quantitative characteristic",
3874
+ 0
3875
+ ],
3876
+ [
3877
+ "image",
3878
+ "konformit\u00e4t",
3879
+ 0
3880
+ ],
3881
+ [
3882
+ "timeinstant",
3883
+ "timeinstant",
3884
+ 1
3885
+ ],
3886
+ [
3887
+ "property",
3888
+ "geodeticposition",
3889
+ 0
3890
+ ],
3891
+ [
3892
+ "timeinterval",
3893
+ "timeinterval",
3894
+ 1
3895
+ ],
3896
+ [
3897
+ "conformity",
3898
+ "result",
3899
+ 0
3900
+ ],
3901
+ [
3902
+ "equipment",
3903
+ "building",
3904
+ 0
3905
+ ],
3906
+ [
3907
+ "property",
3908
+ "measurable attribute",
3909
+ 0
3910
+ ],
3911
+ [
3912
+ "actuation",
3913
+ "spatialregion",
3914
+ 0
3915
+ ],
3916
+ [
3917
+ "image",
3918
+ "noncompliance",
3919
+ 0
3920
+ ],
3921
+ [
3922
+ "realizableentity",
3923
+ "realizableentity",
3924
+ 1
3925
+ ],
3926
+ [
3927
+ "quantitative characteristic",
3928
+ "property",
3929
+ 0
3930
+ ],
3931
+ [
3932
+ "featurecatalog",
3933
+ "noncompliance",
3934
+ 0
3935
+ ],
3936
+ [
3937
+ "process",
3938
+ "activity or event",
3939
+ 1
3940
+ ],
3941
+ [
3942
+ "damage",
3943
+ "mangel",
3944
+ 0
3945
+ ],
3946
+ [
3947
+ "beurteilung des fortschritts",
3948
+ "monitoring",
3949
+ 0
3950
+ ],
3951
+ [
3952
+ "fehlermerkmalskatalog",
3953
+ "kostenmerkmalkatalog",
3954
+ 0
3955
+ ],
3956
+ [
3957
+ "specificallydependentcontinuant",
3958
+ "process",
3959
+ 0
3960
+ ],
3961
+ [
3962
+ "measurement",
3963
+ "test",
3964
+ 0
3965
+ ],
3966
+ [
3967
+ "quantitative characteristic",
3968
+ "qualitative characteristic",
3969
+ 0
3970
+ ],
3971
+ [
3972
+ "harm",
3973
+ "fault",
3974
+ 0
3975
+ ],
3976
+ [
3977
+ "nonconformity",
3978
+ "nonconformity",
3979
+ 1
3980
+ ],
3981
+ [
3982
+ "inspection",
3983
+ "monitoring",
3984
+ 0
3985
+ ],
3986
+ [
3987
+ "spatiotemporalregion",
3988
+ "processboundary",
3989
+ 0
3990
+ ],
3991
+ [
3992
+ "spatialquality",
3993
+ "spatialquality",
3994
+ 1
3995
+ ],
3996
+ [
3997
+ "measurable attribute",
3998
+ "property",
3999
+ 0
4000
+ ],
4001
+ [
4002
+ "process type",
4003
+ "procedure",
4004
+ 1
4005
+ ],
4006
+ [
4007
+ "externe ressource",
4008
+ "fehler",
4009
+ 0
4010
+ ],
4011
+ [
4012
+ "role",
4013
+ "role",
4014
+ 1
4015
+ ],
4016
+ [
4017
+ "measurement process",
4018
+ "actuation",
4019
+ 0
4020
+ ],
4021
+ [
4022
+ "featurestate",
4023
+ "evaluation",
4024
+ 0
4025
+ ],
4026
+ [
4027
+ "muster",
4028
+ "muster",
4029
+ 1
4030
+ ],
4031
+ [
4032
+ "qualitative characteristic",
4033
+ "object",
4034
+ 0
4035
+ ],
4036
+ [
4037
+ "konformit\u00e4t",
4038
+ "image",
4039
+ 0
4040
+ ],
4041
+ [
4042
+ "immaterialentity",
4043
+ "specificallydependentcontinuant",
4044
+ 0
4045
+ ],
4046
+ [
4047
+ "timeinterval",
4048
+ "immaterialentity",
4049
+ 0
4050
+ ],
4051
+ [
4052
+ "result",
4053
+ "image",
4054
+ 0
4055
+ ],
4056
+ [
4057
+ "failure categorie",
4058
+ "conformity",
4059
+ 0
4060
+ ],
4061
+ [
4062
+ "damage",
4063
+ "schaden",
4064
+ 1
4065
+ ],
4066
+ [
4067
+ "harm",
4068
+ "damage",
4069
+ 1
4070
+ ],
4071
+ [
4072
+ "plan",
4073
+ "plan",
4074
+ 1
4075
+ ],
4076
+ [
4077
+ "spatialextent",
4078
+ "spatialposition",
4079
+ 0
4080
+ ],
4081
+ [
4082
+ "fehler",
4083
+ "conformity",
4084
+ 0
4085
+ ],
4086
+ [
4087
+ "fault",
4088
+ "mangel",
4089
+ 1
4090
+ ],
4091
+ [
4092
+ "compliance",
4093
+ "externe ressource",
4094
+ 0
4095
+ ],
4096
+ [
4097
+ "immaterialentity",
4098
+ "timeinterval",
4099
+ 0
4100
+ ],
4101
+ [
4102
+ "record",
4103
+ "test",
4104
+ 0
4105
+ ],
4106
+ [
4107
+ "fehlermerkmalskatalog",
4108
+ "zeitmerkmalkatalog",
4109
+ 0
4110
+ ],
4111
+ [
4112
+ "zerodimensionaltemporalregion",
4113
+ "occurrent",
4114
+ 0
4115
+ ],
4116
+ [
4117
+ "kostenmerkmalkatalog",
4118
+ "fehlermerkmalskatalog",
4119
+ 0
4120
+ ],
4121
+ [
4122
+ "actual characteristic value",
4123
+ "result",
4124
+ 0
4125
+ ],
4126
+ [
4127
+ "defect",
4128
+ "fehler",
4129
+ 0
4130
+ ],
4131
+ [
4132
+ "kostenmerkmalkatalog",
4133
+ "result",
4134
+ 0
4135
+ ],
4136
+ [
4137
+ "measurable attribute",
4138
+ "quantitative characteristic",
4139
+ 1
4140
+ ],
4141
+ [
4142
+ "video",
4143
+ "noncompliance",
4144
+ 0
4145
+ ],
4146
+ [
4147
+ "activity",
4148
+ "failure categorie",
4149
+ 0
4150
+ ],
4151
+ [
4152
+ "property",
4153
+ "propertystate",
4154
+ 0
4155
+ ],
4156
+ [
4157
+ "compliance",
4158
+ "noncompliance",
4159
+ 0
4160
+ ],
4161
+ [
4162
+ "failure categorie",
4163
+ "pr\u00fcfbescheinigung",
4164
+ 0
4165
+ ],
4166
+ [
4167
+ "compliance",
4168
+ "conformity",
4169
+ 1
4170
+ ],
4171
+ [
4172
+ "labeling",
4173
+ "activity or event",
4174
+ 0
4175
+ ],
4176
+ [
4177
+ "beurteilung des fortschritts",
4178
+ "measurement",
4179
+ 0
4180
+ ],
4181
+ [
4182
+ "conformity",
4183
+ "konformit\u00e4t",
4184
+ 1
4185
+ ],
4186
+ [
4187
+ "nonconformity",
4188
+ "compliance",
4189
+ 0
4190
+ ],
4191
+ [
4192
+ "spatialregion",
4193
+ "actuation",
4194
+ 0
4195
+ ],
4196
+ [
4197
+ "observation",
4198
+ "measurement process",
4199
+ 1
4200
+ ],
4201
+ [
4202
+ "procedure",
4203
+ "process type",
4204
+ 1
4205
+ ],
4206
+ [
4207
+ "measurable attribute",
4208
+ "quality characteristic",
4209
+ 0
4210
+ ],
4211
+ [
4212
+ "actual characteristic value",
4213
+ "assessment",
4214
+ 0
4215
+ ],
4216
+ [
4217
+ "geodeticposition",
4218
+ "cartesianposition",
4219
+ 0
4220
+ ],
4221
+ [
4222
+ "activity",
4223
+ "adjustment process",
4224
+ 0
4225
+ ],
4226
+ [
4227
+ "adjustment process",
4228
+ "adjustment process",
4229
+ 1
4230
+ ],
4231
+ [
4232
+ "muster",
4233
+ "equipment",
4234
+ 0
4235
+ ],
4236
+ [
4237
+ "disposition",
4238
+ "disposition",
4239
+ 1
4240
+ ],
4241
+ [
4242
+ "measurement process",
4243
+ "measurement process",
4244
+ 1
4245
+ ],
4246
+ [
4247
+ "monitoring",
4248
+ "beurteilung des fortschritts",
4249
+ 0
4250
+ ],
4251
+ [
4252
+ "mangel",
4253
+ "externe ressource",
4254
+ 0
4255
+ ],
4256
+ [
4257
+ "fehler",
4258
+ "result",
4259
+ 0
4260
+ ],
4261
+ [
4262
+ "result",
4263
+ "pr\u00fcfanweisung",
4264
+ 0
4265
+ ],
4266
+ [
4267
+ "specificallydependentcontinuant",
4268
+ "independentcontinuant",
4269
+ 0
4270
+ ],
4271
+ [
4272
+ "immaterialentity",
4273
+ "independentcontinuant",
4274
+ 0
4275
+ ],
4276
+ [
4277
+ "beurteilung des fortschritts",
4278
+ "review",
4279
+ 0
4280
+ ],
4281
+ [
4282
+ "immaterialentity",
4283
+ "group",
4284
+ 0
4285
+ ],
4286
+ [
4287
+ "konformit\u00e4t",
4288
+ "plan",
4289
+ 0
4290
+ ],
4291
+ [
4292
+ "observation",
4293
+ "observation",
4294
+ 1
4295
+ ],
4296
+ [
4297
+ "noncompliance",
4298
+ "conformity",
4299
+ 0
4300
+ ],
4301
+ [
4302
+ "inspection",
4303
+ "review",
4304
+ 0
4305
+ ],
4306
+ [
4307
+ "qualitative characteristic",
4308
+ "measurable attribute",
4309
+ 0
4310
+ ],
4311
+ [
4312
+ "noncompliance",
4313
+ "video",
4314
+ 0
4315
+ ],
4316
+ [
4317
+ "mangel",
4318
+ "damage",
4319
+ 0
4320
+ ],
4321
+ [
4322
+ "monitoring",
4323
+ "measurement",
4324
+ 0
4325
+ ],
4326
+ [
4327
+ "quantitative characteristic",
4328
+ "characteristic value",
4329
+ 0
4330
+ ],
4331
+ [
4332
+ "category",
4333
+ "identifier",
4334
+ 0
4335
+ ],
4336
+ [
4337
+ "fehler",
4338
+ "defect",
4339
+ 0
4340
+ ],
4341
+ [
4342
+ "measurement process",
4343
+ "process",
4344
+ 0
4345
+ ],
4346
+ [
4347
+ "measurement",
4348
+ "beurteilung des fortschritts",
4349
+ 0
4350
+ ],
4351
+ [
4352
+ "capability",
4353
+ "capability",
4354
+ 1
4355
+ ],
4356
+ [
4357
+ "defect",
4358
+ "test",
4359
+ 0
4360
+ ],
4361
+ [
4362
+ "konformit\u00e4t",
4363
+ "video",
4364
+ 0
4365
+ ],
4366
+ [
4367
+ "measurable attribute",
4368
+ "qualitative attribute",
4369
+ 0
4370
+ ],
4371
+ [
4372
+ "qualitative characteristic",
4373
+ "qualitative characteristic",
4374
+ 1
4375
+ ],
4376
+ [
4377
+ "result",
4378
+ "konformit\u00e4t",
4379
+ 0
4380
+ ],
4381
+ [
4382
+ "zeitmerkmalkatalog",
4383
+ "kostenmerkmalkatalog",
4384
+ 0
4385
+ ],
4386
+ [
4387
+ "identifier",
4388
+ "capability",
4389
+ 0
4390
+ ],
4391
+ [
4392
+ "activity",
4393
+ "measurable attribute",
4394
+ 0
4395
+ ],
4396
+ [
4397
+ "actuation",
4398
+ "observation",
4399
+ 0
4400
+ ],
4401
+ [
4402
+ "muster",
4403
+ "inspection",
4404
+ 0
4405
+ ],
4406
+ [
4407
+ "tool",
4408
+ "tool",
4409
+ 1
4410
+ ],
4411
+ [
4412
+ "failure categorie",
4413
+ "failure categorie",
4414
+ 1
4415
+ ],
4416
+ [
4417
+ "result",
4418
+ "pr\u00fcfbescheinigung",
4419
+ 0
4420
+ ],
4421
+ [
4422
+ "property",
4423
+ "muster",
4424
+ 0
4425
+ ],
4426
+ [
4427
+ "actuation",
4428
+ "actuation",
4429
+ 1
4430
+ ],
4431
+ [
4432
+ "inspection",
4433
+ "test",
4434
+ 0
4435
+ ],
4436
+ [
4437
+ "ursache",
4438
+ "image",
4439
+ 0
4440
+ ],
4441
+ [
4442
+ "disposition",
4443
+ "independentcontinuant",
4444
+ 0
4445
+ ],
4446
+ [
4447
+ "plan",
4448
+ "konformit\u00e4t",
4449
+ 0
4450
+ ],
4451
+ [
4452
+ "result",
4453
+ "actual characteristic value",
4454
+ 0
4455
+ ],
4456
+ [
4457
+ "fehlermerkmalskatalog",
4458
+ "fehlermerkmalskatalog",
4459
+ 1
4460
+ ],
4461
+ [
4462
+ "entity",
4463
+ "entity",
4464
+ 1
4465
+ ],
4466
+ [
4467
+ "equipment",
4468
+ "equipment",
4469
+ 1
4470
+ ],
4471
+ [
4472
+ "ursache",
4473
+ "quality characteristic",
4474
+ 0
4475
+ ],
4476
+ [
4477
+ "nonconformity",
4478
+ "fehler",
4479
+ 1
4480
+ ],
4481
+ [
4482
+ "resourcerole",
4483
+ "constraint",
4484
+ 0
4485
+ ],
4486
+ [
4487
+ "characteristic value",
4488
+ "inspector",
4489
+ 0
4490
+ ],
4491
+ [
4492
+ "harm",
4493
+ "harm",
4494
+ 1
4495
+ ],
4496
+ [
4497
+ "konformit\u00e4t",
4498
+ "pr\u00fcfbescheinigung",
4499
+ 0
4500
+ ],
4501
+ [
4502
+ "capability",
4503
+ "buildingunit",
4504
+ 0
4505
+ ],
4506
+ [
4507
+ "intentional process",
4508
+ "observation",
4509
+ 0
4510
+ ],
4511
+ [
4512
+ "intentional process",
4513
+ "intentional process",
4514
+ 1
4515
+ ],
4516
+ [
4517
+ "labeling",
4518
+ "occurrent",
4519
+ 0
4520
+ ],
4521
+ [
4522
+ "externe ressource",
4523
+ "result",
4524
+ 0
4525
+ ],
4526
+ [
4527
+ "result",
4528
+ "kostenmerkmalkatalog",
4529
+ 0
4530
+ ],
4531
+ [
4532
+ "aufzeichnung",
4533
+ "assessment",
4534
+ 1
4535
+ ],
4536
+ [
4537
+ "nonconformity",
4538
+ "image",
4539
+ 0
4540
+ ],
4541
+ [
4542
+ "spatialextent",
4543
+ "spatialorientation",
4544
+ 0
4545
+ ],
4546
+ [
4547
+ "measurement",
4548
+ "measurement",
4549
+ 1
4550
+ ],
4551
+ [
4552
+ "record",
4553
+ "documentation",
4554
+ 1
4555
+ ]
4556
+ ],
4557
+ "val": []
4558
+ }
ResultsOCQA_DiCon/ocqatest/fine-tune.data/ss.info ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ data sizes before merging and duplicates removal ...
2
+ io_train: 288
3
+ io_train_ids: 532
4
+ co_train: 0, co_val: 0 co_test: 0
5
+ generate semi-supervised data files with following sizes ...
6
+ train: 288
7
+ train+: 622
8
+ val: 0
9
+ test: 0
ResultsOCQA_DiCon/ocqatest/fine-tune.data/us.data.json ADDED
@@ -0,0 +1,4846 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "test": [],
3
+ "train": [
4
+ [
5
+ "fehler",
6
+ "video",
7
+ 0
8
+ ],
9
+ [
10
+ "observation",
11
+ "measurement process",
12
+ 1
13
+ ],
14
+ [
15
+ "geodeticposition",
16
+ "cartesianposition",
17
+ 0
18
+ ],
19
+ [
20
+ "quantitative characteristic",
21
+ "qualitative attribute",
22
+ 0
23
+ ],
24
+ [
25
+ "evaluation",
26
+ "aufzeichnung",
27
+ 1
28
+ ],
29
+ [
30
+ "nonconformity",
31
+ "externe ressource",
32
+ 0
33
+ ],
34
+ [
35
+ "qualitative attribute",
36
+ "activity",
37
+ 0
38
+ ],
39
+ [
40
+ "nonconformity",
41
+ "noncompliance",
42
+ 1
43
+ ],
44
+ [
45
+ "cartesianposition",
46
+ "process",
47
+ 0
48
+ ],
49
+ [
50
+ "review",
51
+ "monitoring",
52
+ 0
53
+ ],
54
+ [
55
+ "actuation",
56
+ "adjustment process",
57
+ 1
58
+ ],
59
+ [
60
+ "occurrent",
61
+ "processboundary",
62
+ 0
63
+ ],
64
+ [
65
+ "aufzeichnung",
66
+ "fehlermerkmalskatalog",
67
+ 0
68
+ ],
69
+ [
70
+ "test",
71
+ "aufzeichnung",
72
+ 0
73
+ ],
74
+ [
75
+ "activity",
76
+ "immaterialentity",
77
+ 0
78
+ ],
79
+ [
80
+ "result",
81
+ "image",
82
+ 0
83
+ ],
84
+ [
85
+ "noncompliance",
86
+ "compliance",
87
+ 0
88
+ ],
89
+ [
90
+ "adjustment process",
91
+ "measurement process",
92
+ 0
93
+ ],
94
+ [
95
+ "damage",
96
+ "harm",
97
+ 1
98
+ ],
99
+ [
100
+ "image",
101
+ "noncompliance",
102
+ 0
103
+ ],
104
+ [
105
+ "noncompliance",
106
+ "nonconformity",
107
+ 1
108
+ ],
109
+ [
110
+ "temporalregion",
111
+ "process",
112
+ 0
113
+ ],
114
+ [
115
+ "spatiotemporalregion",
116
+ "processboundary",
117
+ 0
118
+ ],
119
+ [
120
+ "role",
121
+ "disposition",
122
+ 0
123
+ ],
124
+ [
125
+ "defect",
126
+ "mangel",
127
+ 1
128
+ ],
129
+ [
130
+ "object",
131
+ "qualitative characteristic",
132
+ 0
133
+ ],
134
+ [
135
+ "mangel",
136
+ "schaden",
137
+ 0
138
+ ],
139
+ [
140
+ "harm",
141
+ "schaden",
142
+ 1
143
+ ],
144
+ [
145
+ "zerodimensionaltemporalregion",
146
+ "onedimensionaltemporalregion",
147
+ 0
148
+ ],
149
+ [
150
+ "group",
151
+ "object",
152
+ 0
153
+ ],
154
+ [
155
+ "spatiotemporalregion",
156
+ "activity or event",
157
+ 0
158
+ ],
159
+ [
160
+ "spatialorientation",
161
+ "occurrent",
162
+ 0
163
+ ],
164
+ [
165
+ "externe ressource",
166
+ "image",
167
+ 0
168
+ ],
169
+ [
170
+ "object",
171
+ "physical item",
172
+ 1
173
+ ],
174
+ [
175
+ "assessment",
176
+ "actual characteristic value",
177
+ 0
178
+ ],
179
+ [
180
+ "actuation",
181
+ "cartesianposition",
182
+ 0
183
+ ],
184
+ [
185
+ "image",
186
+ "video",
187
+ 0
188
+ ],
189
+ [
190
+ "group",
191
+ "occurrent",
192
+ 0
193
+ ],
194
+ [
195
+ "continuant",
196
+ "object",
197
+ 0
198
+ ],
199
+ [
200
+ "continuant",
201
+ "onedimensionaltemporalregion",
202
+ 0
203
+ ],
204
+ [
205
+ "quantitative characteristic",
206
+ "measurable attribute",
207
+ 1
208
+ ],
209
+ [
210
+ "zerodimensionaltemporalregion",
211
+ "occurrent",
212
+ 0
213
+ ],
214
+ [
215
+ "constructionprocedure",
216
+ "propertystate",
217
+ 0
218
+ ],
219
+ [
220
+ "fehler",
221
+ "nonconformity",
222
+ 1
223
+ ],
224
+ [
225
+ "resourcerole",
226
+ "constraint",
227
+ 0
228
+ ],
229
+ [
230
+ "realizableentity",
231
+ "role",
232
+ 0
233
+ ],
234
+ [
235
+ "cartesianposition",
236
+ "actuation",
237
+ 0
238
+ ],
239
+ [
240
+ "fault",
241
+ "damage",
242
+ 0
243
+ ],
244
+ [
245
+ "facility",
246
+ "building",
247
+ 1
248
+ ],
249
+ [
250
+ "group",
251
+ "physical item",
252
+ 0
253
+ ],
254
+ [
255
+ "building",
256
+ "object",
257
+ 0
258
+ ],
259
+ [
260
+ "noncompliance",
261
+ "image",
262
+ 0
263
+ ],
264
+ [
265
+ "process",
266
+ "temporalregion",
267
+ 0
268
+ ],
269
+ [
270
+ "image",
271
+ "ursache",
272
+ 0
273
+ ],
274
+ [
275
+ "externe ressource",
276
+ "conformity",
277
+ 0
278
+ ],
279
+ [
280
+ "konformit\u00e4t",
281
+ "compliance",
282
+ 1
283
+ ],
284
+ [
285
+ "process",
286
+ "activity or event",
287
+ 1
288
+ ],
289
+ [
290
+ "characteristic value",
291
+ "review",
292
+ 0
293
+ ],
294
+ [
295
+ "schaden",
296
+ "harm",
297
+ 1
298
+ ],
299
+ [
300
+ "result",
301
+ "video",
302
+ 0
303
+ ],
304
+ [
305
+ "site",
306
+ "continuantfiatboundary",
307
+ 0
308
+ ],
309
+ [
310
+ "monitoring",
311
+ "review",
312
+ 0
313
+ ],
314
+ [
315
+ "quantitative characteristic",
316
+ "qualitative characteristic",
317
+ 0
318
+ ],
319
+ [
320
+ "intentional process",
321
+ "activity",
322
+ 1
323
+ ],
324
+ [
325
+ "damage",
326
+ "schaden",
327
+ 1
328
+ ],
329
+ [
330
+ "konformit\u00e4t",
331
+ "image",
332
+ 0
333
+ ],
334
+ [
335
+ "mangel",
336
+ "process type",
337
+ 0
338
+ ],
339
+ [
340
+ "noncompliance",
341
+ "fehler",
342
+ 1
343
+ ],
344
+ [
345
+ "spatialextent",
346
+ "site",
347
+ 0
348
+ ],
349
+ [
350
+ "conformity",
351
+ "konformit\u00e4t",
352
+ 1
353
+ ],
354
+ [
355
+ "plan",
356
+ "defect",
357
+ 0
358
+ ],
359
+ [
360
+ "equipment",
361
+ "muster",
362
+ 0
363
+ ],
364
+ [
365
+ "harm",
366
+ "damage",
367
+ 1
368
+ ],
369
+ [
370
+ "externe ressource",
371
+ "result",
372
+ 0
373
+ ],
374
+ [
375
+ "object",
376
+ "building",
377
+ 0
378
+ ],
379
+ [
380
+ "zeitmerkmalkatalog",
381
+ "featurecatalog",
382
+ 0
383
+ ],
384
+ [
385
+ "occurrent",
386
+ "continuantfiatboundary",
387
+ 0
388
+ ],
389
+ [
390
+ "property",
391
+ "propertystate",
392
+ 0
393
+ ],
394
+ [
395
+ "intentional process",
396
+ "actuation",
397
+ 0
398
+ ],
399
+ [
400
+ "noncompliance",
401
+ "externe ressource",
402
+ 0
403
+ ],
404
+ [
405
+ "externe ressource",
406
+ "nonconformity",
407
+ 0
408
+ ],
409
+ [
410
+ "occurrent",
411
+ "zerodimensionaltemporalregion",
412
+ 0
413
+ ],
414
+ [
415
+ "result",
416
+ "konformit\u00e4t",
417
+ 0
418
+ ],
419
+ [
420
+ "kostenmerkmalkatalog",
421
+ "fehlermerkmalskatalog",
422
+ 0
423
+ ],
424
+ [
425
+ "constructionprocedure",
426
+ "pr\u00fcfungsmethode",
427
+ 0
428
+ ],
429
+ [
430
+ "featurecatalog",
431
+ "zeitmerkmalkatalog",
432
+ 0
433
+ ],
434
+ [
435
+ "characteristic",
436
+ "property",
437
+ 1
438
+ ],
439
+ [
440
+ "test",
441
+ "review",
442
+ 0
443
+ ],
444
+ [
445
+ "measurement",
446
+ "inspection",
447
+ 0
448
+ ],
449
+ [
450
+ "noncompliance",
451
+ "result",
452
+ 0
453
+ ],
454
+ [
455
+ "ursache",
456
+ "kostenmerkmalkatalog",
457
+ 0
458
+ ],
459
+ [
460
+ "image",
461
+ "konformit\u00e4t",
462
+ 0
463
+ ],
464
+ [
465
+ "spatialregion",
466
+ "quality",
467
+ 0
468
+ ],
469
+ [
470
+ "actuation",
471
+ "observation",
472
+ 0
473
+ ],
474
+ [
475
+ "property",
476
+ "beurteilung des fortschritts",
477
+ 0
478
+ ],
479
+ [
480
+ "spatialextent",
481
+ "spatialorientation",
482
+ 0
483
+ ],
484
+ [
485
+ "qualitative attribute",
486
+ "quantitative characteristic",
487
+ 0
488
+ ],
489
+ [
490
+ "measurement process",
491
+ "observation",
492
+ 1
493
+ ],
494
+ [
495
+ "review",
496
+ "characteristic value",
497
+ 0
498
+ ],
499
+ [
500
+ "monitoring",
501
+ "test",
502
+ 0
503
+ ],
504
+ [
505
+ "geodeticposition",
506
+ "category",
507
+ 0
508
+ ],
509
+ [
510
+ "measurement",
511
+ "monitoring",
512
+ 0
513
+ ],
514
+ [
515
+ "damage",
516
+ "measurement",
517
+ 0
518
+ ],
519
+ [
520
+ "messmittel",
521
+ "plan",
522
+ 0
523
+ ],
524
+ [
525
+ "equipment",
526
+ "facility",
527
+ 0
528
+ ],
529
+ [
530
+ "nonconformity",
531
+ "konformit\u00e4t",
532
+ 0
533
+ ],
534
+ [
535
+ "physical item",
536
+ "continuant",
537
+ 0
538
+ ],
539
+ [
540
+ "characteristic",
541
+ "defect",
542
+ 0
543
+ ],
544
+ [
545
+ "role",
546
+ "facility",
547
+ 0
548
+ ],
549
+ [
550
+ "object",
551
+ "group",
552
+ 0
553
+ ],
554
+ [
555
+ "facility",
556
+ "equipment",
557
+ 0
558
+ ],
559
+ [
560
+ "noncompliance",
561
+ "conformity",
562
+ 0
563
+ ],
564
+ [
565
+ "propertystate",
566
+ "muster",
567
+ 0
568
+ ],
569
+ [
570
+ "independentcontinuant",
571
+ "specificallydependentcontinuant",
572
+ 0
573
+ ],
574
+ [
575
+ "process",
576
+ "specificallydependentcontinuant",
577
+ 0
578
+ ],
579
+ [
580
+ "activity or event",
581
+ "processboundary",
582
+ 0
583
+ ],
584
+ [
585
+ "plan",
586
+ "konformit\u00e4t",
587
+ 0
588
+ ],
589
+ [
590
+ "adjustment process",
591
+ "actuation",
592
+ 1
593
+ ],
594
+ [
595
+ "muster",
596
+ "equipment",
597
+ 0
598
+ ],
599
+ [
600
+ "conformity",
601
+ "compliance",
602
+ 1
603
+ ],
604
+ [
605
+ "physical item",
606
+ "group",
607
+ 0
608
+ ],
609
+ [
610
+ "spatialquality",
611
+ "relationalquality",
612
+ 0
613
+ ],
614
+ [
615
+ "realizableentity",
616
+ "process",
617
+ 0
618
+ ],
619
+ [
620
+ "externe ressource",
621
+ "video",
622
+ 0
623
+ ],
624
+ [
625
+ "mangel",
626
+ "defect",
627
+ 1
628
+ ],
629
+ [
630
+ "quality characteristic",
631
+ "qualitative characteristic",
632
+ 1
633
+ ],
634
+ [
635
+ "process",
636
+ "spatiotemporalregion",
637
+ 0
638
+ ],
639
+ [
640
+ "procedure",
641
+ "result",
642
+ 0
643
+ ],
644
+ [
645
+ "physical item",
646
+ "object",
647
+ 1
648
+ ],
649
+ [
650
+ "tool",
651
+ "zerodimensionaltemporalregion",
652
+ 0
653
+ ],
654
+ [
655
+ "konformit\u00e4t",
656
+ "noncompliance",
657
+ 0
658
+ ],
659
+ [
660
+ "qualitative characteristic",
661
+ "measurable attribute",
662
+ 0
663
+ ],
664
+ [
665
+ "konformit\u00e4t",
666
+ "video",
667
+ 0
668
+ ],
669
+ [
670
+ "noncompliance",
671
+ "featurecatalog",
672
+ 0
673
+ ],
674
+ [
675
+ "property",
676
+ "measurable attribute",
677
+ 0
678
+ ],
679
+ [
680
+ "defect",
681
+ "fault",
682
+ 1
683
+ ],
684
+ [
685
+ "fault",
686
+ "harm",
687
+ 0
688
+ ],
689
+ [
690
+ "tool",
691
+ "equipment",
692
+ 1
693
+ ],
694
+ [
695
+ "mangel",
696
+ "fault",
697
+ 1
698
+ ],
699
+ [
700
+ "compliance",
701
+ "konformit\u00e4t",
702
+ 1
703
+ ],
704
+ [
705
+ "equipment",
706
+ "tool",
707
+ 1
708
+ ],
709
+ [
710
+ "fault",
711
+ "mangel",
712
+ 1
713
+ ],
714
+ [
715
+ "measurable attribute",
716
+ "property",
717
+ 0
718
+ ],
719
+ [
720
+ "pr\u00fcfanweisung",
721
+ "result",
722
+ 0
723
+ ],
724
+ [
725
+ "beurteilung des fortschritts",
726
+ "monitoring",
727
+ 0
728
+ ],
729
+ [
730
+ "konformit\u00e4t",
731
+ "result",
732
+ 0
733
+ ],
734
+ [
735
+ "failure categorie",
736
+ "harm",
737
+ 0
738
+ ],
739
+ [
740
+ "labeling",
741
+ "category",
742
+ 0
743
+ ],
744
+ [
745
+ "capability",
746
+ "subject",
747
+ 0
748
+ ],
749
+ [
750
+ "measurable attribute",
751
+ "quality characteristic",
752
+ 0
753
+ ],
754
+ [
755
+ "plan",
756
+ "messmittel",
757
+ 0
758
+ ],
759
+ [
760
+ "continuantfiatboundary",
761
+ "occurrent",
762
+ 0
763
+ ],
764
+ [
765
+ "adjustment process",
766
+ "independentcontinuant",
767
+ 0
768
+ ],
769
+ [
770
+ "noncompliance",
771
+ "video",
772
+ 0
773
+ ],
774
+ [
775
+ "object",
776
+ "cartesianposition",
777
+ 0
778
+ ],
779
+ [
780
+ "result",
781
+ "compliance",
782
+ 0
783
+ ],
784
+ [
785
+ "occurrent",
786
+ "physical item",
787
+ 0
788
+ ],
789
+ [
790
+ "defect",
791
+ "damage",
792
+ 0
793
+ ],
794
+ [
795
+ "onedimensionaltemporalregion",
796
+ "zerodimensionaltemporalregion",
797
+ 0
798
+ ],
799
+ [
800
+ "record",
801
+ "test",
802
+ 0
803
+ ],
804
+ [
805
+ "video",
806
+ "result",
807
+ 0
808
+ ],
809
+ [
810
+ "aufzeichnung",
811
+ "assessment",
812
+ 1
813
+ ],
814
+ [
815
+ "fault",
816
+ "defect",
817
+ 1
818
+ ],
819
+ [
820
+ "labeling",
821
+ "spatialquality",
822
+ 0
823
+ ],
824
+ [
825
+ "schaden",
826
+ "documentation",
827
+ 0
828
+ ],
829
+ [
830
+ "pr\u00fcfbescheinigung",
831
+ "nonconformity",
832
+ 0
833
+ ],
834
+ [
835
+ "zeitmerkmalkatalog",
836
+ "constructionprocedure",
837
+ 0
838
+ ],
839
+ [
840
+ "featurecatalog",
841
+ "noncompliance",
842
+ 0
843
+ ],
844
+ [
845
+ "actual characteristic value",
846
+ "property",
847
+ 0
848
+ ],
849
+ [
850
+ "externe ressource",
851
+ "pr\u00fcfbescheinigung",
852
+ 0
853
+ ],
854
+ [
855
+ "observation",
856
+ "specificallydependentcontinuant",
857
+ 0
858
+ ],
859
+ [
860
+ "qualitative attribute",
861
+ "measurable attribute",
862
+ 0
863
+ ],
864
+ [
865
+ "specificallydependentcontinuant",
866
+ "immaterialentity",
867
+ 0
868
+ ],
869
+ [
870
+ "site",
871
+ "spatialextent",
872
+ 0
873
+ ],
874
+ [
875
+ "result",
876
+ "noncompliance",
877
+ 0
878
+ ],
879
+ [
880
+ "compliance",
881
+ "conformity",
882
+ 1
883
+ ],
884
+ [
885
+ "materialentity",
886
+ "independentcontinuant",
887
+ 0
888
+ ],
889
+ [
890
+ "pr\u00fcfungsmethode",
891
+ "constructionprocedure",
892
+ 0
893
+ ],
894
+ [
895
+ "nonconformity",
896
+ "result",
897
+ 0
898
+ ],
899
+ [
900
+ "processboundary",
901
+ "occurrent",
902
+ 0
903
+ ],
904
+ [
905
+ "facility",
906
+ "tool",
907
+ 0
908
+ ],
909
+ [
910
+ "aufzeichnung",
911
+ "test",
912
+ 0
913
+ ],
914
+ [
915
+ "fault",
916
+ "beurteilung des fortschritts",
917
+ 0
918
+ ],
919
+ [
920
+ "result",
921
+ "fehler",
922
+ 0
923
+ ],
924
+ [
925
+ "conformity",
926
+ "image",
927
+ 0
928
+ ],
929
+ [
930
+ "specificallydependentcontinuant",
931
+ "observation",
932
+ 0
933
+ ],
934
+ [
935
+ "nonconformity",
936
+ "video",
937
+ 0
938
+ ],
939
+ [
940
+ "test",
941
+ "defect",
942
+ 0
943
+ ],
944
+ [
945
+ "evaluation",
946
+ "featurestate",
947
+ 0
948
+ ],
949
+ [
950
+ "measurement process",
951
+ "activity",
952
+ 0
953
+ ],
954
+ [
955
+ "property",
956
+ "muster",
957
+ 0
958
+ ],
959
+ [
960
+ "schaden",
961
+ "damage",
962
+ 1
963
+ ],
964
+ [
965
+ "quality characteristic",
966
+ "process type",
967
+ 0
968
+ ],
969
+ [
970
+ "conformity",
971
+ "externe ressource",
972
+ 0
973
+ ],
974
+ [
975
+ "relationalquality",
976
+ "labeling",
977
+ 0
978
+ ],
979
+ [
980
+ "tool",
981
+ "continuant",
982
+ 0
983
+ ],
984
+ [
985
+ "process",
986
+ "relationalquality",
987
+ 0
988
+ ],
989
+ [
990
+ "inspectionequipment",
991
+ "messmittel",
992
+ 0
993
+ ],
994
+ [
995
+ "qualitative attribute",
996
+ "quality characteristic",
997
+ 1
998
+ ],
999
+ [
1000
+ "activity",
1001
+ "failure categorie",
1002
+ 0
1003
+ ],
1004
+ [
1005
+ "zeitmerkmalkatalog",
1006
+ "fehlermerkmalskatalog",
1007
+ 0
1008
+ ],
1009
+ [
1010
+ "konformit\u00e4t",
1011
+ "fehler",
1012
+ 0
1013
+ ],
1014
+ [
1015
+ "quantitative characteristic",
1016
+ "characteristic value",
1017
+ 0
1018
+ ],
1019
+ [
1020
+ "activity",
1021
+ "intentional process",
1022
+ 1
1023
+ ],
1024
+ [
1025
+ "activity",
1026
+ "qualitative attribute",
1027
+ 0
1028
+ ],
1029
+ [
1030
+ "pr\u00fcfbescheinigung",
1031
+ "compliance",
1032
+ 0
1033
+ ],
1034
+ [
1035
+ "qualitative attribute",
1036
+ "qualitative characteristic",
1037
+ 1
1038
+ ],
1039
+ [
1040
+ "fehlermerkmalskatalog",
1041
+ "aufzeichnung",
1042
+ 0
1043
+ ],
1044
+ [
1045
+ "capability",
1046
+ "continuantfiatboundary",
1047
+ 0
1048
+ ],
1049
+ [
1050
+ "location",
1051
+ "resourcerole",
1052
+ 0
1053
+ ],
1054
+ [
1055
+ "result",
1056
+ "conformity",
1057
+ 0
1058
+ ],
1059
+ [
1060
+ "characteristic value",
1061
+ "plan",
1062
+ 0
1063
+ ],
1064
+ [
1065
+ "nonconformity",
1066
+ "fehler",
1067
+ 1
1068
+ ],
1069
+ [
1070
+ "property",
1071
+ "characteristic",
1072
+ 1
1073
+ ],
1074
+ [
1075
+ "continuant",
1076
+ "group",
1077
+ 0
1078
+ ],
1079
+ [
1080
+ "temporalregion",
1081
+ "processboundary",
1082
+ 0
1083
+ ],
1084
+ [
1085
+ "process type",
1086
+ "mangel",
1087
+ 0
1088
+ ],
1089
+ [
1090
+ "assessment",
1091
+ "evaluation",
1092
+ 1
1093
+ ],
1094
+ [
1095
+ "kostenmerkmalkatalog",
1096
+ "occurrent",
1097
+ 0
1098
+ ],
1099
+ [
1100
+ "mangel",
1101
+ "harm",
1102
+ 0
1103
+ ],
1104
+ [
1105
+ "konformit\u00e4t",
1106
+ "conformity",
1107
+ 1
1108
+ ],
1109
+ [
1110
+ "fehler",
1111
+ "noncompliance",
1112
+ 1
1113
+ ],
1114
+ [
1115
+ "evaluation",
1116
+ "determination",
1117
+ 0
1118
+ ],
1119
+ [
1120
+ "assessment",
1121
+ "aufzeichnung",
1122
+ 1
1123
+ ],
1124
+ [
1125
+ "video",
1126
+ "konformit\u00e4t",
1127
+ 0
1128
+ ],
1129
+ [
1130
+ "compliance",
1131
+ "nonconformity",
1132
+ 0
1133
+ ],
1134
+ [
1135
+ "resourcerole",
1136
+ "location",
1137
+ 0
1138
+ ],
1139
+ [
1140
+ "continuant",
1141
+ "tool",
1142
+ 0
1143
+ ],
1144
+ [
1145
+ "evaluation",
1146
+ "assessment",
1147
+ 1
1148
+ ]
1149
+ ],
1150
+ "train+": [
1151
+ [
1152
+ "nonconformity",
1153
+ "image",
1154
+ 0
1155
+ ],
1156
+ [
1157
+ "mangel",
1158
+ "externe ressource",
1159
+ 0
1160
+ ],
1161
+ [
1162
+ "constraint",
1163
+ "resourcerole",
1164
+ 0
1165
+ ],
1166
+ [
1167
+ "processboundary",
1168
+ "activity or event",
1169
+ 0
1170
+ ],
1171
+ [
1172
+ "qualitative attribute",
1173
+ "qualitative characteristic",
1174
+ 1
1175
+ ],
1176
+ [
1177
+ "object",
1178
+ "group",
1179
+ 0
1180
+ ],
1181
+ [
1182
+ "quality",
1183
+ "quality",
1184
+ 1
1185
+ ],
1186
+ [
1187
+ "damage",
1188
+ "harm",
1189
+ 1
1190
+ ],
1191
+ [
1192
+ "image",
1193
+ "externe ressource",
1194
+ 0
1195
+ ],
1196
+ [
1197
+ "temporalregion",
1198
+ "temporalregion",
1199
+ 1
1200
+ ],
1201
+ [
1202
+ "materialentity",
1203
+ "measurement process",
1204
+ 0
1205
+ ],
1206
+ [
1207
+ "fehlermerkmalskatalog",
1208
+ "aufzeichnung",
1209
+ 0
1210
+ ],
1211
+ [
1212
+ "fehler",
1213
+ "defect",
1214
+ 0
1215
+ ],
1216
+ [
1217
+ "externe ressource",
1218
+ "nonconformity",
1219
+ 0
1220
+ ],
1221
+ [
1222
+ "measurement",
1223
+ "test",
1224
+ 0
1225
+ ],
1226
+ [
1227
+ "pr\u00fcfbescheinigung",
1228
+ "pr\u00fcfbescheinigung",
1229
+ 1
1230
+ ],
1231
+ [
1232
+ "measurable attribute",
1233
+ "qualitative characteristic",
1234
+ 0
1235
+ ],
1236
+ [
1237
+ "tool",
1238
+ "zerodimensionaltemporalregion",
1239
+ 0
1240
+ ],
1241
+ [
1242
+ "measurement process",
1243
+ "intentional process",
1244
+ 0
1245
+ ],
1246
+ [
1247
+ "fault",
1248
+ "harm",
1249
+ 0
1250
+ ],
1251
+ [
1252
+ "evaluation",
1253
+ "assessment",
1254
+ 1
1255
+ ],
1256
+ [
1257
+ "relationalquality",
1258
+ "process",
1259
+ 0
1260
+ ],
1261
+ [
1262
+ "equipment",
1263
+ "equipment",
1264
+ 1
1265
+ ],
1266
+ [
1267
+ "messmittel",
1268
+ "featurecatalog",
1269
+ 0
1270
+ ],
1271
+ [
1272
+ "noncompliance",
1273
+ "fehler",
1274
+ 1
1275
+ ],
1276
+ [
1277
+ "defect",
1278
+ "mangel",
1279
+ 1
1280
+ ],
1281
+ [
1282
+ "adjustment process",
1283
+ "independentcontinuant",
1284
+ 0
1285
+ ],
1286
+ [
1287
+ "result",
1288
+ "image",
1289
+ 0
1290
+ ],
1291
+ [
1292
+ "externe ressource",
1293
+ "video",
1294
+ 0
1295
+ ],
1296
+ [
1297
+ "entity",
1298
+ "entity",
1299
+ 1
1300
+ ],
1301
+ [
1302
+ "property",
1303
+ "muster",
1304
+ 0
1305
+ ],
1306
+ [
1307
+ "noncompliance",
1308
+ "noncompliance",
1309
+ 1
1310
+ ],
1311
+ [
1312
+ "temporalregion",
1313
+ "activity or event",
1314
+ 0
1315
+ ],
1316
+ [
1317
+ "group",
1318
+ "occurrent",
1319
+ 0
1320
+ ],
1321
+ [
1322
+ "noncompliance",
1323
+ "featurecatalog",
1324
+ 0
1325
+ ],
1326
+ [
1327
+ "result",
1328
+ "noncompliance",
1329
+ 0
1330
+ ],
1331
+ [
1332
+ "actual characteristic value",
1333
+ "property",
1334
+ 0
1335
+ ],
1336
+ [
1337
+ "capability",
1338
+ "identifier",
1339
+ 0
1340
+ ],
1341
+ [
1342
+ "propertystate",
1343
+ "property",
1344
+ 0
1345
+ ],
1346
+ [
1347
+ "characteristic value",
1348
+ "plan",
1349
+ 0
1350
+ ],
1351
+ [
1352
+ "occurrent",
1353
+ "labeling",
1354
+ 0
1355
+ ],
1356
+ [
1357
+ "process",
1358
+ "process",
1359
+ 1
1360
+ ],
1361
+ [
1362
+ "determination",
1363
+ "determination",
1364
+ 1
1365
+ ],
1366
+ [
1367
+ "featurecatalog",
1368
+ "featurecatalog",
1369
+ 1
1370
+ ],
1371
+ [
1372
+ "featurestate",
1373
+ "evaluation",
1374
+ 0
1375
+ ],
1376
+ [
1377
+ "fault",
1378
+ "damage",
1379
+ 0
1380
+ ],
1381
+ [
1382
+ "site",
1383
+ "spatialextent",
1384
+ 0
1385
+ ],
1386
+ [
1387
+ "zeitmerkmalkatalog",
1388
+ "fehlermerkmalskatalog",
1389
+ 0
1390
+ ],
1391
+ [
1392
+ "zeitmerkmalkatalog",
1393
+ "kostenmerkmalkatalog",
1394
+ 0
1395
+ ],
1396
+ [
1397
+ "image",
1398
+ "ursache",
1399
+ 0
1400
+ ],
1401
+ [
1402
+ "relationalquality",
1403
+ "labeling",
1404
+ 0
1405
+ ],
1406
+ [
1407
+ "compliance",
1408
+ "result",
1409
+ 0
1410
+ ],
1411
+ [
1412
+ "equipment",
1413
+ "muster",
1414
+ 0
1415
+ ],
1416
+ [
1417
+ "result",
1418
+ "video",
1419
+ 0
1420
+ ],
1421
+ [
1422
+ "externe ressource",
1423
+ "noncompliance",
1424
+ 0
1425
+ ],
1426
+ [
1427
+ "building",
1428
+ "building",
1429
+ 1
1430
+ ],
1431
+ [
1432
+ "property",
1433
+ "beurteilung des fortschritts",
1434
+ 0
1435
+ ],
1436
+ [
1437
+ "video",
1438
+ "externe ressource",
1439
+ 0
1440
+ ],
1441
+ [
1442
+ "intentional process",
1443
+ "measurement process",
1444
+ 0
1445
+ ],
1446
+ [
1447
+ "zeitmerkmalkatalog",
1448
+ "featurecatalog",
1449
+ 0
1450
+ ],
1451
+ [
1452
+ "realizableentity",
1453
+ "buildingunit",
1454
+ 0
1455
+ ],
1456
+ [
1457
+ "cartesianposition",
1458
+ "process",
1459
+ 0
1460
+ ],
1461
+ [
1462
+ "fault",
1463
+ "schaden",
1464
+ 0
1465
+ ],
1466
+ [
1467
+ "measurable attribute",
1468
+ "activity",
1469
+ 0
1470
+ ],
1471
+ [
1472
+ "relationalquality",
1473
+ "relationalquality",
1474
+ 1
1475
+ ],
1476
+ [
1477
+ "assessment",
1478
+ "assessment",
1479
+ 1
1480
+ ],
1481
+ [
1482
+ "record",
1483
+ "test",
1484
+ 0
1485
+ ],
1486
+ [
1487
+ "property",
1488
+ "quantitative characteristic",
1489
+ 0
1490
+ ],
1491
+ [
1492
+ "fehlermerkmalskatalog",
1493
+ "zeitmerkmalkatalog",
1494
+ 0
1495
+ ],
1496
+ [
1497
+ "actuation",
1498
+ "actuation",
1499
+ 1
1500
+ ],
1501
+ [
1502
+ "quantitative characteristic",
1503
+ "measurable attribute",
1504
+ 1
1505
+ ],
1506
+ [
1507
+ "video",
1508
+ "compliance",
1509
+ 0
1510
+ ],
1511
+ [
1512
+ "measurement",
1513
+ "inspection",
1514
+ 0
1515
+ ],
1516
+ [
1517
+ "zeitmerkmalkatalog",
1518
+ "constructionprocedure",
1519
+ 0
1520
+ ],
1521
+ [
1522
+ "schaden",
1523
+ "documentation",
1524
+ 0
1525
+ ],
1526
+ [
1527
+ "process",
1528
+ "cartesianposition",
1529
+ 0
1530
+ ],
1531
+ [
1532
+ "measurable attribute",
1533
+ "measurable attribute",
1534
+ 1
1535
+ ],
1536
+ [
1537
+ "defect",
1538
+ "test",
1539
+ 0
1540
+ ],
1541
+ [
1542
+ "quantitative characteristic",
1543
+ "quantitative characteristic",
1544
+ 1
1545
+ ],
1546
+ [
1547
+ "group",
1548
+ "group",
1549
+ 1
1550
+ ],
1551
+ [
1552
+ "konformit\u00e4t",
1553
+ "compliance",
1554
+ 1
1555
+ ],
1556
+ [
1557
+ "inspection",
1558
+ "beurteilung des fortschritts",
1559
+ 0
1560
+ ],
1561
+ [
1562
+ "characteristic",
1563
+ "property",
1564
+ 1
1565
+ ],
1566
+ [
1567
+ "realizableentity",
1568
+ "realizableentity",
1569
+ 1
1570
+ ],
1571
+ [
1572
+ "immaterialentity",
1573
+ "group",
1574
+ 0
1575
+ ],
1576
+ [
1577
+ "quality",
1578
+ "spatialregion",
1579
+ 0
1580
+ ],
1581
+ [
1582
+ "nonconformity",
1583
+ "result",
1584
+ 0
1585
+ ],
1586
+ [
1587
+ "cartesianposition",
1588
+ "cartesianposition",
1589
+ 1
1590
+ ],
1591
+ [
1592
+ "aufzeichnung",
1593
+ "aufzeichnung",
1594
+ 1
1595
+ ],
1596
+ [
1597
+ "independentcontinuant",
1598
+ "disposition",
1599
+ 0
1600
+ ],
1601
+ [
1602
+ "process type",
1603
+ "quality characteristic",
1604
+ 0
1605
+ ],
1606
+ [
1607
+ "konformit\u00e4t",
1608
+ "result",
1609
+ 0
1610
+ ],
1611
+ [
1612
+ "continuant",
1613
+ "continuant",
1614
+ 1
1615
+ ],
1616
+ [
1617
+ "specificallydependentcontinuant",
1618
+ "immaterialentity",
1619
+ 0
1620
+ ],
1621
+ [
1622
+ "measurement",
1623
+ "monitoring",
1624
+ 0
1625
+ ],
1626
+ [
1627
+ "konformit\u00e4t",
1628
+ "externe ressource",
1629
+ 0
1630
+ ],
1631
+ [
1632
+ "site",
1633
+ "spatialregion",
1634
+ 0
1635
+ ],
1636
+ [
1637
+ "noncompliance",
1638
+ "konformit\u00e4t",
1639
+ 0
1640
+ ],
1641
+ [
1642
+ "activity or event",
1643
+ "spatiotemporalregion",
1644
+ 0
1645
+ ],
1646
+ [
1647
+ "konformit\u00e4t",
1648
+ "plan",
1649
+ 0
1650
+ ],
1651
+ [
1652
+ "labeling",
1653
+ "spatialquality",
1654
+ 0
1655
+ ],
1656
+ [
1657
+ "result",
1658
+ "pr\u00fcfanweisung",
1659
+ 0
1660
+ ],
1661
+ [
1662
+ "category",
1663
+ "category",
1664
+ 1
1665
+ ],
1666
+ [
1667
+ "cartesianposition",
1668
+ "object",
1669
+ 0
1670
+ ],
1671
+ [
1672
+ "nonconformity",
1673
+ "compliance",
1674
+ 0
1675
+ ],
1676
+ [
1677
+ "identifier",
1678
+ "capability",
1679
+ 0
1680
+ ],
1681
+ [
1682
+ "plan",
1683
+ "konformit\u00e4t",
1684
+ 0
1685
+ ],
1686
+ [
1687
+ "measurement process",
1688
+ "process",
1689
+ 0
1690
+ ],
1691
+ [
1692
+ "geodeticposition",
1693
+ "category",
1694
+ 0
1695
+ ],
1696
+ [
1697
+ "timeinstant",
1698
+ "relationalquality",
1699
+ 0
1700
+ ],
1701
+ [
1702
+ "pr\u00fcfbescheinigung",
1703
+ "conformity",
1704
+ 0
1705
+ ],
1706
+ [
1707
+ "test",
1708
+ "beurteilung des fortschritts",
1709
+ 0
1710
+ ],
1711
+ [
1712
+ "specificallydependentcontinuant",
1713
+ "specificallydependentcontinuant",
1714
+ 1
1715
+ ],
1716
+ [
1717
+ "processboundary",
1718
+ "processboundary",
1719
+ 1
1720
+ ],
1721
+ [
1722
+ "tool",
1723
+ "equipment",
1724
+ 1
1725
+ ],
1726
+ [
1727
+ "process",
1728
+ "resourcerole",
1729
+ 0
1730
+ ],
1731
+ [
1732
+ "geodeticposition",
1733
+ "property",
1734
+ 0
1735
+ ],
1736
+ [
1737
+ "nonconformity",
1738
+ "konformit\u00e4t",
1739
+ 0
1740
+ ],
1741
+ [
1742
+ "occurrent",
1743
+ "physical item",
1744
+ 0
1745
+ ],
1746
+ [
1747
+ "schaden",
1748
+ "property",
1749
+ 0
1750
+ ],
1751
+ [
1752
+ "conformity",
1753
+ "image",
1754
+ 0
1755
+ ],
1756
+ [
1757
+ "nonconformity",
1758
+ "nonconformity",
1759
+ 1
1760
+ ],
1761
+ [
1762
+ "aufzeichnung",
1763
+ "fehlermerkmalskatalog",
1764
+ 0
1765
+ ],
1766
+ [
1767
+ "continuantfiatboundary",
1768
+ "site",
1769
+ 0
1770
+ ],
1771
+ [
1772
+ "beurteilung des fortschritts",
1773
+ "measurement",
1774
+ 0
1775
+ ],
1776
+ [
1777
+ "spatiotemporalregion",
1778
+ "zerodimensionaltemporalregion",
1779
+ 0
1780
+ ],
1781
+ [
1782
+ "result",
1783
+ "compliance",
1784
+ 0
1785
+ ],
1786
+ [
1787
+ "conformity",
1788
+ "konformit\u00e4t",
1789
+ 1
1790
+ ],
1791
+ [
1792
+ "result",
1793
+ "actual characteristic value",
1794
+ 0
1795
+ ],
1796
+ [
1797
+ "labeling",
1798
+ "labeling",
1799
+ 1
1800
+ ],
1801
+ [
1802
+ "defect",
1803
+ "fault",
1804
+ 1
1805
+ ],
1806
+ [
1807
+ "adjustment process",
1808
+ "adjustment process",
1809
+ 1
1810
+ ],
1811
+ [
1812
+ "externe ressource",
1813
+ "externe ressource",
1814
+ 1
1815
+ ],
1816
+ [
1817
+ "defect",
1818
+ "schaden",
1819
+ 0
1820
+ ],
1821
+ [
1822
+ "compliance",
1823
+ "conformity",
1824
+ 1
1825
+ ],
1826
+ [
1827
+ "continuantfiatboundary",
1828
+ "occurrent",
1829
+ 0
1830
+ ],
1831
+ [
1832
+ "realizableentity",
1833
+ "quality",
1834
+ 0
1835
+ ],
1836
+ [
1837
+ "pr\u00fcfbescheinigung",
1838
+ "externe ressource",
1839
+ 0
1840
+ ],
1841
+ [
1842
+ "constructionprocedure",
1843
+ "zeitmerkmalkatalog",
1844
+ 0
1845
+ ],
1846
+ [
1847
+ "disposition",
1848
+ "spatiotemporalregion",
1849
+ 0
1850
+ ],
1851
+ [
1852
+ "messmittel",
1853
+ "inspectionequipment",
1854
+ 0
1855
+ ],
1856
+ [
1857
+ "pr\u00fcfanweisung",
1858
+ "result",
1859
+ 0
1860
+ ],
1861
+ [
1862
+ "image",
1863
+ "video",
1864
+ 0
1865
+ ],
1866
+ [
1867
+ "externe ressource",
1868
+ "pr\u00fcfbescheinigung",
1869
+ 0
1870
+ ],
1871
+ [
1872
+ "actual characteristic value",
1873
+ "result",
1874
+ 0
1875
+ ],
1876
+ [
1877
+ "occurrent",
1878
+ "continuant",
1879
+ 0
1880
+ ],
1881
+ [
1882
+ "temporalregion",
1883
+ "processboundary",
1884
+ 0
1885
+ ],
1886
+ [
1887
+ "realizableentity",
1888
+ "process",
1889
+ 0
1890
+ ],
1891
+ [
1892
+ "spatialquality",
1893
+ "spatialquality",
1894
+ 1
1895
+ ],
1896
+ [
1897
+ "procedure",
1898
+ "compliance",
1899
+ 0
1900
+ ],
1901
+ [
1902
+ "zeitmerkmalkatalog",
1903
+ "zeitmerkmalkatalog",
1904
+ 1
1905
+ ],
1906
+ [
1907
+ "qualitative attribute",
1908
+ "quality characteristic",
1909
+ 1
1910
+ ],
1911
+ [
1912
+ "spatialregion",
1913
+ "quality",
1914
+ 0
1915
+ ],
1916
+ [
1917
+ "continuant",
1918
+ "occurrent",
1919
+ 0
1920
+ ],
1921
+ [
1922
+ "image",
1923
+ "compliance",
1924
+ 0
1925
+ ],
1926
+ [
1927
+ "mangel",
1928
+ "process type",
1929
+ 0
1930
+ ],
1931
+ [
1932
+ "konformit\u00e4t",
1933
+ "fehler",
1934
+ 0
1935
+ ],
1936
+ [
1937
+ "measurement process",
1938
+ "observation",
1939
+ 1
1940
+ ],
1941
+ [
1942
+ "video",
1943
+ "conformity",
1944
+ 0
1945
+ ],
1946
+ [
1947
+ "pr\u00fcfbescheinigung",
1948
+ "failure categorie",
1949
+ 0
1950
+ ],
1951
+ [
1952
+ "mangel",
1953
+ "harm",
1954
+ 0
1955
+ ],
1956
+ [
1957
+ "occurrent",
1958
+ "processboundary",
1959
+ 0
1960
+ ],
1961
+ [
1962
+ "mangel",
1963
+ "schaden",
1964
+ 0
1965
+ ],
1966
+ [
1967
+ "inspectionequipment",
1968
+ "object",
1969
+ 0
1970
+ ],
1971
+ [
1972
+ "compliance",
1973
+ "externe ressource",
1974
+ 0
1975
+ ],
1976
+ [
1977
+ "capability",
1978
+ "continuantfiatboundary",
1979
+ 0
1980
+ ],
1981
+ [
1982
+ "measurement",
1983
+ "measurement",
1984
+ 1
1985
+ ],
1986
+ [
1987
+ "relationalquality",
1988
+ "timeinstant",
1989
+ 0
1990
+ ],
1991
+ [
1992
+ "actuation",
1993
+ "adjustment process",
1994
+ 1
1995
+ ],
1996
+ [
1997
+ "review",
1998
+ "beurteilung des fortschritts",
1999
+ 0
2000
+ ],
2001
+ [
2002
+ "process",
2003
+ "measurement process",
2004
+ 0
2005
+ ],
2006
+ [
2007
+ "spatialorientation",
2008
+ "spatialposition",
2009
+ 0
2010
+ ],
2011
+ [
2012
+ "measurable attribute",
2013
+ "property",
2014
+ 0
2015
+ ],
2016
+ [
2017
+ "activity or event",
2018
+ "labeling",
2019
+ 0
2020
+ ],
2021
+ [
2022
+ "spatialextent",
2023
+ "site",
2024
+ 0
2025
+ ],
2026
+ [
2027
+ "pr\u00fcfungsmethode",
2028
+ "kostenmerkmalkatalog",
2029
+ 0
2030
+ ],
2031
+ [
2032
+ "externe ressource",
2033
+ "konformit\u00e4t",
2034
+ 0
2035
+ ],
2036
+ [
2037
+ "inspectionequipment",
2038
+ "messmittel",
2039
+ 0
2040
+ ],
2041
+ [
2042
+ "subject",
2043
+ "subject",
2044
+ 1
2045
+ ],
2046
+ [
2047
+ "pr\u00fcfbescheinigung",
2048
+ "nonconformity",
2049
+ 0
2050
+ ],
2051
+ [
2052
+ "process",
2053
+ "specificallydependentcontinuant",
2054
+ 0
2055
+ ],
2056
+ [
2057
+ "activity",
2058
+ "measurable attribute",
2059
+ 0
2060
+ ],
2061
+ [
2062
+ "defect",
2063
+ "damage",
2064
+ 0
2065
+ ],
2066
+ [
2067
+ "failure categorie",
2068
+ "conformity",
2069
+ 0
2070
+ ],
2071
+ [
2072
+ "assessment",
2073
+ "aufzeichnung",
2074
+ 1
2075
+ ],
2076
+ [
2077
+ "group",
2078
+ "immaterialentity",
2079
+ 0
2080
+ ],
2081
+ [
2082
+ "resourcerole",
2083
+ "constraint",
2084
+ 0
2085
+ ],
2086
+ [
2087
+ "schaden",
2088
+ "fault",
2089
+ 0
2090
+ ],
2091
+ [
2092
+ "beurteilung des fortschritts",
2093
+ "monitoring",
2094
+ 0
2095
+ ],
2096
+ [
2097
+ "featurecatalog",
2098
+ "noncompliance",
2099
+ 0
2100
+ ],
2101
+ [
2102
+ "spatialregion",
2103
+ "spatialposition",
2104
+ 0
2105
+ ],
2106
+ [
2107
+ "qualitative attribute",
2108
+ "activity",
2109
+ 0
2110
+ ],
2111
+ [
2112
+ "conformity",
2113
+ "externe ressource",
2114
+ 0
2115
+ ],
2116
+ [
2117
+ "zerodimensionaltemporalregion",
2118
+ "zerodimensionaltemporalregion",
2119
+ 1
2120
+ ],
2121
+ [
2122
+ "adjustment process",
2123
+ "actuation",
2124
+ 1
2125
+ ],
2126
+ [
2127
+ "disposition",
2128
+ "role",
2129
+ 0
2130
+ ],
2131
+ [
2132
+ "role",
2133
+ "role",
2134
+ 1
2135
+ ],
2136
+ [
2137
+ "video",
2138
+ "konformit\u00e4t",
2139
+ 0
2140
+ ],
2141
+ [
2142
+ "image",
2143
+ "nonconformity",
2144
+ 0
2145
+ ],
2146
+ [
2147
+ "externe ressource",
2148
+ "result",
2149
+ 0
2150
+ ],
2151
+ [
2152
+ "record",
2153
+ "record",
2154
+ 1
2155
+ ],
2156
+ [
2157
+ "pr\u00fcfanweisung",
2158
+ "pr\u00fcfanweisung",
2159
+ 1
2160
+ ],
2161
+ [
2162
+ "independentcontinuant",
2163
+ "specificallydependentcontinuant",
2164
+ 0
2165
+ ],
2166
+ [
2167
+ "constraint",
2168
+ "constraint",
2169
+ 1
2170
+ ],
2171
+ [
2172
+ "result",
2173
+ "konformit\u00e4t",
2174
+ 0
2175
+ ],
2176
+ [
2177
+ "spatialquality",
2178
+ "materialentity",
2179
+ 0
2180
+ ],
2181
+ [
2182
+ "characteristic value",
2183
+ "characteristic value",
2184
+ 1
2185
+ ],
2186
+ [
2187
+ "process type",
2188
+ "mangel",
2189
+ 0
2190
+ ],
2191
+ [
2192
+ "timeinstant",
2193
+ "timeinstant",
2194
+ 1
2195
+ ],
2196
+ [
2197
+ "schaden",
2198
+ "harm",
2199
+ 1
2200
+ ],
2201
+ [
2202
+ "independentcontinuant",
2203
+ "materialentity",
2204
+ 0
2205
+ ],
2206
+ [
2207
+ "continuant",
2208
+ "tool",
2209
+ 0
2210
+ ],
2211
+ [
2212
+ "mangel",
2213
+ "damage",
2214
+ 0
2215
+ ],
2216
+ [
2217
+ "onedimensionaltemporalregion",
2218
+ "onedimensionaltemporalregion",
2219
+ 1
2220
+ ],
2221
+ [
2222
+ "zerodimensionaltemporalregion",
2223
+ "onedimensionaltemporalregion",
2224
+ 0
2225
+ ],
2226
+ [
2227
+ "spatialregion",
2228
+ "site",
2229
+ 0
2230
+ ],
2231
+ [
2232
+ "conformity",
2233
+ "video",
2234
+ 0
2235
+ ],
2236
+ [
2237
+ "compliance",
2238
+ "image",
2239
+ 0
2240
+ ],
2241
+ [
2242
+ "spatialregion",
2243
+ "spatialregion",
2244
+ 1
2245
+ ],
2246
+ [
2247
+ "test",
2248
+ "record",
2249
+ 0
2250
+ ],
2251
+ [
2252
+ "beurteilung des fortschritts",
2253
+ "test",
2254
+ 0
2255
+ ],
2256
+ [
2257
+ "characteristic value",
2258
+ "review",
2259
+ 0
2260
+ ],
2261
+ [
2262
+ "mangel",
2263
+ "mangel",
2264
+ 1
2265
+ ],
2266
+ [
2267
+ "test",
2268
+ "monitoring",
2269
+ 0
2270
+ ],
2271
+ [
2272
+ "harm",
2273
+ "schaden",
2274
+ 1
2275
+ ],
2276
+ [
2277
+ "property",
2278
+ "geodeticposition",
2279
+ 0
2280
+ ],
2281
+ [
2282
+ "damage",
2283
+ "damage",
2284
+ 1
2285
+ ],
2286
+ [
2287
+ "processboundary",
2288
+ "occurrent",
2289
+ 0
2290
+ ],
2291
+ [
2292
+ "geodeticposition",
2293
+ "geodeticposition",
2294
+ 1
2295
+ ],
2296
+ [
2297
+ "process",
2298
+ "relationalquality",
2299
+ 0
2300
+ ],
2301
+ [
2302
+ "schaden",
2303
+ "defect",
2304
+ 0
2305
+ ],
2306
+ [
2307
+ "kostenmerkmalkatalog",
2308
+ "ursache",
2309
+ 0
2310
+ ],
2311
+ [
2312
+ "object",
2313
+ "physical item",
2314
+ 1
2315
+ ],
2316
+ [
2317
+ "tool",
2318
+ "facility",
2319
+ 0
2320
+ ],
2321
+ [
2322
+ "conformity",
2323
+ "result",
2324
+ 0
2325
+ ],
2326
+ [
2327
+ "physical item",
2328
+ "continuant",
2329
+ 0
2330
+ ],
2331
+ [
2332
+ "object",
2333
+ "building",
2334
+ 0
2335
+ ],
2336
+ [
2337
+ "measurement",
2338
+ "review",
2339
+ 0
2340
+ ],
2341
+ [
2342
+ "fehler",
2343
+ "nonconformity",
2344
+ 1
2345
+ ],
2346
+ [
2347
+ "spatialquality",
2348
+ "labeling",
2349
+ 0
2350
+ ],
2351
+ [
2352
+ "conformity",
2353
+ "conformity",
2354
+ 1
2355
+ ],
2356
+ [
2357
+ "inspection",
2358
+ "test",
2359
+ 0
2360
+ ],
2361
+ [
2362
+ "materialentity",
2363
+ "materialentity",
2364
+ 1
2365
+ ],
2366
+ [
2367
+ "assessment",
2368
+ "propertystate",
2369
+ 0
2370
+ ],
2371
+ [
2372
+ "process",
2373
+ "processboundary",
2374
+ 0
2375
+ ],
2376
+ [
2377
+ "featurecatalog",
2378
+ "messmittel",
2379
+ 0
2380
+ ],
2381
+ [
2382
+ "quality characteristic",
2383
+ "qualitative characteristic",
2384
+ 1
2385
+ ],
2386
+ [
2387
+ "defect",
2388
+ "harm",
2389
+ 0
2390
+ ],
2391
+ [
2392
+ "fehler",
2393
+ "conformity",
2394
+ 0
2395
+ ],
2396
+ [
2397
+ "activity",
2398
+ "qualitative attribute",
2399
+ 0
2400
+ ],
2401
+ [
2402
+ "propertystate",
2403
+ "assessment",
2404
+ 0
2405
+ ],
2406
+ [
2407
+ "adjustment process",
2408
+ "measurement process",
2409
+ 0
2410
+ ],
2411
+ [
2412
+ "actuation",
2413
+ "cartesianposition",
2414
+ 0
2415
+ ],
2416
+ [
2417
+ "actuation",
2418
+ "activity",
2419
+ 0
2420
+ ],
2421
+ [
2422
+ "ursache",
2423
+ "image",
2424
+ 0
2425
+ ],
2426
+ [
2427
+ "onedimensionaltemporalregion",
2428
+ "site",
2429
+ 0
2430
+ ],
2431
+ [
2432
+ "harm",
2433
+ "failure categorie",
2434
+ 0
2435
+ ],
2436
+ [
2437
+ "quantitative characteristic",
2438
+ "qualitative characteristic",
2439
+ 0
2440
+ ],
2441
+ [
2442
+ "defect",
2443
+ "defect",
2444
+ 1
2445
+ ],
2446
+ [
2447
+ "occurrent",
2448
+ "zerodimensionaltemporalregion",
2449
+ 0
2450
+ ],
2451
+ [
2452
+ "fehler",
2453
+ "fehler",
2454
+ 1
2455
+ ],
2456
+ [
2457
+ "muster",
2458
+ "property",
2459
+ 0
2460
+ ],
2461
+ [
2462
+ "procedure",
2463
+ "result",
2464
+ 0
2465
+ ],
2466
+ [
2467
+ "konformit\u00e4t",
2468
+ "conformity",
2469
+ 1
2470
+ ],
2471
+ [
2472
+ "failure categorie",
2473
+ "failure categorie",
2474
+ 1
2475
+ ],
2476
+ [
2477
+ "immaterialentity",
2478
+ "immaterialentity",
2479
+ 1
2480
+ ],
2481
+ [
2482
+ "monitoring",
2483
+ "review",
2484
+ 0
2485
+ ],
2486
+ [
2487
+ "result",
2488
+ "nonconformity",
2489
+ 0
2490
+ ],
2491
+ [
2492
+ "image",
2493
+ "pr\u00fcfbescheinigung",
2494
+ 0
2495
+ ],
2496
+ [
2497
+ "konformit\u00e4t",
2498
+ "video",
2499
+ 0
2500
+ ],
2501
+ [
2502
+ "monitoring",
2503
+ "pr\u00fcfanweisung",
2504
+ 0
2505
+ ],
2506
+ [
2507
+ "measurement process",
2508
+ "activity",
2509
+ 0
2510
+ ],
2511
+ [
2512
+ "inspector",
2513
+ "inspector",
2514
+ 1
2515
+ ],
2516
+ [
2517
+ "spatialposition",
2518
+ "spatialregion",
2519
+ 0
2520
+ ],
2521
+ [
2522
+ "geodeticposition",
2523
+ "cartesianposition",
2524
+ 0
2525
+ ],
2526
+ [
2527
+ "schaden",
2528
+ "schaden",
2529
+ 1
2530
+ ],
2531
+ [
2532
+ "spatiotemporalregion",
2533
+ "activity or event",
2534
+ 0
2535
+ ],
2536
+ [
2537
+ "spatialextent",
2538
+ "spatialorientation",
2539
+ 0
2540
+ ],
2541
+ [
2542
+ "physical item",
2543
+ "processboundary",
2544
+ 0
2545
+ ],
2546
+ [
2547
+ "activity or event",
2548
+ "processboundary",
2549
+ 0
2550
+ ],
2551
+ [
2552
+ "measurable attribute",
2553
+ "quality characteristic",
2554
+ 0
2555
+ ],
2556
+ [
2557
+ "adjustment process",
2558
+ "observation",
2559
+ 0
2560
+ ],
2561
+ [
2562
+ "facility",
2563
+ "tool",
2564
+ 0
2565
+ ],
2566
+ [
2567
+ "measurement",
2568
+ "externe ressource",
2569
+ 0
2570
+ ],
2571
+ [
2572
+ "equipment",
2573
+ "continuantfiatboundary",
2574
+ 0
2575
+ ],
2576
+ [
2577
+ "process",
2578
+ "activity or event",
2579
+ 1
2580
+ ],
2581
+ [
2582
+ "quantitative characteristic",
2583
+ "property",
2584
+ 0
2585
+ ],
2586
+ [
2587
+ "mangel",
2588
+ "fault",
2589
+ 1
2590
+ ],
2591
+ [
2592
+ "materialentity",
2593
+ "spatialquality",
2594
+ 0
2595
+ ],
2596
+ [
2597
+ "occurrent",
2598
+ "spatialorientation",
2599
+ 0
2600
+ ],
2601
+ [
2602
+ "building",
2603
+ "object",
2604
+ 0
2605
+ ],
2606
+ [
2607
+ "measurement",
2608
+ "beurteilung des fortschritts",
2609
+ 0
2610
+ ],
2611
+ [
2612
+ "observation",
2613
+ "specificallydependentcontinuant",
2614
+ 0
2615
+ ],
2616
+ [
2617
+ "labeling",
2618
+ "category",
2619
+ 0
2620
+ ],
2621
+ [
2622
+ "evaluation",
2623
+ "featurestate",
2624
+ 0
2625
+ ],
2626
+ [
2627
+ "actuation",
2628
+ "spatialregion",
2629
+ 0
2630
+ ],
2631
+ [
2632
+ "occurrent",
2633
+ "group",
2634
+ 0
2635
+ ],
2636
+ [
2637
+ "intentional process",
2638
+ "activity",
2639
+ 1
2640
+ ],
2641
+ [
2642
+ "evaluation",
2643
+ "evaluation",
2644
+ 1
2645
+ ],
2646
+ [
2647
+ "group",
2648
+ "object",
2649
+ 0
2650
+ ],
2651
+ [
2652
+ "qualitative attribute",
2653
+ "measurable attribute",
2654
+ 0
2655
+ ],
2656
+ [
2657
+ "schaden",
2658
+ "damage",
2659
+ 1
2660
+ ],
2661
+ [
2662
+ "fehler",
2663
+ "noncompliance",
2664
+ 1
2665
+ ],
2666
+ [
2667
+ "ursache",
2668
+ "quality characteristic",
2669
+ 0
2670
+ ],
2671
+ [
2672
+ "facility",
2673
+ "building",
2674
+ 1
2675
+ ],
2676
+ [
2677
+ "nonconformity",
2678
+ "conformity",
2679
+ 0
2680
+ ],
2681
+ [
2682
+ "noncompliance",
2683
+ "externe ressource",
2684
+ 0
2685
+ ],
2686
+ [
2687
+ "spatialregion",
2688
+ "actuation",
2689
+ 0
2690
+ ],
2691
+ [
2692
+ "process type",
2693
+ "process type",
2694
+ 1
2695
+ ],
2696
+ [
2697
+ "monitoring",
2698
+ "inspection",
2699
+ 0
2700
+ ],
2701
+ [
2702
+ "zerodimensionaltemporalregion",
2703
+ "tool",
2704
+ 0
2705
+ ],
2706
+ [
2707
+ "conformity",
2708
+ "failure categorie",
2709
+ 0
2710
+ ],
2711
+ [
2712
+ "processboundary",
2713
+ "temporalregion",
2714
+ 0
2715
+ ],
2716
+ [
2717
+ "monitoring",
2718
+ "beurteilung des fortschritts",
2719
+ 0
2720
+ ],
2721
+ [
2722
+ "measurement process",
2723
+ "materialentity",
2724
+ 0
2725
+ ],
2726
+ [
2727
+ "documentation",
2728
+ "documentation",
2729
+ 1
2730
+ ],
2731
+ [
2732
+ "spatiotemporalregion",
2733
+ "disposition",
2734
+ 0
2735
+ ],
2736
+ [
2737
+ "processboundary",
2738
+ "spatiotemporalregion",
2739
+ 0
2740
+ ],
2741
+ [
2742
+ "resourcerole",
2743
+ "resourcerole",
2744
+ 1
2745
+ ],
2746
+ [
2747
+ "result",
2748
+ "conformity",
2749
+ 0
2750
+ ],
2751
+ [
2752
+ "noncompliance",
2753
+ "conformity",
2754
+ 0
2755
+ ],
2756
+ [
2757
+ "measurement process",
2758
+ "actuation",
2759
+ 0
2760
+ ],
2761
+ [
2762
+ "quality characteristic",
2763
+ "measurable attribute",
2764
+ 0
2765
+ ],
2766
+ [
2767
+ "buildingunit",
2768
+ "capability",
2769
+ 0
2770
+ ],
2771
+ [
2772
+ "continuant",
2773
+ "group",
2774
+ 0
2775
+ ],
2776
+ [
2777
+ "role",
2778
+ "disposition",
2779
+ 0
2780
+ ],
2781
+ [
2782
+ "quantitative characteristic",
2783
+ "characteristic value",
2784
+ 0
2785
+ ],
2786
+ [
2787
+ "continuant",
2788
+ "physical item",
2789
+ 0
2790
+ ],
2791
+ [
2792
+ "pr\u00fcfbescheinigung",
2793
+ "compliance",
2794
+ 0
2795
+ ],
2796
+ [
2797
+ "qualitative characteristic",
2798
+ "quantitative characteristic",
2799
+ 0
2800
+ ],
2801
+ [
2802
+ "spatialorientation",
2803
+ "occurrent",
2804
+ 0
2805
+ ],
2806
+ [
2807
+ "messmittel",
2808
+ "messmittel",
2809
+ 1
2810
+ ],
2811
+ [
2812
+ "test",
2813
+ "aufzeichnung",
2814
+ 0
2815
+ ],
2816
+ [
2817
+ "test",
2818
+ "defect",
2819
+ 0
2820
+ ],
2821
+ [
2822
+ "muster",
2823
+ "inspection",
2824
+ 0
2825
+ ],
2826
+ [
2827
+ "compliance",
2828
+ "pr\u00fcfbescheinigung",
2829
+ 0
2830
+ ],
2831
+ [
2832
+ "review",
2833
+ "inspection",
2834
+ 0
2835
+ ],
2836
+ [
2837
+ "category",
2838
+ "labeling",
2839
+ 0
2840
+ ],
2841
+ [
2842
+ "damage",
2843
+ "measurement",
2844
+ 0
2845
+ ],
2846
+ [
2847
+ "fehler",
2848
+ "compliance",
2849
+ 0
2850
+ ],
2851
+ [
2852
+ "test",
2853
+ "inspection",
2854
+ 0
2855
+ ],
2856
+ [
2857
+ "qualitative characteristic",
2858
+ "qualitative characteristic",
2859
+ 1
2860
+ ],
2861
+ [
2862
+ "zerodimensionaltemporalregion",
2863
+ "occurrent",
2864
+ 0
2865
+ ],
2866
+ [
2867
+ "capability",
2868
+ "buildingunit",
2869
+ 0
2870
+ ],
2871
+ [
2872
+ "subject",
2873
+ "capability",
2874
+ 0
2875
+ ],
2876
+ [
2877
+ "occurrent",
2878
+ "continuantfiatboundary",
2879
+ 0
2880
+ ],
2881
+ [
2882
+ "physical item",
2883
+ "occurrent",
2884
+ 0
2885
+ ],
2886
+ [
2887
+ "object",
2888
+ "object",
2889
+ 1
2890
+ ],
2891
+ [
2892
+ "spatialposition",
2893
+ "spatialposition",
2894
+ 1
2895
+ ],
2896
+ [
2897
+ "constructionprocedure",
2898
+ "constructionprocedure",
2899
+ 1
2900
+ ],
2901
+ [
2902
+ "quality characteristic",
2903
+ "quantitative characteristic",
2904
+ 0
2905
+ ],
2906
+ [
2907
+ "location",
2908
+ "resourcerole",
2909
+ 0
2910
+ ],
2911
+ [
2912
+ "independentcontinuant",
2913
+ "independentcontinuant",
2914
+ 1
2915
+ ],
2916
+ [
2917
+ "evaluation",
2918
+ "determination",
2919
+ 0
2920
+ ],
2921
+ [
2922
+ "activity or event",
2923
+ "activity or event",
2924
+ 1
2925
+ ],
2926
+ [
2927
+ "intentional process",
2928
+ "resourcerole",
2929
+ 0
2930
+ ],
2931
+ [
2932
+ "conformity",
2933
+ "compliance",
2934
+ 1
2935
+ ],
2936
+ [
2937
+ "process",
2938
+ "temporalregion",
2939
+ 0
2940
+ ],
2941
+ [
2942
+ "actuation",
2943
+ "intentional process",
2944
+ 0
2945
+ ],
2946
+ [
2947
+ "activity",
2948
+ "adjustment process",
2949
+ 0
2950
+ ],
2951
+ [
2952
+ "actual characteristic value",
2953
+ "assessment",
2954
+ 0
2955
+ ],
2956
+ [
2957
+ "temporalregion",
2958
+ "spatiotemporalregion",
2959
+ 0
2960
+ ],
2961
+ [
2962
+ "inspector",
2963
+ "characteristic value",
2964
+ 0
2965
+ ],
2966
+ [
2967
+ "physical item",
2968
+ "physical item",
2969
+ 1
2970
+ ],
2971
+ [
2972
+ "cartesianposition",
2973
+ "actuation",
2974
+ 0
2975
+ ],
2976
+ [
2977
+ "spatiotemporalregion",
2978
+ "processboundary",
2979
+ 0
2980
+ ],
2981
+ [
2982
+ "noncompliance",
2983
+ "nonconformity",
2984
+ 1
2985
+ ],
2986
+ [
2987
+ "spatialorientation",
2988
+ "spatialorientation",
2989
+ 1
2990
+ ],
2991
+ [
2992
+ "review",
2993
+ "characteristic value",
2994
+ 0
2995
+ ],
2996
+ [
2997
+ "harm",
2998
+ "damage",
2999
+ 1
3000
+ ],
3001
+ [
3002
+ "defect",
3003
+ "fehler",
3004
+ 0
3005
+ ],
3006
+ [
3007
+ "tool",
3008
+ "tool",
3009
+ 1
3010
+ ],
3011
+ [
3012
+ "equipment",
3013
+ "tool",
3014
+ 1
3015
+ ],
3016
+ [
3017
+ "noncompliance",
3018
+ "pr\u00fcfbescheinigung",
3019
+ 0
3020
+ ],
3021
+ [
3022
+ "object",
3023
+ "cartesianposition",
3024
+ 0
3025
+ ],
3026
+ [
3027
+ "video",
3028
+ "result",
3029
+ 0
3030
+ ],
3031
+ [
3032
+ "image",
3033
+ "noncompliance",
3034
+ 0
3035
+ ],
3036
+ [
3037
+ "actual characteristic value",
3038
+ "actual characteristic value",
3039
+ 1
3040
+ ],
3041
+ [
3042
+ "compliance",
3043
+ "nonconformity",
3044
+ 0
3045
+ ],
3046
+ [
3047
+ "test",
3048
+ "review",
3049
+ 0
3050
+ ],
3051
+ [
3052
+ "continuant",
3053
+ "object",
3054
+ 0
3055
+ ],
3056
+ [
3057
+ "spatialquality",
3058
+ "relationalquality",
3059
+ 0
3060
+ ],
3061
+ [
3062
+ "qualitative characteristic",
3063
+ "measurable attribute",
3064
+ 0
3065
+ ],
3066
+ [
3067
+ "site",
3068
+ "onedimensionaltemporalregion",
3069
+ 0
3070
+ ],
3071
+ [
3072
+ "kostenmerkmalkatalog",
3073
+ "occurrent",
3074
+ 0
3075
+ ],
3076
+ [
3077
+ "kostenmerkmalkatalog",
3078
+ "fehlermerkmalskatalog",
3079
+ 0
3080
+ ],
3081
+ [
3082
+ "continuantfiatboundary",
3083
+ "continuantfiatboundary",
3084
+ 1
3085
+ ],
3086
+ [
3087
+ "compliance",
3088
+ "konformit\u00e4t",
3089
+ 1
3090
+ ],
3091
+ [
3092
+ "observation",
3093
+ "measurement process",
3094
+ 1
3095
+ ],
3096
+ [
3097
+ "muster",
3098
+ "muster",
3099
+ 1
3100
+ ],
3101
+ [
3102
+ "intentional process",
3103
+ "intentional process",
3104
+ 1
3105
+ ],
3106
+ [
3107
+ "damage",
3108
+ "schaden",
3109
+ 1
3110
+ ],
3111
+ [
3112
+ "independentcontinuant",
3113
+ "immaterialentity",
3114
+ 0
3115
+ ],
3116
+ [
3117
+ "video",
3118
+ "video",
3119
+ 1
3120
+ ],
3121
+ [
3122
+ "review",
3123
+ "monitoring",
3124
+ 0
3125
+ ],
3126
+ [
3127
+ "externe ressource",
3128
+ "image",
3129
+ 0
3130
+ ],
3131
+ [
3132
+ "plan",
3133
+ "messmittel",
3134
+ 0
3135
+ ],
3136
+ [
3137
+ "evaluation",
3138
+ "aufzeichnung",
3139
+ 1
3140
+ ],
3141
+ [
3142
+ "buildingunit",
3143
+ "buildingunit",
3144
+ 1
3145
+ ],
3146
+ [
3147
+ "processboundary",
3148
+ "process",
3149
+ 0
3150
+ ],
3151
+ [
3152
+ "group",
3153
+ "physical item",
3154
+ 0
3155
+ ],
3156
+ [
3157
+ "determination",
3158
+ "constructionprocedure",
3159
+ 0
3160
+ ],
3161
+ [
3162
+ "quantitative characteristic",
3163
+ "qualitative attribute",
3164
+ 0
3165
+ ],
3166
+ [
3167
+ "noncompliance",
3168
+ "video",
3169
+ 0
3170
+ ],
3171
+ [
3172
+ "muster",
3173
+ "equipment",
3174
+ 0
3175
+ ],
3176
+ [
3177
+ "externe ressource",
3178
+ "fehler",
3179
+ 0
3180
+ ],
3181
+ [
3182
+ "facility",
3183
+ "facility",
3184
+ 1
3185
+ ],
3186
+ [
3187
+ "spatialorientation",
3188
+ "spatialextent",
3189
+ 0
3190
+ ],
3191
+ [
3192
+ "tool",
3193
+ "building",
3194
+ 0
3195
+ ],
3196
+ [
3197
+ "procedure",
3198
+ "procedure",
3199
+ 1
3200
+ ],
3201
+ [
3202
+ "externe ressource",
3203
+ "compliance",
3204
+ 0
3205
+ ],
3206
+ [
3207
+ "pr\u00fcfbescheinigung",
3208
+ "noncompliance",
3209
+ 0
3210
+ ],
3211
+ [
3212
+ "kostenmerkmalkatalog",
3213
+ "kostenmerkmalkatalog",
3214
+ 1
3215
+ ],
3216
+ [
3217
+ "activity",
3218
+ "actuation",
3219
+ 0
3220
+ ],
3221
+ [
3222
+ "characteristic",
3223
+ "defect",
3224
+ 0
3225
+ ],
3226
+ [
3227
+ "site",
3228
+ "site",
3229
+ 1
3230
+ ],
3231
+ [
3232
+ "fehler",
3233
+ "pr\u00fcfbescheinigung",
3234
+ 0
3235
+ ],
3236
+ [
3237
+ "beurteilung des fortschritts",
3238
+ "fault",
3239
+ 0
3240
+ ],
3241
+ [
3242
+ "test",
3243
+ "test",
3244
+ 1
3245
+ ],
3246
+ [
3247
+ "result",
3248
+ "fehler",
3249
+ 0
3250
+ ],
3251
+ [
3252
+ "messmittel",
3253
+ "plan",
3254
+ 0
3255
+ ],
3256
+ [
3257
+ "image",
3258
+ "fehler",
3259
+ 0
3260
+ ],
3261
+ [
3262
+ "noncompliance",
3263
+ "image",
3264
+ 0
3265
+ ],
3266
+ [
3267
+ "object",
3268
+ "qualitative characteristic",
3269
+ 0
3270
+ ],
3271
+ [
3272
+ "video",
3273
+ "fehler",
3274
+ 0
3275
+ ],
3276
+ [
3277
+ "site",
3278
+ "continuantfiatboundary",
3279
+ 0
3280
+ ],
3281
+ [
3282
+ "spatialregion",
3283
+ "continuantfiatboundary",
3284
+ 0
3285
+ ],
3286
+ [
3287
+ "aufzeichnung",
3288
+ "test",
3289
+ 0
3290
+ ],
3291
+ [
3292
+ "monitoring",
3293
+ "test",
3294
+ 0
3295
+ ],
3296
+ [
3297
+ "zerodimensionaltemporalregion",
3298
+ "spatiotemporalregion",
3299
+ 0
3300
+ ],
3301
+ [
3302
+ "activity",
3303
+ "failure categorie",
3304
+ 0
3305
+ ],
3306
+ [
3307
+ "role",
3308
+ "realizableentity",
3309
+ 0
3310
+ ],
3311
+ [
3312
+ "object",
3313
+ "beurteilung des fortschritts",
3314
+ 0
3315
+ ],
3316
+ [
3317
+ "failure categorie",
3318
+ "harm",
3319
+ 0
3320
+ ],
3321
+ [
3322
+ "independentcontinuant",
3323
+ "adjustment process",
3324
+ 0
3325
+ ],
3326
+ [
3327
+ "materialentity",
3328
+ "independentcontinuant",
3329
+ 0
3330
+ ],
3331
+ [
3332
+ "capability",
3333
+ "subject",
3334
+ 0
3335
+ ],
3336
+ [
3337
+ "equipment",
3338
+ "facility",
3339
+ 0
3340
+ ],
3341
+ [
3342
+ "quality characteristic",
3343
+ "quality characteristic",
3344
+ 1
3345
+ ],
3346
+ [
3347
+ "nonconformity",
3348
+ "externe ressource",
3349
+ 0
3350
+ ],
3351
+ [
3352
+ "inspection",
3353
+ "inspection",
3354
+ 1
3355
+ ],
3356
+ [
3357
+ "qualitative attribute",
3358
+ "qualitative attribute",
3359
+ 1
3360
+ ],
3361
+ [
3362
+ "activity",
3363
+ "intentional process",
3364
+ 1
3365
+ ],
3366
+ [
3367
+ "result",
3368
+ "result",
3369
+ 1
3370
+ ],
3371
+ [
3372
+ "pr\u00fcfungsmethode",
3373
+ "constructionprocedure",
3374
+ 0
3375
+ ],
3376
+ [
3377
+ "propertystate",
3378
+ "constructionprocedure",
3379
+ 0
3380
+ ],
3381
+ [
3382
+ "activity",
3383
+ "measurement process",
3384
+ 0
3385
+ ],
3386
+ [
3387
+ "harm",
3388
+ "defect",
3389
+ 0
3390
+ ],
3391
+ [
3392
+ "quality",
3393
+ "realizableentity",
3394
+ 0
3395
+ ],
3396
+ [
3397
+ "activity",
3398
+ "activity",
3399
+ 1
3400
+ ],
3401
+ [
3402
+ "pr\u00fcfungsmethode",
3403
+ "pr\u00fcfungsmethode",
3404
+ 1
3405
+ ],
3406
+ [
3407
+ "nonconformity",
3408
+ "video",
3409
+ 0
3410
+ ],
3411
+ [
3412
+ "intentional process",
3413
+ "actuation",
3414
+ 0
3415
+ ],
3416
+ [
3417
+ "konformit\u00e4t",
3418
+ "image",
3419
+ 0
3420
+ ],
3421
+ [
3422
+ "monitoring",
3423
+ "measurement",
3424
+ 0
3425
+ ],
3426
+ [
3427
+ "immaterialentity",
3428
+ "timeinterval",
3429
+ 0
3430
+ ],
3431
+ [
3432
+ "occurrent",
3433
+ "kostenmerkmalkatalog",
3434
+ 0
3435
+ ],
3436
+ [
3437
+ "pr\u00fcfbescheinigung",
3438
+ "konformit\u00e4t",
3439
+ 0
3440
+ ],
3441
+ [
3442
+ "constructionprocedure",
3443
+ "pr\u00fcfungsmethode",
3444
+ 0
3445
+ ],
3446
+ [
3447
+ "observation",
3448
+ "actuation",
3449
+ 0
3450
+ ],
3451
+ [
3452
+ "specificallydependentcontinuant",
3453
+ "observation",
3454
+ 0
3455
+ ],
3456
+ [
3457
+ "property",
3458
+ "schaden",
3459
+ 0
3460
+ ],
3461
+ [
3462
+ "tool",
3463
+ "continuant",
3464
+ 0
3465
+ ],
3466
+ [
3467
+ "compliance",
3468
+ "procedure",
3469
+ 0
3470
+ ],
3471
+ [
3472
+ "fault",
3473
+ "fault",
3474
+ 1
3475
+ ],
3476
+ [
3477
+ "adjustment process",
3478
+ "activity",
3479
+ 0
3480
+ ],
3481
+ [
3482
+ "resourcerole",
3483
+ "location",
3484
+ 0
3485
+ ],
3486
+ [
3487
+ "fehler",
3488
+ "image",
3489
+ 0
3490
+ ],
3491
+ [
3492
+ "result",
3493
+ "kostenmerkmalkatalog",
3494
+ 0
3495
+ ],
3496
+ [
3497
+ "aufzeichnung",
3498
+ "assessment",
3499
+ 1
3500
+ ],
3501
+ [
3502
+ "propertystate",
3503
+ "muster",
3504
+ 0
3505
+ ],
3506
+ [
3507
+ "measurement",
3508
+ "damage",
3509
+ 0
3510
+ ],
3511
+ [
3512
+ "plan",
3513
+ "defect",
3514
+ 0
3515
+ ],
3516
+ [
3517
+ "failure categorie",
3518
+ "pr\u00fcfbescheinigung",
3519
+ 0
3520
+ ],
3521
+ [
3522
+ "inspection",
3523
+ "review",
3524
+ 0
3525
+ ],
3526
+ [
3527
+ "continuant",
3528
+ "onedimensionaltemporalregion",
3529
+ 0
3530
+ ],
3531
+ [
3532
+ "fehlermerkmalskatalog",
3533
+ "fehlermerkmalskatalog",
3534
+ 1
3535
+ ],
3536
+ [
3537
+ "constructionprocedure",
3538
+ "propertystate",
3539
+ 0
3540
+ ],
3541
+ [
3542
+ "labeling",
3543
+ "relationalquality",
3544
+ 0
3545
+ ],
3546
+ [
3547
+ "temporalregion",
3548
+ "process",
3549
+ 0
3550
+ ],
3551
+ [
3552
+ "specificallydependentcontinuant",
3553
+ "independentcontinuant",
3554
+ 0
3555
+ ],
3556
+ [
3557
+ "property",
3558
+ "measurable attribute",
3559
+ 0
3560
+ ],
3561
+ [
3562
+ "facility",
3563
+ "equipment",
3564
+ 0
3565
+ ],
3566
+ [
3567
+ "ursache",
3568
+ "kostenmerkmalkatalog",
3569
+ 0
3570
+ ],
3571
+ [
3572
+ "specificallydependentcontinuant",
3573
+ "process",
3574
+ 0
3575
+ ],
3576
+ [
3577
+ "physical item",
3578
+ "group",
3579
+ 0
3580
+ ],
3581
+ [
3582
+ "realizableentity",
3583
+ "role",
3584
+ 0
3585
+ ],
3586
+ [
3587
+ "assessment",
3588
+ "actual characteristic value",
3589
+ 0
3590
+ ],
3591
+ [
3592
+ "assessment",
3593
+ "evaluation",
3594
+ 1
3595
+ ],
3596
+ [
3597
+ "nonconformity",
3598
+ "noncompliance",
3599
+ 1
3600
+ ],
3601
+ [
3602
+ "property",
3603
+ "propertystate",
3604
+ 0
3605
+ ],
3606
+ [
3607
+ "onedimensionaltemporalregion",
3608
+ "zerodimensionaltemporalregion",
3609
+ 0
3610
+ ],
3611
+ [
3612
+ "role",
3613
+ "facility",
3614
+ 0
3615
+ ],
3616
+ [
3617
+ "monitoring",
3618
+ "monitoring",
3619
+ 1
3620
+ ],
3621
+ [
3622
+ "image",
3623
+ "konformit\u00e4t",
3624
+ 0
3625
+ ],
3626
+ [
3627
+ "quality characteristic",
3628
+ "process type",
3629
+ 0
3630
+ ],
3631
+ [
3632
+ "video",
3633
+ "pr\u00fcfbescheinigung",
3634
+ 0
3635
+ ],
3636
+ [
3637
+ "immaterialentity",
3638
+ "activity",
3639
+ 0
3640
+ ],
3641
+ [
3642
+ "property",
3643
+ "characteristic",
3644
+ 1
3645
+ ],
3646
+ [
3647
+ "noncompliance",
3648
+ "compliance",
3649
+ 0
3650
+ ],
3651
+ [
3652
+ "featurecatalog",
3653
+ "zeitmerkmalkatalog",
3654
+ 0
3655
+ ],
3656
+ [
3657
+ "noncompliance",
3658
+ "result",
3659
+ 0
3660
+ ],
3661
+ [
3662
+ "activity",
3663
+ "immaterialentity",
3664
+ 0
3665
+ ],
3666
+ [
3667
+ "konformit\u00e4t",
3668
+ "noncompliance",
3669
+ 0
3670
+ ],
3671
+ [
3672
+ "mangel",
3673
+ "defect",
3674
+ 1
3675
+ ],
3676
+ [
3677
+ "qualitative attribute",
3678
+ "quantitative characteristic",
3679
+ 0
3680
+ ],
3681
+ [
3682
+ "compliance",
3683
+ "video",
3684
+ 0
3685
+ ],
3686
+ [
3687
+ "kostenmerkmalkatalog",
3688
+ "result",
3689
+ 0
3690
+ ],
3691
+ [
3692
+ "compliance",
3693
+ "fehler",
3694
+ 0
3695
+ ],
3696
+ [
3697
+ "determination",
3698
+ "evaluation",
3699
+ 0
3700
+ ],
3701
+ [
3702
+ "fault",
3703
+ "mangel",
3704
+ 1
3705
+ ],
3706
+ [
3707
+ "inspection",
3708
+ "muster",
3709
+ 0
3710
+ ],
3711
+ [
3712
+ "spatialextent",
3713
+ "spatialextent",
3714
+ 1
3715
+ ],
3716
+ [
3717
+ "pr\u00fcfanweisung",
3718
+ "monitoring",
3719
+ 0
3720
+ ],
3721
+ [
3722
+ "physical item",
3723
+ "object",
3724
+ 1
3725
+ ],
3726
+ [
3727
+ "category",
3728
+ "geodeticposition",
3729
+ 0
3730
+ ],
3731
+ [
3732
+ "processboundary",
3733
+ "physical item",
3734
+ 0
3735
+ ],
3736
+ [
3737
+ "fehler",
3738
+ "video",
3739
+ 0
3740
+ ],
3741
+ [
3742
+ "externe ressource",
3743
+ "conformity",
3744
+ 0
3745
+ ],
3746
+ [
3747
+ "fault",
3748
+ "defect",
3749
+ 1
3750
+ ],
3751
+ [
3752
+ "labeling",
3753
+ "occurrent",
3754
+ 0
3755
+ ],
3756
+ [
3757
+ "fault",
3758
+ "beurteilung des fortschritts",
3759
+ 0
3760
+ ],
3761
+ [
3762
+ "inspectionequipment",
3763
+ "inspectionequipment",
3764
+ 1
3765
+ ],
3766
+ [
3767
+ "process",
3768
+ "spatiotemporalregion",
3769
+ 0
3770
+ ],
3771
+ [
3772
+ "actuation",
3773
+ "observation",
3774
+ 0
3775
+ ],
3776
+ [
3777
+ "harm",
3778
+ "harm",
3779
+ 1
3780
+ ],
3781
+ [
3782
+ "pr\u00fcfbescheinigung",
3783
+ "image",
3784
+ 0
3785
+ ],
3786
+ [
3787
+ "nonconformity",
3788
+ "fehler",
3789
+ 1
3790
+ ]
3791
+ ],
3792
+ "val": [
3793
+ [
3794
+ "conformity",
3795
+ "failure categorie",
3796
+ 0
3797
+ ],
3798
+ [
3799
+ "spatialregion",
3800
+ "continuantfiatboundary",
3801
+ 0
3802
+ ],
3803
+ [
3804
+ "disposition",
3805
+ "independentcontinuant",
3806
+ 0
3807
+ ],
3808
+ [
3809
+ "activity or event",
3810
+ "process",
3811
+ 1
3812
+ ],
3813
+ [
3814
+ "documentation",
3815
+ "record",
3816
+ 1
3817
+ ],
3818
+ [
3819
+ "measurable attribute",
3820
+ "qualitative attribute",
3821
+ 0
3822
+ ],
3823
+ [
3824
+ "immaterialentity",
3825
+ "timeinterval",
3826
+ 0
3827
+ ],
3828
+ [
3829
+ "buildingunit",
3830
+ "realizableentity",
3831
+ 0
3832
+ ],
3833
+ [
3834
+ "independentcontinuant",
3835
+ "disposition",
3836
+ 0
3837
+ ],
3838
+ [
3839
+ "procedure",
3840
+ "process type",
3841
+ 1
3842
+ ],
3843
+ [
3844
+ "process",
3845
+ "cartesianposition",
3846
+ 0
3847
+ ],
3848
+ [
3849
+ "qualitative characteristic",
3850
+ "qualitative attribute",
3851
+ 1
3852
+ ],
3853
+ [
3854
+ "tool",
3855
+ "building",
3856
+ 0
3857
+ ],
3858
+ [
3859
+ "record",
3860
+ "documentation",
3861
+ 1
3862
+ ],
3863
+ [
3864
+ "group",
3865
+ "continuant",
3866
+ 0
3867
+ ],
3868
+ [
3869
+ "aufzeichnung",
3870
+ "evaluation",
3871
+ 1
3872
+ ],
3873
+ [
3874
+ "image",
3875
+ "result",
3876
+ 0
3877
+ ],
3878
+ [
3879
+ "damage",
3880
+ "fault",
3881
+ 0
3882
+ ],
3883
+ [
3884
+ "compliance",
3885
+ "procedure",
3886
+ 0
3887
+ ],
3888
+ [
3889
+ "quality characteristic",
3890
+ "qualitative attribute",
3891
+ 1
3892
+ ],
3893
+ [
3894
+ "qualitative characteristic",
3895
+ "quality characteristic",
3896
+ 1
3897
+ ],
3898
+ [
3899
+ "compliance",
3900
+ "externe ressource",
3901
+ 0
3902
+ ],
3903
+ [
3904
+ "test",
3905
+ "monitoring",
3906
+ 0
3907
+ ],
3908
+ [
3909
+ "property",
3910
+ "schaden",
3911
+ 0
3912
+ ],
3913
+ [
3914
+ "messmittel",
3915
+ "featurecatalog",
3916
+ 0
3917
+ ],
3918
+ [
3919
+ "property",
3920
+ "actual characteristic value",
3921
+ 0
3922
+ ],
3923
+ [
3924
+ "equipment",
3925
+ "continuantfiatboundary",
3926
+ 0
3927
+ ],
3928
+ [
3929
+ "measurable attribute",
3930
+ "quantitative characteristic",
3931
+ 1
3932
+ ],
3933
+ [
3934
+ "immaterialentity",
3935
+ "independentcontinuant",
3936
+ 0
3937
+ ],
3938
+ [
3939
+ "physical item",
3940
+ "occurrent",
3941
+ 0
3942
+ ],
3943
+ [
3944
+ "processboundary",
3945
+ "temporalregion",
3946
+ 0
3947
+ ],
3948
+ [
3949
+ "kostenmerkmalkatalog",
3950
+ "pr\u00fcfungsmethode",
3951
+ 0
3952
+ ],
3953
+ [
3954
+ "immaterialentity",
3955
+ "specificallydependentcontinuant",
3956
+ 0
3957
+ ],
3958
+ [
3959
+ "building",
3960
+ "facility",
3961
+ 1
3962
+ ],
3963
+ [
3964
+ "actual characteristic value",
3965
+ "result",
3966
+ 0
3967
+ ],
3968
+ [
3969
+ "process type",
3970
+ "procedure",
3971
+ 1
3972
+ ],
3973
+ [
3974
+ "conformity",
3975
+ "noncompliance",
3976
+ 0
3977
+ ],
3978
+ [
3979
+ "review",
3980
+ "measurement",
3981
+ 0
3982
+ ],
3983
+ [
3984
+ "defect",
3985
+ "fehler",
3986
+ 0
3987
+ ],
3988
+ [
3989
+ "measurement",
3990
+ "review",
3991
+ 0
3992
+ ],
3993
+ [
3994
+ "temporalregion",
3995
+ "spatiotemporalregion",
3996
+ 0
3997
+ ],
3998
+ [
3999
+ "schaden",
4000
+ "defect",
4001
+ 0
4002
+ ],
4003
+ [
4004
+ "test",
4005
+ "record",
4006
+ 0
4007
+ ],
4008
+ [
4009
+ "materialentity",
4010
+ "measurement process",
4011
+ 0
4012
+ ],
4013
+ [
4014
+ "procedure",
4015
+ "compliance",
4016
+ 0
4017
+ ],
4018
+ [
4019
+ "konformit\u00e4t",
4020
+ "plan",
4021
+ 0
4022
+ ],
4023
+ [
4024
+ "review",
4025
+ "inspection",
4026
+ 0
4027
+ ],
4028
+ [
4029
+ "monitoring",
4030
+ "pr\u00fcfanweisung",
4031
+ 0
4032
+ ],
4033
+ [
4034
+ "quality characteristic",
4035
+ "measurable attribute",
4036
+ 0
4037
+ ],
4038
+ [
4039
+ "property",
4040
+ "quantitative characteristic",
4041
+ 0
4042
+ ],
4043
+ [
4044
+ "externe ressource",
4045
+ "mangel",
4046
+ 0
4047
+ ],
4048
+ [
4049
+ "compliance",
4050
+ "image",
4051
+ 0
4052
+ ],
4053
+ [
4054
+ "spatialposition",
4055
+ "spatialregion",
4056
+ 0
4057
+ ],
4058
+ [
4059
+ "constructionprocedure",
4060
+ "determination",
4061
+ 0
4062
+ ],
4063
+ [
4064
+ "fehler",
4065
+ "conformity",
4066
+ 0
4067
+ ],
4068
+ [
4069
+ "nonconformity",
4070
+ "compliance",
4071
+ 0
4072
+ ],
4073
+ [
4074
+ "immaterialentity",
4075
+ "activity",
4076
+ 0
4077
+ ],
4078
+ [
4079
+ "kostenmerkmalkatalog",
4080
+ "result",
4081
+ 0
4082
+ ]
4083
+ ],
4084
+ "val+": [
4085
+ [
4086
+ "immaterialentity",
4087
+ "specificallydependentcontinuant",
4088
+ 0
4089
+ ],
4090
+ [
4091
+ "image",
4092
+ "result",
4093
+ 0
4094
+ ],
4095
+ [
4096
+ "process",
4097
+ "realizableentity",
4098
+ 0
4099
+ ],
4100
+ [
4101
+ "occurrent",
4102
+ "entity",
4103
+ 0
4104
+ ],
4105
+ [
4106
+ "measurable attribute",
4107
+ "qualitative attribute",
4108
+ 0
4109
+ ],
4110
+ [
4111
+ "property",
4112
+ "quantitative characteristic",
4113
+ 0
4114
+ ],
4115
+ [
4116
+ "review",
4117
+ "characteristic value",
4118
+ 0
4119
+ ],
4120
+ [
4121
+ "independentcontinuant",
4122
+ "disposition",
4123
+ 0
4124
+ ],
4125
+ [
4126
+ "conformity",
4127
+ "failure categorie",
4128
+ 0
4129
+ ],
4130
+ [
4131
+ "spatiotemporalregion",
4132
+ "processboundary",
4133
+ 0
4134
+ ],
4135
+ [
4136
+ "beurteilung des fortschritts",
4137
+ "property",
4138
+ 0
4139
+ ],
4140
+ [
4141
+ "process",
4142
+ "cartesianposition",
4143
+ 0
4144
+ ],
4145
+ [
4146
+ "materialentity",
4147
+ "independentcontinuant",
4148
+ 0
4149
+ ],
4150
+ [
4151
+ "intentional process",
4152
+ "adjustment process",
4153
+ 0
4154
+ ],
4155
+ [
4156
+ "occurrent",
4157
+ "occurrent",
4158
+ 1
4159
+ ],
4160
+ [
4161
+ "disposition",
4162
+ "independentcontinuant",
4163
+ 0
4164
+ ],
4165
+ [
4166
+ "equipment",
4167
+ "continuantfiatboundary",
4168
+ 0
4169
+ ],
4170
+ [
4171
+ "fehler",
4172
+ "conformity",
4173
+ 0
4174
+ ],
4175
+ [
4176
+ "image",
4177
+ "image",
4178
+ 1
4179
+ ],
4180
+ [
4181
+ "equipment",
4182
+ "building",
4183
+ 0
4184
+ ],
4185
+ [
4186
+ "property",
4187
+ "actual characteristic value",
4188
+ 0
4189
+ ],
4190
+ [
4191
+ "fehler",
4192
+ "externe ressource",
4193
+ 0
4194
+ ],
4195
+ [
4196
+ "actual characteristic value",
4197
+ "result",
4198
+ 0
4199
+ ],
4200
+ [
4201
+ "compliance",
4202
+ "externe ressource",
4203
+ 0
4204
+ ],
4205
+ [
4206
+ "review",
4207
+ "measurement",
4208
+ 0
4209
+ ],
4210
+ [
4211
+ "procedure",
4212
+ "process type",
4213
+ 1
4214
+ ],
4215
+ [
4216
+ "review",
4217
+ "inspection",
4218
+ 0
4219
+ ],
4220
+ [
4221
+ "konformit\u00e4t",
4222
+ "pr\u00fcfbescheinigung",
4223
+ 0
4224
+ ],
4225
+ [
4226
+ "independentcontinuant",
4227
+ "specificallydependentcontinuant",
4228
+ 0
4229
+ ],
4230
+ [
4231
+ "featurestate",
4232
+ "featurestate",
4233
+ 1
4234
+ ],
4235
+ [
4236
+ "group",
4237
+ "continuant",
4238
+ 0
4239
+ ],
4240
+ [
4241
+ "defect",
4242
+ "plan",
4243
+ 0
4244
+ ],
4245
+ [
4246
+ "video",
4247
+ "image",
4248
+ 0
4249
+ ],
4250
+ [
4251
+ "test",
4252
+ "monitoring",
4253
+ 0
4254
+ ],
4255
+ [
4256
+ "activity or event",
4257
+ "temporalregion",
4258
+ 0
4259
+ ],
4260
+ [
4261
+ "building",
4262
+ "facility",
4263
+ 1
4264
+ ],
4265
+ [
4266
+ "disposition",
4267
+ "disposition",
4268
+ 1
4269
+ ],
4270
+ [
4271
+ "spatiotemporalregion",
4272
+ "spatiotemporalregion",
4273
+ 1
4274
+ ],
4275
+ [
4276
+ "facility",
4277
+ "role",
4278
+ 0
4279
+ ],
4280
+ [
4281
+ "failure categorie",
4282
+ "activity",
4283
+ 0
4284
+ ],
4285
+ [
4286
+ "measurable attribute",
4287
+ "quantitative characteristic",
4288
+ 1
4289
+ ],
4290
+ [
4291
+ "constructionprocedure",
4292
+ "determination",
4293
+ 0
4294
+ ],
4295
+ [
4296
+ "observation",
4297
+ "adjustment process",
4298
+ 0
4299
+ ],
4300
+ [
4301
+ "beurteilung des fortschritts",
4302
+ "object",
4303
+ 0
4304
+ ],
4305
+ [
4306
+ "activity or event",
4307
+ "process",
4308
+ 1
4309
+ ],
4310
+ [
4311
+ "characteristic",
4312
+ "characteristic",
4313
+ 1
4314
+ ],
4315
+ [
4316
+ "measurement",
4317
+ "review",
4318
+ 0
4319
+ ],
4320
+ [
4321
+ "timeinterval",
4322
+ "immaterialentity",
4323
+ 0
4324
+ ],
4325
+ [
4326
+ "characteristic value",
4327
+ "plan",
4328
+ 0
4329
+ ],
4330
+ [
4331
+ " corpus_info ",
4332
+ " corpus_info ",
4333
+ 1
4334
+ ],
4335
+ [
4336
+ "continuantfiatboundary",
4337
+ "spatialregion",
4338
+ 0
4339
+ ],
4340
+ [
4341
+ "relationalquality",
4342
+ "spatialquality",
4343
+ 0
4344
+ ],
4345
+ [
4346
+ "continuant",
4347
+ "tool",
4348
+ 0
4349
+ ],
4350
+ [
4351
+ "record",
4352
+ "documentation",
4353
+ 1
4354
+ ],
4355
+ [
4356
+ "qualitative characteristic",
4357
+ "qualitative attribute",
4358
+ 1
4359
+ ],
4360
+ [
4361
+ "beurteilung des fortschritts",
4362
+ "beurteilung des fortschritts",
4363
+ 1
4364
+ ],
4365
+ [
4366
+ "nonconformity",
4367
+ "pr\u00fcfbescheinigung",
4368
+ 0
4369
+ ],
4370
+ [
4371
+ "inspection",
4372
+ "monitoring",
4373
+ 0
4374
+ ],
4375
+ [
4376
+ "measurement",
4377
+ "inspection",
4378
+ 0
4379
+ ],
4380
+ [
4381
+ "documentation",
4382
+ "record",
4383
+ 1
4384
+ ],
4385
+ [
4386
+ "kostenmerkmalkatalog",
4387
+ "zeitmerkmalkatalog",
4388
+ 0
4389
+ ],
4390
+ [
4391
+ "continuantfiatboundary",
4392
+ "equipment",
4393
+ 0
4394
+ ],
4395
+ [
4396
+ "object",
4397
+ "inspectionequipment",
4398
+ 0
4399
+ ],
4400
+ [
4401
+ "observation",
4402
+ "observation",
4403
+ 1
4404
+ ],
4405
+ [
4406
+ "monitoring",
4407
+ "test",
4408
+ 0
4409
+ ],
4410
+ [
4411
+ "actuation",
4412
+ "cartesianposition",
4413
+ 0
4414
+ ],
4415
+ [
4416
+ "kostenmerkmalkatalog",
4417
+ "pr\u00fcfungsmethode",
4418
+ 0
4419
+ ],
4420
+ [
4421
+ "immaterialentity",
4422
+ "activity",
4423
+ 0
4424
+ ],
4425
+ [
4426
+ "result",
4427
+ "noncompliance",
4428
+ 0
4429
+ ],
4430
+ [
4431
+ "capability",
4432
+ "capability",
4433
+ 1
4434
+ ],
4435
+ [
4436
+ "building",
4437
+ "tool",
4438
+ 0
4439
+ ],
4440
+ [
4441
+ "messmittel",
4442
+ "featurecatalog",
4443
+ 0
4444
+ ],
4445
+ [
4446
+ "externe ressource",
4447
+ "measurement",
4448
+ 0
4449
+ ],
4450
+ [
4451
+ "result",
4452
+ "procedure",
4453
+ 0
4454
+ ],
4455
+ [
4456
+ "materialentity",
4457
+ "measurement process",
4458
+ 0
4459
+ ],
4460
+ [
4461
+ "process type",
4462
+ "procedure",
4463
+ 1
4464
+ ],
4465
+ [
4466
+ "identifier",
4467
+ "identifier",
4468
+ 1
4469
+ ],
4470
+ [
4471
+ "aufzeichnung",
4472
+ "fehlermerkmalskatalog",
4473
+ 0
4474
+ ],
4475
+ [
4476
+ "continuantfiatboundary",
4477
+ "capability",
4478
+ 0
4479
+ ],
4480
+ [
4481
+ "spatialposition",
4482
+ "spatialregion",
4483
+ 0
4484
+ ],
4485
+ [
4486
+ "group",
4487
+ "physical item",
4488
+ 0
4489
+ ],
4490
+ [
4491
+ "category",
4492
+ "identifier",
4493
+ 0
4494
+ ],
4495
+ [
4496
+ "occurrent",
4497
+ "object",
4498
+ 0
4499
+ ],
4500
+ [
4501
+ "physical item",
4502
+ "occurrent",
4503
+ 0
4504
+ ],
4505
+ [
4506
+ "onedimensionaltemporalregion",
4507
+ "continuant",
4508
+ 0
4509
+ ],
4510
+ [
4511
+ "schaden",
4512
+ "defect",
4513
+ 0
4514
+ ],
4515
+ [
4516
+ "measurement process",
4517
+ "adjustment process",
4518
+ 0
4519
+ ],
4520
+ [
4521
+ "nonconformity",
4522
+ "compliance",
4523
+ 0
4524
+ ],
4525
+ [
4526
+ "spatialregion",
4527
+ "continuantfiatboundary",
4528
+ 0
4529
+ ],
4530
+ [
4531
+ "procedure",
4532
+ "compliance",
4533
+ 0
4534
+ ],
4535
+ [
4536
+ "externe ressource",
4537
+ "mangel",
4538
+ 0
4539
+ ],
4540
+ [
4541
+ "damage",
4542
+ "fault",
4543
+ 0
4544
+ ],
4545
+ [
4546
+ "conformity",
4547
+ "noncompliance",
4548
+ 0
4549
+ ],
4550
+ [
4551
+ "result",
4552
+ "konformit\u00e4t",
4553
+ 0
4554
+ ],
4555
+ [
4556
+ "documentation",
4557
+ "schaden",
4558
+ 0
4559
+ ],
4560
+ [
4561
+ "occurrent",
4562
+ "continuantfiatboundary",
4563
+ 0
4564
+ ],
4565
+ [
4566
+ "monitoring",
4567
+ "pr\u00fcfanweisung",
4568
+ 0
4569
+ ],
4570
+ [
4571
+ "compliance",
4572
+ "compliance",
4573
+ 1
4574
+ ],
4575
+ [
4576
+ "spatiotemporalregion",
4577
+ "process",
4578
+ 0
4579
+ ],
4580
+ [
4581
+ "qualitative characteristic",
4582
+ "quality characteristic",
4583
+ 1
4584
+ ],
4585
+ [
4586
+ "measurement process",
4587
+ "measurement process",
4588
+ 1
4589
+ ],
4590
+ [
4591
+ "characteristic value",
4592
+ "inspector",
4593
+ 0
4594
+ ],
4595
+ [
4596
+ "konformit\u00e4t",
4597
+ "plan",
4598
+ 0
4599
+ ],
4600
+ [
4601
+ "continuant",
4602
+ "object",
4603
+ 0
4604
+ ],
4605
+ [
4606
+ "kostenmerkmalkatalog",
4607
+ "result",
4608
+ 0
4609
+ ],
4610
+ [
4611
+ "noncompliance",
4612
+ "featurecatalog",
4613
+ 0
4614
+ ],
4615
+ [
4616
+ "compliance",
4617
+ "image",
4618
+ 0
4619
+ ],
4620
+ [
4621
+ "immaterialentity",
4622
+ "timeinterval",
4623
+ 0
4624
+ ],
4625
+ [
4626
+ "spatialorientation",
4627
+ "occurrent",
4628
+ 0
4629
+ ],
4630
+ [
4631
+ "buildingunit",
4632
+ "realizableentity",
4633
+ 0
4634
+ ],
4635
+ [
4636
+ "physical item",
4637
+ "continuant",
4638
+ 0
4639
+ ],
4640
+ [
4641
+ "activity",
4642
+ "immaterialentity",
4643
+ 0
4644
+ ],
4645
+ [
4646
+ "compliance",
4647
+ "procedure",
4648
+ 0
4649
+ ],
4650
+ [
4651
+ "fault",
4652
+ "damage",
4653
+ 0
4654
+ ],
4655
+ [
4656
+ "onedimensionaltemporalregion",
4657
+ "zerodimensionaltemporalregion",
4658
+ 0
4659
+ ],
4660
+ [
4661
+ "property",
4662
+ "schaden",
4663
+ 0
4664
+ ],
4665
+ [
4666
+ "defect",
4667
+ "fehler",
4668
+ 0
4669
+ ],
4670
+ [
4671
+ "result",
4672
+ "pr\u00fcfbescheinigung",
4673
+ 0
4674
+ ],
4675
+ [
4676
+ "damage",
4677
+ "mangel",
4678
+ 0
4679
+ ],
4680
+ [
4681
+ "location",
4682
+ "location",
4683
+ 1
4684
+ ],
4685
+ [
4686
+ "muster",
4687
+ "equipment",
4688
+ 0
4689
+ ],
4690
+ [
4691
+ "object",
4692
+ "occurrent",
4693
+ 0
4694
+ ],
4695
+ [
4696
+ "resourcerole",
4697
+ "process",
4698
+ 0
4699
+ ],
4700
+ [
4701
+ "fehler",
4702
+ "konformit\u00e4t",
4703
+ 0
4704
+ ],
4705
+ [
4706
+ "quality characteristic",
4707
+ "ursache",
4708
+ 0
4709
+ ],
4710
+ [
4711
+ "qualitative characteristic",
4712
+ "object",
4713
+ 0
4714
+ ],
4715
+ [
4716
+ "spatialextent",
4717
+ "site",
4718
+ 0
4719
+ ],
4720
+ [
4721
+ "resourcerole",
4722
+ "intentional process",
4723
+ 0
4724
+ ],
4725
+ [
4726
+ "plan",
4727
+ "characteristic value",
4728
+ 0
4729
+ ],
4730
+ [
4731
+ "quality characteristic",
4732
+ "measurable attribute",
4733
+ 0
4734
+ ],
4735
+ [
4736
+ "test",
4737
+ "record",
4738
+ 0
4739
+ ],
4740
+ [
4741
+ "noncompliance",
4742
+ "video",
4743
+ 0
4744
+ ],
4745
+ [
4746
+ "immaterialentity",
4747
+ "independentcontinuant",
4748
+ 0
4749
+ ],
4750
+ [
4751
+ "continuantfiatboundary",
4752
+ "occurrent",
4753
+ 0
4754
+ ],
4755
+ [
4756
+ "harm",
4757
+ "mangel",
4758
+ 0
4759
+ ],
4760
+ [
4761
+ "timeinterval",
4762
+ "timeinterval",
4763
+ 1
4764
+ ],
4765
+ [
4766
+ "cartesianposition",
4767
+ "geodeticposition",
4768
+ 0
4769
+ ],
4770
+ [
4771
+ "konformit\u00e4t",
4772
+ "konformit\u00e4t",
4773
+ 1
4774
+ ],
4775
+ [
4776
+ "processboundary",
4777
+ "temporalregion",
4778
+ 0
4779
+ ],
4780
+ [
4781
+ "propertystate",
4782
+ "propertystate",
4783
+ 1
4784
+ ],
4785
+ [
4786
+ "review",
4787
+ "review",
4788
+ 1
4789
+ ],
4790
+ [
4791
+ "actuation",
4792
+ "measurement process",
4793
+ 0
4794
+ ],
4795
+ [
4796
+ "quality characteristic",
4797
+ "qualitative attribute",
4798
+ 1
4799
+ ],
4800
+ [
4801
+ "harm",
4802
+ "fault",
4803
+ 0
4804
+ ],
4805
+ [
4806
+ "temporalregion",
4807
+ "spatiotemporalregion",
4808
+ 0
4809
+ ],
4810
+ [
4811
+ "test",
4812
+ "measurement",
4813
+ 0
4814
+ ],
4815
+ [
4816
+ "aufzeichnung",
4817
+ "evaluation",
4818
+ 1
4819
+ ],
4820
+ [
4821
+ "tool",
4822
+ "building",
4823
+ 0
4824
+ ],
4825
+ [
4826
+ "conformity",
4827
+ "nonconformity",
4828
+ 0
4829
+ ],
4830
+ [
4831
+ "ursache",
4832
+ "ursache",
4833
+ 1
4834
+ ],
4835
+ [
4836
+ "plan",
4837
+ "plan",
4838
+ 1
4839
+ ],
4840
+ [
4841
+ "result",
4842
+ "compliance",
4843
+ 0
4844
+ ]
4845
+ ]
4846
+ }
ResultsOCQA_DiCon/ocqatest/fine-tune.data/us.info ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ data sizes before merging and duplicates removal ...
2
+ us_io_train: 229
3
+ us_io_train_ids: 426
4
+ us_io_val: 58
5
+ us_io_val: 58
6
+ us_io_val_ids: 107
7
+ generate unsupervised data files with following sizes ...
8
+ train: 229
9
+ train+: 528
10
+ val: 58
11
+ val+: 152
12
+ test: 0
ResultsOCQA_DiCon/ocqatest/fine-tune.exp/us.ids.exp/checkpoint-50/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "SebSeis/ConstructionBERT",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "initializer_range": 0.02,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "distilbert",
14
+ "n_heads": 12,
15
+ "n_layers": 6,
16
+ "pad_token_id": 0,
17
+ "problem_type": "single_label_classification",
18
+ "qa_dropout": 0.1,
19
+ "seq_classif_dropout": 0.2,
20
+ "sinusoidal_pos_embds": false,
21
+ "tie_weights_": true,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.49.0",
24
+ "vocab_size": 30522
25
+ }
ResultsOCQA_DiCon/ocqatest/fine-tune.exp/us.ids.exp/checkpoint-50/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:566556cb18c13011e329dbeb3b22306d74d6d8ad4ade5e991add829d22de4b64
3
+ size 267832560
ResultsOCQA_DiCon/ocqatest/fine-tune.exp/us.ids.exp/checkpoint-50/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9da88b4911bb723f0c0099211d6a8966caea115230710e20f872e57e0c331cd
3
+ size 535727755
ResultsOCQA_DiCon/ocqatest/fine-tune.exp/us.ids.exp/checkpoint-50/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a074c1f21625ca8c833ad4b13b3a63148bbd867000604b76760e4f055fa4e47
3
+ size 14645
ResultsOCQA_DiCon/ocqatest/fine-tune.exp/us.ids.exp/checkpoint-50/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4789b5c3504bdbb3ad02925f9e12a37df160503c01482a1837419fa64fee073c
3
+ size 1465
ResultsOCQA_DiCon/ocqatest/fine-tune.exp/us.ids.exp/checkpoint-50/special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
ResultsOCQA_DiCon/ocqatest/fine-tune.exp/us.ids.exp/checkpoint-50/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
ResultsOCQA_DiCon/ocqatest/fine-tune.exp/us.ids.exp/checkpoint-50/tokenizer_config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "extra_special_tokens": {},
49
+ "mask_token": "[MASK]",
50
+ "model_max_length": 1000000000000000019884624838656,
51
+ "never_split": null,
52
+ "pad_token": "[PAD]",
53
+ "sep_token": "[SEP]",
54
+ "strip_accents": null,
55
+ "tokenize_chinese_chars": true,
56
+ "tokenizer_class": "DistilBertTokenizer",
57
+ "unk_token": "[UNK]"
58
+ }
ResultsOCQA_DiCon/ocqatest/fine-tune.exp/us.ids.exp/checkpoint-50/trainer_state.json ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.4067809581756592,
3
+ "best_model_checkpoint": "{experiment_dir}/ocqatest/fine-tune.exp/us.ids.exp\\checkpoint-50",
4
+ "epoch": 3.0,
5
+ "eval_steps": 50,
6
+ "global_step": 51,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.17647058823529413,
13
+ "grad_norm": 1.870173692703247,
14
+ "learning_rate": 4.705882352941177e-05,
15
+ "loss": 0.6978,
16
+ "step": 3
17
+ },
18
+ {
19
+ "epoch": 0.35294117647058826,
20
+ "grad_norm": 1.7551823854446411,
21
+ "learning_rate": 4.411764705882353e-05,
22
+ "loss": 0.5956,
23
+ "step": 6
24
+ },
25
+ {
26
+ "epoch": 0.5294117647058824,
27
+ "grad_norm": 1.240633249282837,
28
+ "learning_rate": 4.11764705882353e-05,
29
+ "loss": 0.6043,
30
+ "step": 9
31
+ },
32
+ {
33
+ "epoch": 0.7058823529411765,
34
+ "grad_norm": 1.0581614971160889,
35
+ "learning_rate": 3.8235294117647055e-05,
36
+ "loss": 0.512,
37
+ "step": 12
38
+ },
39
+ {
40
+ "epoch": 0.8823529411764706,
41
+ "grad_norm": 1.5111079216003418,
42
+ "learning_rate": 3.529411764705883e-05,
43
+ "loss": 0.482,
44
+ "step": 15
45
+ },
46
+ {
47
+ "epoch": 1.0588235294117647,
48
+ "grad_norm": 1.3130675554275513,
49
+ "learning_rate": 3.235294117647059e-05,
50
+ "loss": 0.6305,
51
+ "step": 18
52
+ },
53
+ {
54
+ "epoch": 1.2352941176470589,
55
+ "grad_norm": 1.7022175788879395,
56
+ "learning_rate": 2.9411764705882354e-05,
57
+ "loss": 0.4741,
58
+ "step": 21
59
+ },
60
+ {
61
+ "epoch": 1.4117647058823528,
62
+ "grad_norm": 1.5174076557159424,
63
+ "learning_rate": 2.647058823529412e-05,
64
+ "loss": 0.5833,
65
+ "step": 24
66
+ },
67
+ {
68
+ "epoch": 1.5882352941176472,
69
+ "grad_norm": 1.7253036499023438,
70
+ "learning_rate": 2.3529411764705884e-05,
71
+ "loss": 0.4832,
72
+ "step": 27
73
+ },
74
+ {
75
+ "epoch": 1.7647058823529411,
76
+ "grad_norm": 3.457418441772461,
77
+ "learning_rate": 2.058823529411765e-05,
78
+ "loss": 0.5393,
79
+ "step": 30
80
+ },
81
+ {
82
+ "epoch": 1.9411764705882353,
83
+ "grad_norm": 1.8718621730804443,
84
+ "learning_rate": 1.7647058823529414e-05,
85
+ "loss": 0.4262,
86
+ "step": 33
87
+ },
88
+ {
89
+ "epoch": 2.1176470588235294,
90
+ "grad_norm": 2.0161585807800293,
91
+ "learning_rate": 1.4705882352941177e-05,
92
+ "loss": 0.4157,
93
+ "step": 36
94
+ },
95
+ {
96
+ "epoch": 2.2941176470588234,
97
+ "grad_norm": 1.7114479541778564,
98
+ "learning_rate": 1.1764705882352942e-05,
99
+ "loss": 0.3775,
100
+ "step": 39
101
+ },
102
+ {
103
+ "epoch": 2.4705882352941178,
104
+ "grad_norm": 4.843390941619873,
105
+ "learning_rate": 8.823529411764707e-06,
106
+ "loss": 0.3579,
107
+ "step": 42
108
+ },
109
+ {
110
+ "epoch": 2.6470588235294117,
111
+ "grad_norm": 3.067556381225586,
112
+ "learning_rate": 5.882352941176471e-06,
113
+ "loss": 0.4695,
114
+ "step": 45
115
+ },
116
+ {
117
+ "epoch": 2.8235294117647056,
118
+ "grad_norm": 4.041836738586426,
119
+ "learning_rate": 2.9411764705882355e-06,
120
+ "loss": 0.4235,
121
+ "step": 48
122
+ },
123
+ {
124
+ "epoch": 2.9411764705882355,
125
+ "eval_accuracy": 0.8157894736842105,
126
+ "eval_loss": 0.4067809581756592,
127
+ "eval_runtime": 0.1605,
128
+ "eval_samples_per_second": 947.16,
129
+ "eval_steps_per_second": 31.157,
130
+ "step": 50
131
+ },
132
+ {
133
+ "epoch": 3.0,
134
+ "grad_norm": 2.4763362407684326,
135
+ "learning_rate": 0.0,
136
+ "loss": 0.3747,
137
+ "step": 51
138
+ }
139
+ ],
140
+ "logging_steps": 3,
141
+ "max_steps": 51,
142
+ "num_input_tokens_seen": 0,
143
+ "num_train_epochs": 3,
144
+ "save_steps": 0,
145
+ "stateful_callbacks": {
146
+ "TrainerControl": {
147
+ "args": {
148
+ "should_epoch_stop": false,
149
+ "should_evaluate": false,
150
+ "should_log": false,
151
+ "should_save": true,
152
+ "should_training_stop": true
153
+ },
154
+ "attributes": {}
155
+ }
156
+ },
157
+ "total_flos": 7476128811648.0,
158
+ "train_batch_size": 32,
159
+ "trial_name": null,
160
+ "trial_params": null
161
+ }
ResultsOCQA_DiCon/ocqatest/fine-tune.exp/us.ids.exp/checkpoint-50/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f050308d6fbae8cba607ebd3f7b666e538c8be8c38abdeeb40981704fe82dfb
3
+ size 5777
ResultsOCQA_DiCon/ocqatest/fine-tune.exp/us.ids.exp/checkpoint-50/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
ResultsOCQA_DiCon/ocqatest/fine-tune.exp/us.ids.exp/map.200/map.200.log ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Candidate Limit: 200
2
+ [Time: 0][SRC: https://w3id.org/ocqa#][Class-idx: 0][Mapping: ('http://w3id.org/seas/Property', 'dicv/Property', 1.0)]
3
+ [Time: 0][SRC: https://w3id.org/ocqa#][Class-idx: 1][Mapping: ('https://w3id.org/digitalconstruction/0.5/Entities#Equipment', 'Equipment', 1.0)]
4
+ [Time: 0][SRC: https://w3id.org/ocqa#][Class-idx: 2][Mapping: ('https://w3id.org/digitalconstruction/0.5/Entities#Object', 'Object', 1.0)]
5
+ [Time: 0][SRC: https://w3id.org/ocqa#][Class-idx: 3][Mapping: ('https://w3id.org/digitalconstruction/0.5/Entities#Occurrent', 'Occurrent', 1.0)]
6
+ [Time: 0][SRC: https://w3id.org/ocqa#][Class-idx: 4][Mapping: ('https://w3id.org/digitalconstruction/0.5/Processes#Activity', 'default1/Activity', 1.0)]
7
+ [Time: 0][SRC: https://w3id.org/ocqa#][Class-idx: 5] No candidates available for for current entity ...
8
+ [Time: 0][SRC: https://w3id.org/ocqa#][Class-idx: 6] No candidates available for for current entity ...
9
+ [Time: 0][SRC: https://w3id.org/ocqa#][Class-idx: 7] No candidates available for for current entity ...
10
+ [Time: 0][SRC: https://w3id.org/ocqa#][Class-idx: 8][Mapping: ('Characteristic', 'dicv/Property', 1.0)]
11
+ [Time: 0][SRC: https://w3id.org/ocqa#][Class-idx: 9][Mapping: ('https://w3id.org/opm#Property', 'dicv/Property', 1.0)]
12
+ [Time: 0][SRC: https://w3id.org/ocqa#][Class-idx: 10][Mapping: ('Conformity', 'MaterialEntity', np.float32(0.15887682))]
13
+ [Time: 0][SRC: https://w3id.org/ocqa#][Class-idx: 11] No candidates available for for current entity ...
14
+ [Time: 0][SRC: https://w3id.org/ocqa#][Class-idx: 12] No candidates available for for current entity ...
15
+ [Time: 0][SRC: https://w3id.org/ocqa#][Class-idx: 13] No candidates available for for current entity ...
16
+ [Time: 0][SRC: https://w3id.org/ocqa#][Class-idx: 14][Mapping: ('Procedure', 'default1/Observation', np.float32(0.27590683))]
17
+ [Time: 0][SRC: https://w3id.org/ocqa#][Class-idx: 15] No candidates available for for current entity ...
18
+ [Time: 1][SRC: https://w3id.org/ocqa#][Class-idx: 16][Mapping: ('Nonconformity', 'SpecificallyDependentContinuant', np.float32(0.19433722))]
19
+ [Time: 1][SRC: https://w3id.org/ocqa#][Class-idx: 17] No candidates available for for current entity ...
20
+ [Time: 1][SRC: https://w3id.org/ocqa#][Class-idx: 18] No candidates available for for current entity ...
21
+ [Time: 1][SRC: https://w3id.org/ocqa#][Class-idx: 19][Mapping: ('ExternalResource', 'default1/ResourceRole', np.float32(0.06655823))]
22
+ [Time: 1][SRC: https://w3id.org/ocqa#][Class-idx: 20] No candidates available for for current entity ...
23
+ [Time: 1][SRC: https://w3id.org/ocqa#][Class-idx: 21] No candidates available for for current entity ...
24
+ [Time: 1][SRC: https://w3id.org/ocqa#][Class-idx: 22] No candidates available for for current entity ...
25
+ [Time: 1][SRC: https://w3id.org/ocqa#][Class-idx: 23][Mapping: ('InspectionEquipment', 'default1/ResourceRole', np.float32(0.34281787))]
26
+ [Time: 1][SRC: https://w3id.org/ocqa#][Class-idx: 24] No candidates available for for current entity ...
27
+ [Time: 1][SRC: https://w3id.org/ocqa#][Class-idx: 25] No candidates available for for current entity ...
28
+ [Time: 1][SRC: https://w3id.org/ocqa#][Class-idx: 26] No candidates available for for current entity ...
29
+ [Time: 1][SRC: https://w3id.org/ocqa#][Class-idx: 27] No candidates available for for current entity ...
30
+ [Time: 1][SRC: https://w3id.org/ocqa#][Class-idx: 28][Mapping: ('Measurement', 'default1/Observation', np.float32(0.25748646))]
31
+ [Time: 1][SRC: https://w3id.org/ocqa#][Class-idx: 29] No candidates available for for current entity ...
32
+ [Time: 1][SRC: https://w3id.org/ocqa#][Class-idx: 30] No candidates available for for current entity ...
33
+ [Time: 1][SRC: https://w3id.org/ocqa#][Class-idx: 31] No candidates available for for current entity ...
34
+ [Time: 1][SRC: https://w3id.org/ocqa#][Class-idx: 32] No candidates available for for current entity ...
35
+ [Time: 1][SRC: https://w3id.org/ocqa#][Class-idx: 33][Mapping: ('QualityCharacteristic', 'Quality', np.float32(0.23235685))]
36
+ [Time: 1][SRC: https://w3id.org/ocqa#][Class-idx: 34] No candidates available for for current entity ...
37
+ [Time: 1][SRC: https://w3id.org/ocqa#][Class-idx: 35] No candidates available for for current entity ...
38
+ [Time: 1][SRC: https://w3id.org/ocqa#][Class-idx: 36] No candidates available for for current entity ...
39
+ [Time: 1][SRC: https://w3id.org/ocqa#][Class-idx: 37] No candidates available for for current entity ...
40
+ [Time: 1][SRC: https://w3id.org/ocqa#][Class-idx: 38] No candidates available for for current entity ...
41
+ [Time: 1][SRC: https://w3id.org/ocqa#][Class-idx: 39] No candidates available for for current entity ...
42
+ [Time: 1][SRC: https://w3id.org/ocqa#][Class-idx: 40] No candidates available for for current entity ...
43
+ [Time: 1][SRC: https://w3id.org/ocqa#][Class-idx: 41] No candidates available for for current entity ...
44
+ [Time: 1][SRC: https://w3id.org/ocqa#][Class-idx: 42] No candidates available for for current entity ...
45
+ [Time: 1][SRC: https://w3id.org/ocqa#][Class-idx: 43] No candidates available for for current entity ...
46
+ [Time: 2][SRC: https://w3id.org/ocqa#][Class-idx: 44][Mapping: ('https://w3id.org/opm#PropertyState', 'dicv/Property', np.float32(0.2260481))]
47
+ [Time: 2][SRC: https://w3id.org/ocqa#][Class-idx: 45] No candidates available for for current entity ...
48
+ the program time for computing src2tgt mappings is :1.6360797882080078
49
+ [Time: 0][TGT: http://dice.ugent.be/][Class-idx: 0] No candidates available for for current entity ...
50
+ [Time: 0][TGT: http://dice.ugent.be/][Class-idx: 1][Mapping: ('Occurrent', 'https://w3id.org/digitalconstruction/0.5/Entities#Occurrent', 1.0)]
51
+ [Time: 0][TGT: http://dice.ugent.be/][Class-idx: 2][Mapping: ('Process', 'https://w3id.org/digitalconstruction/0.5/Processes#Activity', np.float32(0.37115282))]
52
+ [Time: 0][TGT: http://dice.ugent.be/][Class-idx: 3][Mapping: ('default1/Activity', 'https://w3id.org/digitalconstruction/0.5/Processes#Activity', 1.0)]
53
+ [Time: 0][TGT: http://dice.ugent.be/][Class-idx: 4][Mapping: ('default1/Observation', 'Procedure', np.float32(0.27025053))]
54
+ [Time: 0][TGT: http://dice.ugent.be/][Class-idx: 5][Mapping: ('default1/Actuation', 'Procedure', np.float32(0.18128368))]
55
+ [Time: 0][TGT: http://dice.ugent.be/][Class-idx: 6][Mapping: ('Object', 'https://w3id.org/digitalconstruction/0.5/Entities#Object', 1.0)]
56
+ [Time: 0][TGT: http://dice.ugent.be/][Class-idx: 7][Mapping: ('Equipment', 'https://w3id.org/digitalconstruction/0.5/Entities#Equipment', 1.0)]
57
+ [Time: 0][TGT: http://dice.ugent.be/][Class-idx: 8] No candidates available for for current entity ...
58
+ [Time: 0][TGT: http://dice.ugent.be/][Class-idx: 9][Mapping: ('BuildingUnit', 'Conformity', np.float32(0.13108887))]
59
+ [Time: 0][TGT: http://dice.ugent.be/][Class-idx: 10] No candidates available for for current entity ...
60
+ [Time: 0][TGT: http://dice.ugent.be/][Class-idx: 11] No candidates available for for current entity ...
61
+ [Time: 1][TGT: http://dice.ugent.be/][Class-idx: 12] No candidates available for for current entity ...
62
+ [Time: 1][TGT: http://dice.ugent.be/][Class-idx: 13] No candidates available for for current entity ...
63
+ [Time: 1][TGT: http://dice.ugent.be/][Class-idx: 14] No candidates available for for current entity ...
64
+ [Time: 1][TGT: http://dice.ugent.be/][Class-idx: 15] No candidates available for for current entity ...
65
+ [Time: 1][TGT: http://dice.ugent.be/][Class-idx: 16] No candidates available for for current entity ...
66
+ [Time: 1][TGT: http://dice.ugent.be/][Class-idx: 17][Mapping: ('ContinuantFiatBoundary', 'Conformity', np.float32(0.05631145))]
67
+ [Time: 1][TGT: http://dice.ugent.be/][Class-idx: 18][Mapping: ('ImmaterialEntity', 'Nonconformity', np.float32(0.06696211))]
68
+ [Time: 1][TGT: http://dice.ugent.be/][Class-idx: 19][Mapping: ('RealizableEntity', 'Nonconformity', np.float32(0.07416473))]
69
+ [Time: 1][TGT: http://dice.ugent.be/][Class-idx: 20] No candidates available for for current entity ...
70
+ [Time: 1][TGT: http://dice.ugent.be/][Class-idx: 21] No candidates available for for current entity ...
71
+ [Time: 1][TGT: http://dice.ugent.be/][Class-idx: 22] No candidates available for for current entity ...
72
+ [Time: 1][TGT: http://dice.ugent.be/][Class-idx: 23][Mapping: ('IndependentContinuant', 'Nonconformity', np.float32(0.2320895))]
73
+ [Time: 1][TGT: http://dice.ugent.be/][Class-idx: 24][Mapping: ('Quality', 'QualityCharacteristic', np.float32(0.23823664))]
74
+ [Time: 1][TGT: http://dice.ugent.be/][Class-idx: 25] No candidates available for for current entity ...
75
+ [Time: 1][TGT: http://dice.ugent.be/][Class-idx: 26] No candidates available for for current entity ...
76
+ [Time: 1][TGT: http://dice.ugent.be/][Class-idx: 27][Mapping: ('MaterialEntity', 'Conformity', np.float32(0.15757209))]
77
+ [Time: 1][TGT: http://dice.ugent.be/][Class-idx: 28][Mapping: ('ProcessBoundary', 'Procedure', np.float32(0.093856454))]
78
+ [Time: 1][TGT: http://dice.ugent.be/][Class-idx: 29][Mapping: ('SpecificallyDependentContinuant', 'Nonconformity', np.float32(0.2157176))]
79
+ [Time: 1][TGT: http://dice.ugent.be/][Class-idx: 30] No candidates available for for current entity ...
80
+ [Time: 1][TGT: http://dice.ugent.be/][Class-idx: 31][Mapping: ('SpatialExtent', 'Conformity', np.float32(0.09507876))]
81
+ [Time: 1][TGT: http://dice.ugent.be/][Class-idx: 32] No candidates available for for current entity ...
82
+ [Time: 1][TGT: http://dice.ugent.be/][Class-idx: 33] No candidates available for for current entity ...
83
+ [Time: 2][TGT: http://dice.ugent.be/][Class-idx: 34] No candidates available for for current entity ...
84
+ [Time: 2][TGT: http://dice.ugent.be/][Class-idx: 35] No candidates available for for current entity ...
85
+ [Time: 2][TGT: http://dice.ugent.be/][Class-idx: 36] No candidates available for for current entity ...
86
+ [Time: 2][TGT: http://dice.ugent.be/][Class-idx: 37] No candidates available for for current entity ...
87
+ [Time: 2][TGT: http://dice.ugent.be/][Class-idx: 38] No candidates available for for current entity ...
88
+ [Time: 2][TGT: http://dice.ugent.be/][Class-idx: 39] No candidates available for for current entity ...
89
+ [Time: 2][TGT: http://dice.ugent.be/][Class-idx: 40] No candidates available for for current entity ...
90
+ [Time: 2][TGT: http://dice.ugent.be/][Class-idx: 41][Mapping: ('default1/ResourceRole', 'InspectionEquipment', np.float32(0.20118071))]
91
+ [Time: 2][TGT: http://dice.ugent.be/][Class-idx: 42] No candidates available for for current entity ...
92
+ [Time: 2][TGT: http://dice.ugent.be/][Class-idx: 43] No candidates available for for current entity ...
93
+ [Time: 2][TGT: http://dice.ugent.be/][Class-idx: 44][Mapping: ('dicv/Property', 'http://w3id.org/seas/Property', 1.0)]
94
+ [Time: 2][TGT: http://dice.ugent.be/][Class-idx: 45] No candidates available for for current entity ...
95
+ the program time for computing tgt2src mappings is :2.034837484359741
96
+ the overall program time is :3.6805479526519775
ResultsOCQA_DiCon/ocqatest/fine-tune.exp/us.ids.exp/tb/events.out.tfevents.1743583806.Seiss.57480.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e61278067b0975a5571139cde842af4117b1ec22eb0b01b32fa80cd6a922487
3
+ size 9204
ResultsOCQA_DiCon/ocqatest/refs/maps.ignored.tsv ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Entity1 Entity2 Value
2
+ ocqa:hasQualification dicon:hasSubLocation 1.0
3
+ ocqa:Causation dicon:Location 1.0
4
+ ocqa:hasComment dicon:hasELement 1.0
5
+ ocqa:hasCausation dicon:hasSubLocation 1.0
6
+ ocqa:Regulation dicon:Location 1.0
7
+ ocqa:Measurement dicon:Element 1.0
8
+ ocqa:Measurement dicon:hasSubElement 1.0
9
+ ocqa:Measurement dicon:hasELement 1.0
10
+ ocqa:hasDocumentation dicon:hasSubLocation 1.0
11
+ ocqa:hasInspection dicon:hasSubLocation 1.0
12
+ ocqa:Evaluation dicon:Location 1.0
13
+ ocqa:Inspection dicon:isLocationOf 1.0
14
+ ocqa:hasCreationTime dicon:hasSubLocation 1.0
15
+ ocqa:hasComment dicon:hasSubElement 1.0
16
+ ocqa:hasCausation dicon:Location 1.0
17
+ ocqa:Guideline dicon:Building 1.0
18
+ ocqa:hasCreator dicon:hasSubLocation 1.0
19
+ ocqa:Regulation dicon:hasSubLocation 1.0
20
+ ocqa:hasCausation dicon:isLocationOf 1.0
21
+ ocqa:hasQualification dicon:Location 1.0
22
+ ocqa:hasVersion dicon:hasSubLocation 1.0
23
+ ocqa:hasPart dicon:hasContinuantPart 1.0
24
+ ocqa:hasRequiredQualification dicon:hasSubLocation 1.0
25
+ ocqa:hasDocumentation dicon:Location 1.0
26
+ ocqa:hasInspectionCost dicon:hasSubLocation 1.0
27
+ ocqa:Evaluation dicon:hasSubLocation 1.0
28
+ ocqa:Causation dicon:isLocationOf 1.0
29
+ ocqa:hasComment dicon:hasAdjacentElement 1.0
30
+ ocqa:hasDocumentation dicon:isLocationOf 1.0
31
+ ocqa:hasInspectionEquipment dicon:hasSubElement 1.0
32
+ ocqa:Comment dicon:Element 1.0
33
+ ocqa:hasQualification dicon:isLocationOf 1.0
34
+ ocqa:Monitoring dicon:Ontology 1.0
35
+ ocqa:hasInspectionEquipment dicon:hasELement 1.0
36
+ ocqa:Inspection dicon:Location 1.0
37
+ ocqa:Regulation dicon:isLocationOf 1.0
38
+ ocqa:hasSample dicon:hasSubElement 1.0
39
+ ocqa:hasCreationTime dicon:hasAdjacentElement 1.0
40
+ ocqa:Evaluation dicon:isLocationOf 1.0
41
+ ocqa:hasDocumentation dicon:hasSubElement 1.0
42
+ ocqa:DIN dicon:Building 1.0
43
+ ocqa:hasDocumentation dicon:hasELement 1.0
44
+ ocqa:InspectionPlan dicon:isLocationOf 1.0
45
+ ocqa:hasDocumentation dicon:hasAdjacentElement 1.0
ResultsOCQA_DiCon/ocqatest/refs/maps.ref.full.tsv ADDED
@@ -0,0 +1,994 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Entity1 Entity2 Value
2
+ ocqa:hasQualification dicon:hasSubLocation 1.0
3
+ ocqa:Causation dicon:Location 1.0
4
+ ocqa:hasComment dicon:hasELement 1.0
5
+ ocqa:hasCausation dicon:hasSubLocation 1.0
6
+ ocqa:Regulation dicon:Location 1.0
7
+ ocqa:Measurement dicon:Element 1.0
8
+ ocqa:Measurement dicon:hasSubElement 1.0
9
+ ocqa:Measurement dicon:hasELement 1.0
10
+ ocqa:hasDocumentation dicon:hasSubLocation 1.0
11
+ ocqa:hasInspection dicon:hasSubLocation 1.0
12
+ ocqa:Evaluation dicon:Location 1.0
13
+ ocqa:Inspection dicon:isLocationOf 1.0
14
+ ocqa:hasCreationTime dicon:hasSubLocation 1.0
15
+ ocqa:hasComment dicon:hasSubElement 1.0
16
+ ocqa:hasCausation dicon:Location 1.0
17
+ ocqa:Guideline dicon:Building 1.0
18
+ ocqa:hasCreator dicon:hasSubLocation 1.0
19
+ ocqa:Regulation dicon:hasSubLocation 1.0
20
+ ocqa:hasCausation dicon:isLocationOf 1.0
21
+ ocqa:hasQualification dicon:Location 1.0
22
+ ocqa:hasVersion dicon:hasSubLocation 1.0
23
+ ocqa:hasPart dicon:hasContinuantPart 1.0
24
+ ocqa:hasRequiredQualification dicon:hasSubLocation 1.0
25
+ ocqa:hasDocumentation dicon:Location 1.0
26
+ ocqa:hasInspectionCost dicon:hasSubLocation 1.0
27
+ ocqa:Evaluation dicon:hasSubLocation 1.0
28
+ ocqa:Causation dicon:isLocationOf 1.0
29
+ ocqa:hasComment dicon:hasAdjacentElement 1.0
30
+ ocqa:hasDocumentation dicon:isLocationOf 1.0
31
+ ocqa:hasInspectionEquipment dicon:hasSubElement 1.0
32
+ ocqa:Comment dicon:Element 1.0
33
+ ocqa:hasQualification dicon:isLocationOf 1.0
34
+ ocqa:Monitoring dicon:Ontology 1.0
35
+ ocqa:hasInspectionEquipment dicon:hasELement 1.0
36
+ ocqa:Inspection dicon:Location 1.0
37
+ ocqa:Regulation dicon:isLocationOf 1.0
38
+ ocqa:hasSample dicon:hasSubElement 1.0
39
+ ocqa:hasCreationTime dicon:hasAdjacentElement 1.0
40
+ ocqa:Evaluation dicon:isLocationOf 1.0
41
+ ocqa:hasDocumentation dicon:hasSubElement 1.0
42
+ ocqa:DIN dicon:Building 1.0
43
+ ocqa:hasDocumentation dicon:hasELement 1.0
44
+ ocqa:InspectionPlan dicon:isLocationOf 1.0
45
+ ocqa:hasDocumentation dicon:hasAdjacentElement 1.0
46
+ ocqa:hasSample dicon:hasELement 1.0
47
+ ocqa:hasInpsectionPerUnit dicon:hasSubLocation 1.0
48
+ ocqa:hasComment dicon:hasContinuantPart 1.0
49
+ ocqa:Causation dicon:hasSubLocation 1.0
50
+ ocqa:InspectionProcedure dicon:isLocationOf 1.0
51
+ ocqa:MeasuringEquipment dicon:hasSubElement 1.0
52
+ ocqa:Guideline dicon:BuildingObject 1.0
53
+ ocqa:hasCreationTime dicon:Location 1.0
54
+ ocqa:hasCreationTime dicon:isLocationOf 1.0
55
+ ocqa:hasPreventionCost dicon:hasELement 1.0
56
+ ocqa:hasStatus dicon:hasSubLocation 1.0
57
+ ocqa:hasCharacteristic dicon:hasAdjacentElement 1.0
58
+ ocqa:hasInspectionInterval dicon:hasSubLocation 1.0
59
+ ocqa:hasCostPerInspection dicon:containsZone 1.0
60
+ ocqa:InspectionStatus dicon:isLocationOf 1.0
61
+ ocqa:hasComment dicon:hasSubLocation 1.0
62
+ ocqa:hasInspectionEquipment dicon:hasSubLocation 1.0
63
+ ocqa:hasActivityType dicon:hasContinuantPart 1.0
64
+ ocqa:hasInspectionEquipment dicon:hasAdjacentElement 1.0
65
+ ocqa:Protocol dicon:Ontology 1.0
66
+ ocqa:Determination dicon:adjacentElement 1.0
67
+ ocqa:hasCreationTime dicon:hasContinuantPart 1.0
68
+ ocqa:hasDocumentation dicon:containsZone 1.0
69
+ ocqa:ProgressEvaluation dicon:hasSubLocation 1.0
70
+ ocqa:hasInspectionProcedure dicon:hasSubLocation 1.0
71
+ ocqa:Plan dicon:Location 1.0
72
+ ocqa:hasVersion dicon:hasELement 1.0
73
+ ocqa:Inspection dicon:hasSubLocation 1.0
74
+ ocqa:hasCreator dicon:hasELement 1.0
75
+ ocqa:MeasuringEquipment dicon:hasELement 1.0
76
+ ocqa:hasNonConfirmityCost dicon:hasContinuantPart 1.0
77
+ ocqa:hasCostPerInspection dicon:hasContinuantPart 1.0
78
+ ocqa:hasProcedureDescription dicon:hasSubLocation 1.0
79
+ ocqa:hasInspection dicon:Location 1.0
80
+ ocqa:hasCreationTime dicon:hasELement 1.0
81
+ ocqa:Nonconformity dicon:Ontology 1.0
82
+ ocqa:MeasuringEquipment dicon:Element 1.0
83
+ ocqa:Determination dicon:Location 1.0
84
+ ocqa:isDefinedByRegulation dicon:isLocationOf 1.0
85
+ ocqa:hasPart dicon:hasSubLocation 1.0
86
+ ocqa:hasComment dicon:adjacentElement 1.0
87
+ ocqa:InspectionEquipment dicon:hasELement 1.0
88
+ ocqa:hasBody dicon:hasSubLocation 1.0
89
+ ocqa:hasCausation dicon:hasContinuantPart 1.0
90
+ ocqa:Determination dicon:isLocationOf 1.0
91
+ ocqa:detect dicon:adjacentElement 1.0
92
+ ocqa:Measurement dicon:hasAdjacentElement 1.0
93
+ ocqa:hasDocumentation dicon:hasContinuantPart 1.0
94
+ ocqa:Standard dicon:hasContinuantPart 1.0
95
+ ocqa:hasInspection dicon:containsZone 1.0
96
+ ocqa:references dicon:Element 1.0
97
+ ocqa:hasCostPerInspection dicon:hasSubLocation 1.0
98
+ ocqa:hasPreventionCost dicon:hasContinuantPart 1.0
99
+ ocqa:hasPart dicon:hasELement 1.0
100
+ ocqa:Comment dicon:hasELement 1.0
101
+ ocqa:hasPreventionCost dicon:hasSubElement 1.0
102
+ ocqa:hasCreationTime dicon:adjacentElement 1.0
103
+ ocqa:hasInspection dicon:hasContinuantPart 1.0
104
+ ocqa:hasComment dicon:Element 1.0
105
+ ocqa:hasRecord dicon:hasContinuantPart 1.0
106
+ ocqa:Result dicon:Element 1.0
107
+ ocqa:Defect dicon:Element 1.0
108
+ ocqa:hasPreventionCost dicon:hasAdjacentElement 1.0
109
+ ocqa:ProgressEvaluation dicon:Location 1.0
110
+ ocqa:InspectionEquipment dicon:Element 1.0
111
+ ocqa:hasStatus dicon:hasContinuantPart 1.0
112
+ ocqa:Measurement dicon:adjacentElement 1.0
113
+ ocqa:isDefinedByRegulation dicon:hasSubLocation 1.0
114
+ ocqa:hasFixCostPerInspection dicon:containsZone 1.0
115
+ ocqa:hasDocumentation dicon:adjacentElement 1.0
116
+ ocqa:hasPreventionCost dicon:hasSubLocation 1.0
117
+ ocqa:hasFixCostPerInspection dicon:hasContinuantPart 1.0
118
+ ocqa:Comment dicon:adjacentElement 1.0
119
+ ocqa:Monitoring dicon:containsZone 1.0
120
+ ocqa:hasCreator dicon:isLocationOf 1.0
121
+ ocqa:Inspection dicon:containsZone 1.0
122
+ ocqa:hasStatus dicon:hasSubElement 1.0
123
+ ocqa:InspectionPlan dicon:Location 1.0
124
+ ocqa:hasCharacteristic dicon:hasSubLocation 1.0
125
+ ocqa:Determination dicon:hasAdjacentElement 1.0
126
+ ocqa:InspectionEquipment dicon:isLocationOf 1.0
127
+ ocqa:hasLabourCostPerInspection dicon:hasSubLocation 1.0
128
+ ocqa:hasSample dicon:hasAdjacentElement 1.0
129
+ ocqa:Conformity dicon:Ontology 1.0
130
+ ocqa:hasLikelihood dicon:hasSubLocation 1.0
131
+ ocqa:MeasuringEquipment dicon:hasAdjacentElement 1.0
132
+ ocqa:CompanyStandard dicon:containsZone 1.0
133
+ ocqa:hasCreator dicon:Location 1.0
134
+ ocqa:hasCreator dicon:hasContinuantPart 1.0
135
+ ocqa:Characteristic dicon:hasAdjacentElement 1.0
136
+ ocqa:Leistungswert dicon:BuildingObject 1.0
137
+ ocqa:hasRequiredQualification dicon:isLocationOf 1.0
138
+ ocqa:hasVersion dicon:Location 1.0
139
+ ocqa:hasRequiredQualification dicon:Location 1.0
140
+ ocqa:hasCreationTime dicon:containsZone 1.0
141
+ ocqa:hasInpsectionPerUnit dicon:containsZone 1.0
142
+ ocqa:hasFocusedProcedure dicon:hasSubElement 1.0
143
+ ocqa:Monitoring dicon:Building 1.0
144
+ ocqa:isPart dicon:isLocationOf 1.0
145
+ ocqa:InspectionEquipment dicon:hasSubElement 1.0
146
+ ocqa:InspectionEvaluationRule dicon:isLocationOf 1.0
147
+ ocqa:ActualCharacteristic dicon:hasContinuantPart 1.0
148
+ ocqa:hasFixCostPerInspection dicon:hasSubLocation 1.0
149
+ ocqa:hasVersion dicon:hasSubElement 1.0
150
+ ocqa:accepted dicon:adjacentElement 1.0
151
+ ocqa:hasRecord dicon:hasSubLocation 1.0
152
+ ocqa:InspectionPlan dicon:hasSubLocation 1.0
153
+ ocqa:hasInspectionEquipment dicon:adjacentElement 1.0
154
+ ocqa:hasCreationTime dicon:hasSubElement 1.0
155
+ ocqa:CompanyGuideline dicon:containsZone 1.0
156
+ ocqa:hasInspection dicon:hasELement 1.0
157
+ ocqa:hasLikelihood dicon:hasELement 1.0
158
+ ocqa:isPart dicon:hasContinuantPart 1.0
159
+ ocqa:hasCreator dicon:hasAdjacentElement 1.0
160
+ ocqa:hasCreator dicon:hasSubElement 1.0
161
+ ocqa:FeatureCatalog dicon:hasSubLocation 1.0
162
+ ocqa:hasSample dicon:hasSubLocation 1.0
163
+ ocqa:hasRecord dicon:hasELement 1.0
164
+ ocqa:isDefinedBy dicon:Building 1.0
165
+ ocqa:Inspection dicon:BuildingObject 1.0
166
+ ocqa:Result dicon:hasSubElement 1.0
167
+ ocqa:hasCostPerInspection dicon:hasAdjacentElement 1.0
168
+ ocqa:hasStatus dicon:hasELement 1.0
169
+ ocqa:InspectionStatus dicon:Location 1.0
170
+ ocqa:detect dicon:hasAdjacentElement 1.0
171
+ ocqa:hasLabourCostPerInspection dicon:containsZone 1.0
172
+ ocqa:hasLabourCostPerInspection dicon:hasContinuantPart 1.0
173
+ ocqa:hasProcedureDescription dicon:hasELement 1.0
174
+ ocqa:IndustryStandard dicon:hasContinuantPart 1.0
175
+ ocqa:CompanyGuideline dicon:Building 1.0
176
+ ocqa:ConstructionProcedure dicon:containsZone 1.0
177
+ ocqa:hasActivityType dicon:hasAdjacentElement 1.0
178
+ ocqa:Comment dicon:containsZone 1.0
179
+ ocqa:MeasuringEquipment dicon:adjacentElement 1.0
180
+ ocqa:ConstructionProcedure dicon:hasContinuantPart 1.0
181
+ ocqa:isDefinedByContract dicon:BuildingObject 1.0
182
+ ocqa:hasQualification dicon:hasContinuantPart 1.0
183
+ ocqa:hasInspectionInterval dicon:hasContinuantPart 1.0
184
+ ocqa:hasQuality-related-costs dicon:hasSubLocation 1.0
185
+ ocqa:hasInspectionInterval dicon:containsZone 1.0
186
+ ocqa:hasInspectionInterval dicon:hasSubElement 1.0
187
+ ocqa:hasPreventionCost dicon:isLocationOf 1.0
188
+ ocqa:hasFocusedProcess dicon:hasContinuantPart 1.0
189
+ ocqa:hasInspectionCost dicon:containsZone 1.0
190
+ ocqa:InspectionEquipment dicon:adjacentElement 1.0
191
+ ocqa:hasInspectionEquipment dicon:hasContinuantPart 1.0
192
+ ocqa:hasInspectionEquipment dicon:Element 1.0
193
+ ocqa:hasFocusedProcedure dicon:hasELement 1.0
194
+ ocqa:hasInspectionEquipment dicon:containsZone 1.0
195
+ ocqa:hasInspectionCost dicon:hasContinuantPart 1.0
196
+ ocqa:isDefinedByRegulation dicon:Location 1.0
197
+ ocqa:hasQualification dicon:hasSubElement 1.0
198
+ ocqa:Characteristic dicon:adjacentElement 1.0
199
+ ocqa:FailureCategories dicon:isLocationOf 1.0
200
+ ocqa:hasNonConfirmityProbability dicon:hasContinuantPart 1.0
201
+ ocqa:Aufwandswert dicon:hasContinuantPart 1.0
202
+ ocqa:hasInspectionInterval dicon:hasAdjacentElement 1.0
203
+ ocqa:InspectionPlanningRule dicon:isLocationOf 1.0
204
+ ocqa:hasCharacteristic dicon:hasContinuantPart 1.0
205
+ ocqa:hasInspectionProcedure dicon:containsZone 1.0
206
+ ocqa:hasInspectionCost dicon:isLocationOf 1.0
207
+ ocqa:hasActivityType dicon:hasSubLocation 1.0
208
+ ocqa:hasMaterialCostPerInspection dicon:containsZone 1.0
209
+ ocqa:InspectionStatus dicon:hasSubLocation 1.0
210
+ ocqa:isDefinedBy dicon:BuildingObject 1.0
211
+ ocqa:hasInspection dicon:isLocationOf 1.0
212
+ ocqa:hasFocusedProcess dicon:hasSubElement 1.0
213
+ ocqa:hasCausation dicon:hasSubElement 1.0
214
+ ocqa:hasCausation dicon:hasAdjacentElement 1.0
215
+ ocqa:hasLikelihood dicon:isLocationOf 1.0
216
+ ocqa:hasMaterialCostPerInspection dicon:hasContinuantPart 1.0
217
+ ocqa:references dicon:hasELement 1.0
218
+ ocqa:hasProcedureDescription dicon:isLocationOf 1.0
219
+ ocqa:hasBody dicon:hasSubElement 1.0
220
+ ocqa:hasRisk dicon:hasSubElement 1.0
221
+ ocqa:CostFeatureCatalog dicon:hasContinuantPart 1.0
222
+ ocqa:Determination dicon:containsZone 1.0
223
+ ocqa:Activity dicon:hasContinuantPart 1.0
224
+ ocqa:AssignedCharacteristic dicon:hasAdjacentElement 1.0
225
+ ocqa:filePath dicon:isLocationOf 1.0
226
+ ocqa:hasPart dicon:hasAdjacentElement 1.0
227
+ ocqa:Comment dicon:hasSubElement 1.0
228
+ ocqa:Comment dicon:Ontology 1.0
229
+ ocqa:DIN-Estrich dicon:BuildingObject 1.0
230
+ ocqa:filePath dicon:Element 1.0
231
+ ocqa:Comment dicon:Location 1.0
232
+ ocqa:MeasuringEquipment dicon:hasContinuantPart 1.0
233
+ ocqa:Result dicon:hasSubLocation 1.0
234
+ ocqa:InspectionPlanValidationRule dicon:isLocationOf 1.0
235
+ ocqa:hasPart dicon:hasSubElement 1.0
236
+ ocqa:detect dicon:BuildingObject 1.0
237
+ ocqa:hasPreventionCost dicon:Location 1.0
238
+ ocqa:ProgressEvaluation dicon:isLocationOf 1.0
239
+ ocqa:FailureCategories dicon:Location 1.0
240
+ ocqa:Defect dicon:BuildingObject 1.0
241
+ ocqa:Comment dicon:hasAdjacentElement 1.0
242
+ ocqa:hasInspectionCost dicon:Location 1.0
243
+ ocqa:ISO dicon:isLocationOf 1.0
244
+ ocqa:ISO dicon:containsZone 1.0
245
+ ocqa:CompanyGuideline dicon:BuildingObject 1.0
246
+ ocqa:hasInspectionInterval dicon:hasELement 1.0
247
+ ocqa:hasFixCostPerInspection dicon:hasAdjacentElement 1.0
248
+ ocqa:hasFocusedProcedure dicon:hasContinuantPart 1.0
249
+ ocqa:hasFocusedProcess dicon:hasSubLocation 1.0
250
+ ocqa:hasQuality-related-costs dicon:hasContinuantPart 1.0
251
+ ocqa:AssignedCharacteristic dicon:hasSubLocation 1.0
252
+ ocqa:isDefinedByContract dicon:hasContinuantPart 1.0
253
+ ocqa:isDefinedByCompany dicon:hasAdjacentElement 1.0
254
+ ocqa:hasProcedureDescription dicon:hasSubElement 1.0
255
+ ocqa:hasInspection dicon:hasAdjacentElement 1.0
256
+ ocqa:hasProcedureDescription dicon:hasAdjacentElement 1.0
257
+ ocqa:InspectionProcedure dicon:containsZone 1.0
258
+ ocqa:InspectionEquipment dicon:containsZone 1.0
259
+ ocqa:hasRequiredQualification dicon:hasContinuantPart 1.0
260
+ ocqa:FailureCategories dicon:hasSubLocation 1.0
261
+ ocqa:hasProcedureDescription dicon:Location 1.0
262
+ ocqa:Damage dicon:adjacentElement 1.0
263
+ ocqa:MeasuringEquipment dicon:BuildingObject 1.0
264
+ ocqa:Damage dicon:hasELement 1.0
265
+ ocqa:FailureProbabilityCatalog dicon:isLocationOf 1.0
266
+ ocqa:hasFocusedProcedure dicon:hasAdjacentElement 1.0
267
+ ocqa:hasInspection dicon:hasSubElement 1.0
268
+ ocqa:Guideline dicon:Element 1.0
269
+ ocqa:hasQuality-related-costs dicon:hasAdjacentElement 1.0
270
+ ocqa:Guideline dicon:isLocationOf 1.0
271
+ ocqa:Result dicon:hasELement 1.0
272
+ ocqa:hasPreventionCost dicon:adjacentElement 1.0
273
+ ocqa:Protocol dicon:Location 1.0
274
+ ocqa:Sample dicon:hasELement 1.0
275
+ ocqa:hasCharacteristic dicon:adjacentElement 1.0
276
+ ocqa:Activity dicon:Location 1.0
277
+ ocqa:hasQuality-related-costs dicon:hasSubElement 1.0
278
+ ocqa:InspectionEvaluationRule dicon:Location 1.0
279
+ ocqa:hasMaterialCostPerInspection dicon:hasSubLocation 1.0
280
+ ocqa:ManufacturerGuidelines dicon:adjacentElement 1.0
281
+ ocqa:hasSample dicon:hasContinuantPart 1.0
282
+ ocqa:filePath dicon:Location 1.0
283
+ ocqa:InspectionPlan dicon:containsZone 1.0
284
+ ocqa:hasRisk dicon:hasSubLocation 1.0
285
+ ocqa:GeneralRule dicon:adjacentElement 1.0
286
+ ocqa:accepted dicon:hasAdjacentElement 1.0
287
+ ocqa:CostFeatureCatalog dicon:Ontology 1.0
288
+ ocqa:hasQualification dicon:hasELement 1.0
289
+ ocqa:Defect dicon:adjacentElement 1.0
290
+ ocqa:AssignedCharacteristic dicon:adjacentElement 1.0
291
+ ocqa:Defect dicon:hasELement 1.0
292
+ ocqa:Leistungswert dicon:Building 1.0
293
+ ocqa:Plan dicon:isLocationOf 1.0
294
+ ocqa:InspectionEquipment dicon:hasAdjacentElement 1.0
295
+ ocqa:isDefinedByCompany dicon:BuildingObject 1.0
296
+ ocqa:CostFeatureCatalog dicon:Location 1.0
297
+ ocqa:hasInpsectionPerUnit dicon:hasContinuantPart 1.0
298
+ ocqa:hasLikelihood dicon:hasSubElement 1.0
299
+ ocqa:InspectionEvaluationRule dicon:hasSubLocation 1.0
300
+ ocqa:Monitoring dicon:hasContinuantPart 1.0
301
+ ocqa:hasFocusedProcess dicon:hasELement 1.0
302
+ ocqa:hasInspectionCost dicon:hasELement 1.0
303
+ ocqa:hasStatus dicon:hasAdjacentElement 1.0
304
+ ocqa:hasLabourCostPerInspection dicon:isLocationOf 1.0
305
+ ocqa:TimeRateCatalog dicon:isLocationOf 1.0
306
+ ocqa:hasInspection dicon:BuildingObject 1.0
307
+ ocqa:Causation dicon:hasAdjacentElement 1.0
308
+ ocqa:InspectionProcedure dicon:Location 1.0
309
+ ocqa:Aufwandswert dicon:adjacentElement 1.0
310
+ ocqa:Determination dicon:hasSubLocation 1.0
311
+ ocqa:Conformity dicon:hasContinuantPart 1.0
312
+ ocqa:hasVersion dicon:hasContinuantPart 1.0
313
+ ocqa:InspectionEquipment dicon:Location 1.0
314
+ ocqa:DIN dicon:Location 1.0
315
+ ocqa:hasComment dicon:containsZone 1.0
316
+ ocqa:isDefinedByCompany dicon:adjacentElement 1.0
317
+ ocqa:hasRecord dicon:hasSubElement 1.0
318
+ ocqa:InspectionProcedure dicon:hasSubLocation 1.0
319
+ ocqa:hasCostPerInspection dicon:Location 1.0
320
+ ocqa:hasInpsectionPerUnit dicon:Location 1.0
321
+ ocqa:Comment dicon:Zone 1.0
322
+ ocqa:filePath dicon:BuildingObject 1.0
323
+ ocqa:hasVersion dicon:hasAdjacentElement 1.0
324
+ ocqa:Conformity dicon:containsZone 1.0
325
+ ocqa:hasVersion dicon:isLocationOf 1.0
326
+ ocqa:Conformity dicon:isLocationOf 1.0
327
+ ocqa:Rule dicon:Element 1.0
328
+ ocqa:FeatureCatalog dicon:Location 1.0
329
+ ocqa:hasFocusedProcedure dicon:hasSubLocation 1.0
330
+ ocqa:hasInspectionProcedure dicon:hasContinuantPart 1.0
331
+ ocqa:FeatureCatalog dicon:Ontology 1.0
332
+ ocqa:ISO dicon:Location 1.0
333
+ ocqa:Characteristic dicon:hasSubLocation 1.0
334
+ ocqa:Characteristic dicon:Location 1.0
335
+ ocqa:isDefinedByRegulation dicon:hasAdjacentElement 1.0
336
+ ocqa:ConstructionProcedure dicon:isLocationOf 1.0
337
+ ocqa:Plan dicon:Element 1.0
338
+ ocqa:SpecificRule dicon:hasELement 1.0
339
+ ocqa:BGB dicon:Building 1.0
340
+ ocqa:AssignedCharacteristic dicon:hasContinuantPart 1.0
341
+ ocqa:FailureProbabilityCatalog dicon:hasSubLocation 1.0
342
+ ocqa:InspectionPlan dicon:BuildingObject 1.0
343
+ ocqa:Activity dicon:hasSubLocation 1.0
344
+ ocqa:Wert dicon:Element 1.0
345
+ ocqa:hasCausation dicon:hasELement 1.0
346
+ ocqa:Guideline dicon:hasSubElement 1.0
347
+ ocqa:FailureProbabilityCatalog dicon:Location 1.0
348
+ ocqa:InspectionEquipment dicon:hasSubLocation 1.0
349
+ ocqa:QualityCharacteristic dicon:hasAdjacentElement 1.0
350
+ ocqa:InspectionStatus dicon:containsZone 1.0
351
+ ocqa:Monitoring dicon:Element 1.0
352
+ ocqa:hasDocumentation dicon:Element 1.0
353
+ ocqa:hasRequiredQualification dicon:hasELement 1.0
354
+ ocqa:beschreibt dicon:Element 1.0
355
+ ocqa:hasQualification dicon:hasAdjacentElement 1.0
356
+ ocqa:beschreibt dicon:hasSubElement 1.0
357
+ ocqa:TimeRateCatalog dicon:Ontology 1.0
358
+ ocqa:Activity dicon:adjacentElement 1.0
359
+ ocqa:TimeRateCatalog dicon:Location 1.0
360
+ ocqa:Evaluation dicon:Element 1.0
361
+ ocqa:hasQuality-related-costs dicon:hasELement 1.0
362
+ ocqa:hasInspectionProcedure dicon:isLocationOf 1.0
363
+ ocqa:Rule dicon:hasSubElement 1.0
364
+ ocqa:ManufacturerGuidelines dicon:hasAdjacentElement 1.0
365
+ ocqa:ocqa-rules dicon:hasSubElement 1.0
366
+ ocqa:references dicon:hasSubElement 1.0
367
+ ocqa:Causation dicon:Building 1.0
368
+ ocqa:hasMaterialCostPerInspection dicon:hasAdjacentElement 1.0
369
+ ocqa:Regulation dicon:Element 1.0
370
+ ocqa:DIN dicon:BuildingObject 1.0
371
+ ocqa:hasRisk dicon:hasELement 1.0
372
+ ocqa:hasProcedureDescription dicon:hasContinuantPart 1.0
373
+ ocqa:InspectionPlanningRule dicon:containsZone 1.0
374
+ ocqa:hasBody dicon:hasELement 1.0
375
+ ocqa:BGB dicon:BuildingObject 1.0
376
+ ocqa:isDefinedBy dicon:hasAdjacentElement 1.0
377
+ ocqa:isDefinedByRegulation dicon:Building 1.0
378
+ ocqa:isDefinedByContract dicon:hasELement 1.0
379
+ ocqa:hasInspectionCost dicon:hasAdjacentElement 1.0
380
+ ocqa:hasInspectionInterval dicon:Location 1.0
381
+ ocqa:ConstructionProcedure dicon:Location 1.0
382
+ ocqa:hasCostPerInspection dicon:adjacentElement 1.0
383
+ ocqa:hasFocusedProcess dicon:hasAdjacentElement 1.0
384
+ ocqa:TimeRateCatalog dicon:hasSubLocation 1.0
385
+ ocqa:isDefinedByRegulation dicon:BuildingObject 1.0
386
+ ocqa:ConstructionProcedure dicon:Ontology 1.0
387
+ ocqa:CompanyGuideline dicon:hasSubElement 1.0
388
+ ocqa:hasPreventionCost dicon:containsZone 1.0
389
+ ocqa:GeneralRule dicon:hasAdjacentElement 1.0
390
+ ocqa:Rule dicon:Building 1.0
391
+ ocqa:hasPreventionCost dicon:Element 1.0
392
+ ocqa:hasQualification dicon:Building 1.0
393
+ ocqa:InspectionPlanningRule dicon:Building 1.0
394
+ ocqa:hasQualification dicon:BuildingObject 1.0
395
+ ocqa:Determination dicon:hasContinuantPart 1.0
396
+ ocqa:QualityCharacteristic dicon:adjacentElement 1.0
397
+ ocqa:Rule dicon:BuildingObject 1.0
398
+ ocqa:Comment dicon:hasContinuantPart 1.0
399
+ ocqa:ManufacturerGuidelines dicon:Building 1.0
400
+ ocqa:InspectionStatus dicon:BuildingObject 1.0
401
+ ocqa:Guideline dicon:adjacentElement 1.0
402
+ ocqa:hasSample dicon:adjacentElement 1.0
403
+ ocqa:Kostwert dicon:Zone 1.0
404
+ ocqa:Aufwandswert dicon:containsZone 1.0
405
+ ocqa:Aufwandswert dicon:hasAdjacentElement 1.0
406
+ ocqa:hasComment dicon:Ontology 1.0
407
+ ocqa:hasComment dicon:Location 1.0
408
+ ocqa:hasInpsectionPerUnit dicon:hasELement 1.0
409
+ ocqa:InspectionPlanValidationRule dicon:Location 1.0
410
+ ocqa:isDefinedByRegulation dicon:adjacentElement 1.0
411
+ ocqa:InspectionPlanValidationRule dicon:hasSubLocation 1.0
412
+ ocqa:InspectionPlanningRule dicon:hasSubLocation 1.0
413
+ ocqa:Monitoring dicon:BuildingObject 1.0
414
+ ocqa:InspectionPlanningRule dicon:Location 1.0
415
+ ocqa:ocqa-rules dicon:Location 1.0
416
+ ocqa:hasRisk dicon:hasContinuantPart 1.0
417
+ ocqa:hasInspectionInterval dicon:adjacentElement 1.0
418
+ ocqa:hasActivityType dicon:adjacentElement 1.0
419
+ ocqa:Damage dicon:hasAdjacentElement 1.0
420
+ ocqa:hasMaterialCostPerInspection dicon:BuildingObject 1.0
421
+ ocqa:requiredby dicon:Building 1.0
422
+ ocqa:beschreibt dicon:BuildingObject 1.0
423
+ ocqa:InspectionEvaluationRule dicon:containsZone 1.0
424
+ ocqa:hasNonConfirmityCost dicon:hasELement 1.0
425
+ ocqa:Nonconformity dicon:hasContinuantPart 1.0
426
+ ocqa:Plan dicon:Building 1.0
427
+ ocqa:hasInspectionEquipment dicon:Location 1.0
428
+ ocqa:Norm dicon:Ontology 1.0
429
+ ocqa:Plan dicon:hasSubLocation 1.0
430
+ ocqa:hasInspectionCost dicon:hasSubElement 1.0
431
+ ocqa:Image dicon:Element 1.0
432
+ ocqa:hasInspectionProcedure dicon:Location 1.0
433
+ ocqa:hasRequiredQualification dicon:hasAdjacentElement 1.0
434
+ ocqa:accepted dicon:hasELement 1.0
435
+ ocqa:Result dicon:isLocationOf 1.0
436
+ ocqa:Conformity dicon:Location 1.0
437
+ ocqa:filePath dicon:hasELement 1.0
438
+ ocqa:SpecificRule dicon:isLocationOf 1.0
439
+ ocqa:CostFeatureCatalog dicon:isLocationOf 1.0
440
+ ocqa:Defect dicon:hasAdjacentElement 1.0
441
+ ocqa:Evaluation dicon:Building 1.0
442
+ ocqa:Sample dicon:hasAdjacentElement 1.0
443
+ ocqa:hasBody dicon:hasContinuantPart 1.0
444
+ ocqa:hasDocumentation dicon:Ontology 1.0
445
+ ocqa:CostFeatureCatalog dicon:containsZone 1.0
446
+ ocqa:Sample dicon:hasSubElement 1.0
447
+ ocqa:hasCreator dicon:adjacentElement 1.0
448
+ ocqa:hasFixCostPerInspection dicon:Location 1.0
449
+ ocqa:hasFixCostPerInspection dicon:adjacentElement 1.0
450
+ ocqa:Kostwert dicon:hasContinuantPart 1.0
451
+ ocqa:hasCreationTime dicon:Zone 1.0
452
+ ocqa:Nonconformity dicon:containsZone 1.0
453
+ ocqa:Causation dicon:hasELement 1.0
454
+ ocqa:hasInspectionCost dicon:BuildingObject 1.0
455
+ ocqa:hasActivityType dicon:hasELement 1.0
456
+ ocqa:Leistungswert dicon:isLocationOf 1.0
457
+ ocqa:Characteristic dicon:hasContinuantPart 1.0
458
+ ocqa:hasProcedureDescription dicon:adjacentElement 1.0
459
+ ocqa:Video dicon:BuildingObject 1.0
460
+ ocqa:Image dicon:BuildingObject 1.0
461
+ ocqa:CompanyGuideline dicon:adjacentElement 1.0
462
+ ocqa:hasBody dicon:containsZone 1.0
463
+ ocqa:QualityCharacteristic dicon:hasContinuantPart 1.0
464
+ ocqa:ProgressEvaluation dicon:hasSubElement 1.0
465
+ ocqa:hasNonConfirmityCost dicon:hasAdjacentElement 1.0
466
+ ocqa:FeatureCatalog dicon:hasContinuantPart 1.0
467
+ ocqa:SpecificRule dicon:Element 1.0
468
+ ocqa:Test dicon:adjacentElement 1.0
469
+ ocqa:Aufwandswert dicon:hasSubElement 1.0
470
+ ocqa:hasInpsectionPerUnit dicon:hasAdjacentElement 1.0
471
+ ocqa:filePath dicon:hasContinuantPart 1.0
472
+ ocqa:Defect dicon:hasSubElement 1.0
473
+ ocqa:DIN-Estrich dicon:Building 1.0
474
+ ocqa:hasLikelihood dicon:hasAdjacentElement 1.0
475
+ ocqa:Measurement dicon:hasSubLocation 1.0
476
+ ocqa:Damage dicon:hasSubElement 1.0
477
+ ocqa:Comment dicon:isLocationOf 1.0
478
+ ocqa:Guideline dicon:hasELement 1.0
479
+ ocqa:isDefinedByContract dicon:hasAdjacentElement 1.0
480
+ ocqa:isDefinedByContract dicon:containsZone 1.0
481
+ ocqa:SpecificRule dicon:hasSubElement 1.0
482
+ ocqa:hasRequiredQualification dicon:hasSubElement 1.0
483
+ ocqa:hasPreventionCost dicon:Ontology 1.0
484
+ ocqa:isDefinedByContract dicon:isLocationOf 1.0
485
+ ocqa:Conformity dicon:adjacentElement 1.0
486
+ ocqa:hasBody dicon:hasAdjacentElement 1.0
487
+ ocqa:hasFixCostPerInspection dicon:BuildingObject 1.0
488
+ ocqa:accepted dicon:hasContinuantPart 1.0
489
+ ocqa:FailureCategories dicon:BuildingObject 1.0
490
+ ocqa:Characteristic dicon:isLocationOf 1.0
491
+ ocqa:FailureCategories dicon:adjacentElement 1.0
492
+ ocqa:isDefinedBy dicon:adjacentElement 1.0
493
+ ocqa:Procedure dicon:Zone 1.0
494
+ ocqa:CompanyStandard dicon:hasContinuantPart 1.0
495
+ ocqa:CostFeatureCatalog dicon:hasSubLocation 1.0
496
+ ocqa:Image dicon:Building 1.0
497
+ ocqa:hasInpsectionPerUnit dicon:isLocationOf 1.0
498
+ ocqa:hasCostPerInspection dicon:isLocationOf 1.0
499
+ ocqa:hasRequiredQualification dicon:Building 1.0
500
+ ocqa:Video dicon:Building 1.0
501
+ ocqa:Sample dicon:Element 1.0
502
+ ocqa:isDefinedByCompany dicon:Building 1.0
503
+ ocqa:MeasuringEquipment dicon:Building 1.0
504
+ ocqa:DIN-Estrich dicon:adjacentElement 1.0
505
+ ocqa:Damage dicon:Element 1.0
506
+ ocqa:MeasuringEquipment dicon:hasSubLocation 1.0
507
+ ocqa:isDefinedByContract dicon:Element 1.0
508
+ ocqa:isDefinedByContract dicon:hasSubElement 1.0
509
+ ocqa:Review dicon:Element 1.0
510
+ ocqa:FeatureCatalog dicon:containsZone 1.0
511
+ ocqa:Causation dicon:hasContinuantPart 1.0
512
+ ocqa:FeatureCatalog dicon:isLocationOf 1.0
513
+ ocqa:Activity dicon:hasAdjacentElement 1.0
514
+ ocqa:hasQuality-related-costs dicon:adjacentElement 1.0
515
+ ocqa:detect dicon:Element 1.0
516
+ ocqa:Guideline dicon:Zone 1.0
517
+ ocqa:CompanyGuideline dicon:hasELement 1.0
518
+ ocqa:Causation dicon:Zone 1.0
519
+ ocqa:hasInspectionProcedure dicon:hasELement 1.0
520
+ ocqa:Kostwert dicon:hasAdjacentElement 1.0
521
+ ocqa:hasNonConfirmityCost dicon:containsZone 1.0
522
+ ocqa:Aufwandswert dicon:BuildingObject 1.0
523
+ ocqa:Video dicon:Location 1.0
524
+ ocqa:Aufwandswert dicon:hasSubLocation 1.0
525
+ ocqa:Monitoring dicon:hasELement 1.0
526
+ ocqa:hasLabourCostPerInspection dicon:BuildingObject 1.0
527
+ ocqa:Leistungswert dicon:Element 1.0
528
+ ocqa:hasInpsectionPerUnit dicon:hasSubElement 1.0
529
+ ocqa:Standard dicon:containsZone 1.0
530
+ ocqa:hasCharacteristic dicon:hasELement 1.0
531
+ ocqa:hasRecord dicon:hasAdjacentElement 1.0
532
+ ocqa:Regulation dicon:hasContinuantPart 1.0
533
+ ocqa:Determination dicon:BuildingObject 1.0
534
+ ocqa:Guideline dicon:hasAdjacentElement 1.0
535
+ ocqa:InspectionPlanValidationRule dicon:containsZone 1.0
536
+ ocqa:Protocol dicon:isLocationOf 1.0
537
+ ocqa:hasInspectionProcedure dicon:hasAdjacentElement 1.0
538
+ ocqa:TimeRateCatalog dicon:containsZone 1.0
539
+ ocqa:hasNonConfirmityCost dicon:hasSubElement 1.0
540
+ ocqa:CompanyGuideline dicon:Zone 1.0
541
+ ocqa:Standard dicon:isLocationOf 1.0
542
+ ocqa:hasInspectionInterval dicon:isLocationOf 1.0
543
+ ocqa:Kostwert dicon:containsZone 1.0
544
+ ocqa:Inspection dicon:hasContinuantPart 1.0
545
+ ocqa:Activity dicon:isLocationOf 1.0
546
+ ocqa:isDefinedByContract dicon:Building 1.0
547
+ ocqa:hasCausation dicon:Building 1.0
548
+ ocqa:Damage dicon:BuildingObject 1.0
549
+ ocqa:InspectionEquipment dicon:BuildingObject 1.0
550
+ ocqa:hasCausation dicon:adjacentElement 1.0
551
+ ocqa:Nonconformity dicon:BuildingObject 1.0
552
+ ocqa:Regulation dicon:hasELement 1.0
553
+ ocqa:InspectionProcedure dicon:BuildingObject 1.0
554
+ ocqa:beschreibt dicon:hasELement 1.0
555
+ ocqa:Evaluation dicon:hasContinuantPart 1.0
556
+ ocqa:hasCostPerInspection dicon:hasSubElement 1.0
557
+ ocqa:FailureProbabilityCatalog dicon:Ontology 1.0
558
+ ocqa:Evaluation dicon:hasELement 1.0
559
+ ocqa:beschreibt dicon:hasContinuantPart 1.0
560
+ ocqa:ocqa-rules dicon:hasELement 1.0
561
+ ocqa:FailureCategories dicon:hasELement 1.0
562
+ ocqa:hasLikelihood dicon:Location 1.0
563
+ ocqa:hasStatus dicon:isLocationOf 1.0
564
+ ocqa:Determination dicon:Building 1.0
565
+ ocqa:ActualCharacteristic dicon:hasSubLocation 1.0
566
+ ocqa:Guideline dicon:containsZone 1.0
567
+ ocqa:Measurement dicon:hasContinuantPart 1.0
568
+ ocqa:isDefinedByCompany dicon:hasContinuantPart 1.0
569
+ ocqa:hasInspection dicon:adjacentElement 1.0
570
+ ocqa:ActualCharacteristic dicon:adjacentElement 1.0
571
+ ocqa:Plan dicon:hasELement 1.0
572
+ ocqa:ConstructionProcedure dicon:hasSubLocation 1.0
573
+ ocqa:isDefinedByContract dicon:adjacentElement 1.0
574
+ ocqa:hasSample dicon:containsZone 1.0
575
+ ocqa:accepted dicon:hasSubElement 1.0
576
+ ocqa:hasFixCostPerInspection dicon:isLocationOf 1.0
577
+ ocqa:hasStatus dicon:containsZone 1.0
578
+ ocqa:ocqa-rules dicon:Zone 1.0
579
+ ocqa:Inspection dicon:Zone 1.0
580
+ ocqa:AssignedCharacteristic dicon:hasSubElement 1.0
581
+ ocqa:QualityCharacteristic dicon:hasSubLocation 1.0
582
+ ocqa:Wert dicon:hasELement 1.0
583
+ ocqa:hasActivityType dicon:hasSubElement 1.0
584
+ ocqa:QualityCharacteristic dicon:BuildingObject 1.0
585
+ ocqa:Evaluation dicon:Zone 1.0
586
+ ocqa:isDefinedBy dicon:hasELement 1.0
587
+ ocqa:Damage dicon:Building 1.0
588
+ ocqa:Regulation dicon:Zone 1.0
589
+ ocqa:hasComment dicon:Zone 1.0
590
+ ocqa:hasFocusedProcedure dicon:adjacentElement 1.0
591
+ ocqa:IndustryStandard dicon:containsZone 1.0
592
+ ocqa:Monitoring dicon:Zone 1.0
593
+ ocqa:Comment dicon:hasSubLocation 1.0
594
+ ocqa:Rule dicon:hasELement 1.0
595
+ ocqa:Defect dicon:Location 1.0
596
+ ocqa:Result dicon:Building 1.0
597
+ ocqa:FeatureCatalog dicon:BuildingObject 1.0
598
+ ocqa:FailureCategories dicon:hasAdjacentElement 1.0
599
+ ocqa:FailureCategories dicon:hasContinuantPart 1.0
600
+ ocqa:Result dicon:Location 1.0
601
+ ocqa:hasCostPerInspection dicon:BuildingObject 1.0
602
+ ocqa:Result dicon:adjacentElement 1.0
603
+ ocqa:hasNonConfirmityCost dicon:Ontology 1.0
604
+ ocqa:inferredBy dicon:Zone 1.0
605
+ ocqa:hasNonConfirmityCost dicon:hasSubLocation 1.0
606
+ ocqa:Record dicon:Location 1.0
607
+ ocqa:ProgressEvaluation dicon:hasELement 1.0
608
+ ocqa:hasInspectionEquipment dicon:isLocationOf 1.0
609
+ ocqa:ISO dicon:Zone 1.0
610
+ ocqa:CompanyGuideline dicon:hasAdjacentElement 1.0
611
+ ocqa:hasInspectionProcedure dicon:hasSubElement 1.0
612
+ ocqa:hasInpsectionPerUnit dicon:BuildingObject 1.0
613
+ ocqa:hasInspectionInterval dicon:BuildingObject 1.0
614
+ ocqa:Conformity dicon:Zone 1.0
615
+ ocqa:ManufacturerGuidelines dicon:hasSubElement 1.0
616
+ ocqa:DIN_9000:2015 dicon:Building 1.0
617
+ ocqa:DIN-Estrich dicon:hasContinuantPart 1.0
618
+ ocqa:Leistungswert dicon:Location 1.0
619
+ ocqa:hasVersion dicon:Zone 1.0
620
+ ocqa:DIN dicon:Zone 1.0
621
+ ocqa:hasLabourCostPerInspection dicon:Location 1.0
622
+ ocqa:filePath dicon:hasSubElement 1.0
623
+ ocqa:InspectionEvaluationRule dicon:hasContinuantPart 1.0
624
+ ocqa:Conformity dicon:hasAdjacentElement 1.0
625
+ ocqa:Causation dicon:containsZone 1.0
626
+ ocqa:Sample dicon:adjacentElement 1.0
627
+ ocqa:InspectionEquipment dicon:hasContinuantPart 1.0
628
+ ocqa:AssignedCharacteristic dicon:BuildingObject 1.0
629
+ ocqa:hasInspectionEquipment dicon:BuildingObject 1.0
630
+ ocqa:hasFocusedProcess dicon:isLocationOf 1.0
631
+ ocqa:hasQuality-related-costs dicon:isLocationOf 1.0
632
+ ocqa:hasMaterialCostPerInspection dicon:adjacentElement 1.0
633
+ ocqa:DIN-Estrich dicon:hasAdjacentElement 1.0
634
+ ocqa:hasLabourCostPerInspection dicon:hasELement 1.0
635
+ ocqa:hasFocusedProcess dicon:containsZone 1.0
636
+ ocqa:FeatureCatalog dicon:adjacentElement 1.0
637
+ ocqa:hasFixCostPerInspection dicon:hasSubElement 1.0
638
+ ocqa:hasCharacteristic dicon:isLocationOf 1.0
639
+ ocqa:hasMaterialCostPerInspection dicon:Location 1.0
640
+ ocqa:hasInspectionProcedure dicon:BuildingObject 1.0
641
+ ocqa:hasInspectionInterval dicon:Ontology 1.0
642
+ ocqa:InspectionPlanningRule dicon:BuildingObject 1.0
643
+ ocqa:TimeRateCatalog dicon:BuildingObject 1.0
644
+ ocqa:InspectionPlanningRule dicon:Ontology 1.0
645
+ ocqa:hasNonConfirmityProbability dicon:hasELement 1.0
646
+ ocqa:hasPart dicon:adjacentElement 1.0
647
+ ocqa:Test dicon:hasAdjacentElement 1.0
648
+ ocqa:MeasuringEquipment dicon:containsZone 1.0
649
+ ocqa:hasLikelihood dicon:hasContinuantPart 1.0
650
+ ocqa:Image dicon:hasELement 1.0
651
+ ocqa:hasNonConfirmityProbability dicon:hasAdjacentElement 1.0
652
+ ocqa:inferredBy dicon:containsZone 1.0
653
+ ocqa:accepted dicon:Element 1.0
654
+ ocqa:InspectionPlan dicon:Ontology 1.0
655
+ ocqa:DIN-Estrich dicon:Zone 1.0
656
+ ocqa:inferredBy dicon:isLocationOf 1.0
657
+ ocqa:filePath dicon:hasSubLocation 1.0
658
+ ocqa:accepted dicon:hasSubLocation 1.0
659
+ ocqa:FeatureCatalog dicon:Building 1.0
660
+ ocqa:isDefinedBy dicon:Zone 1.0
661
+ ocqa:TimeRateCatalog dicon:adjacentElement 1.0
662
+ ocqa:hasCostPerInspection dicon:hasELement 1.0
663
+ ocqa:ocqa-rules dicon:isLocationOf 1.0
664
+ ocqa:Leistungswert dicon:hasContinuantPart 1.0
665
+ ocqa:hasPart dicon:Location 1.0
666
+ ocqa:Causation dicon:hasSubElement 1.0
667
+ ocqa:hasCharacteristic dicon:hasSubElement 1.0
668
+ ocqa:Monitoring dicon:isLocationOf 1.0
669
+ ocqa:hasComment dicon:isLocationOf 1.0
670
+ ocqa:Protocol dicon:hasSubLocation 1.0
671
+ ocqa:hasProcedureDescription dicon:Element 1.0
672
+ ocqa:Aufwandswert dicon:hasELement 1.0
673
+ ocqa:CompanyStandard dicon:adjacentElement 1.0
674
+ ocqa:hasCreator dicon:containsZone 1.0
675
+ ocqa:Standard dicon:hasSubLocation 1.0
676
+ ocqa:hasCreationTime dicon:Element 1.0
677
+ ocqa:FailureCategories dicon:hasSubElement 1.0
678
+ ocqa:DIN dicon:containsZone 1.0
679
+ ocqa:hasRisk dicon:Location 1.0
680
+ ocqa:GeneralRule dicon:Zone 1.0
681
+ ocqa:hasBody dicon:Building 1.0
682
+ ocqa:hasBody dicon:Ontology 1.0
683
+ ocqa:beschreibt dicon:isLocationOf 1.0
684
+ ocqa:ocqa-rules dicon:containsZone 1.0
685
+ ocqa:CompanyStandard dicon:Element 1.0
686
+ ocqa:hasDocumentation dicon:BuildingObject 1.0
687
+ ocqa:DIN dicon:isLocationOf 1.0
688
+ ocqa:InspectionPlanValidationRule dicon:hasContinuantPart 1.0
689
+ ocqa:hasBody dicon:Location 1.0
690
+ ocqa:TimeRateCatalog dicon:Element 1.0
691
+ ocqa:SpecificRule dicon:hasAdjacentElement 1.0
692
+ ocqa:hasLabourCostPerInspection dicon:hasSubElement 1.0
693
+ ocqa:InspectionProcedure dicon:Zone 1.0
694
+ ocqa:CompanyStandard dicon:Ontology 1.0
695
+ ocqa:Kostwert dicon:adjacentElement 1.0
696
+ ocqa:isDefinedByRegulation dicon:hasContinuantPart 1.0
697
+ ocqa:ActualCharacteristic dicon:hasAdjacentElement 1.0
698
+ ocqa:isDefinedByRegulation dicon:hasELement 1.0
699
+ ocqa:FailureProbabilityCatalog dicon:BuildingObject 1.0
700
+ ocqa:Record dicon:hasContinuantPart 1.0
701
+ ocqa:hasActivityType dicon:Location 1.0
702
+ ocqa:isDefinedBy dicon:isLocationOf 1.0
703
+ ocqa:CompanyStandard dicon:Location 1.0
704
+ ocqa:hasMaterialCostPerInspection dicon:hasELement 1.0
705
+ ocqa:isDefinedBy dicon:containsZone 1.0
706
+ ocqa:hasCreationTime dicon:Ontology 1.0
707
+ ocqa:hasNonConfirmityProbability dicon:containsZone 1.0
708
+ ocqa:filePath dicon:adjacentElement 1.0
709
+ ocqa:TimeRateCatalog dicon:Building 1.0
710
+ ocqa:Regulation dicon:hasSubElement 1.0
711
+ ocqa:Sample dicon:hasContinuantPart 1.0
712
+ ocqa:hasFocusedProcedure dicon:isLocationOf 1.0
713
+ ocqa:hasFocusedProcedure dicon:containsZone 1.0
714
+ ocqa:InspectionEvaluationRule dicon:BuildingObject 1.0
715
+ ocqa:ExternalResource dicon:adjacentElement 1.0
716
+ ocqa:CompanyGuideline dicon:Element 1.0
717
+ ocqa:Evaluation dicon:hasSubElement 1.0
718
+ ocqa:hasRequiredQualification dicon:BuildingObject 1.0
719
+ ocqa:hasRequiredQualification dicon:adjacentElement 1.0
720
+ ocqa:DIN-Estrich dicon:containsZone 1.0
721
+ ocqa:InspectionPlan dicon:hasContinuantPart 1.0
722
+ ocqa:InspectionEquipment dicon:Zone 1.0
723
+ ocqa:hasQualification dicon:adjacentElement 1.0
724
+ ocqa:Leistungswert dicon:hasELement 1.0
725
+ ocqa:Monitoring dicon:hasSubElement 1.0
726
+ ocqa:InspectionPlanningRule dicon:hasContinuantPart 1.0
727
+ ocqa:Guideline dicon:hasSubLocation 1.0
728
+ ocqa:accepted dicon:Location 1.0
729
+ ocqa:isPart dicon:hasAdjacentElement 1.0
730
+ ocqa:hasCausation dicon:Zone 1.0
731
+ ocqa:hasMaterialCostPerInspection dicon:isLocationOf 1.0
732
+ ocqa:Plan dicon:containsZone 1.0
733
+ ocqa:hasCausation dicon:containsZone 1.0
734
+ ocqa:InspectionEvaluationRule dicon:Ontology 1.0
735
+ ocqa:Causation dicon:adjacentElement 1.0
736
+ ocqa:isPart dicon:hasELement 1.0
737
+ ocqa:IndustryStandard dicon:Ontology 1.0
738
+ ocqa:inferredBy dicon:BuildingObject 1.0
739
+ ocqa:Plan dicon:Zone 1.0
740
+ ocqa:ExternalResource dicon:Ontology 1.0
741
+ ocqa:hasStatus dicon:adjacentElement 1.0
742
+ ocqa:Characteristic dicon:hasELement 1.0
743
+ ocqa:Rule dicon:Zone 1.0
744
+ ocqa:ManufacturerGuidelines dicon:hasELement 1.0
745
+ ocqa:Test dicon:containsZone 1.0
746
+ ocqa:Test dicon:Zone 1.0
747
+ ocqa:Conformity dicon:hasSubLocation 1.0
748
+ ocqa:Result dicon:hasAdjacentElement 1.0
749
+ ocqa:detect dicon:hasELement 1.0
750
+ ocqa:CompanyGuideline dicon:Ontology 1.0
751
+ ocqa:FailureCategories dicon:Element 1.0
752
+ ocqa:CompanyGuideline dicon:Location 1.0
753
+ ocqa:InspectionStatus dicon:Ontology 1.0
754
+ ocqa:hasNonConfirmityCost dicon:isLocationOf 1.0
755
+ ocqa:Procedure dicon:adjacentElement 1.0
756
+ ocqa:beschreibt dicon:hasSubLocation 1.0
757
+ ocqa:Procedure dicon:Element 1.0
758
+ ocqa:ActualCharacteristic dicon:isLocationOf 1.0
759
+ ocqa:Standard dicon:Location 1.0
760
+ ocqa:AssignedCharacteristic dicon:hasELement 1.0
761
+ ocqa:CostFeatureCatalog dicon:BuildingObject 1.0
762
+ ocqa:requiredby dicon:BuildingObject 1.0
763
+ ocqa:ocqa-rules dicon:hasSubLocation 1.0
764
+ ocqa:FeatureCatalog dicon:hasAdjacentElement 1.0
765
+ ocqa:TimeRateCatalog dicon:hasContinuantPart 1.0
766
+ ocqa:hasFocusedProcess dicon:adjacentElement 1.0
767
+ ocqa:hasInpsectionPerUnit dicon:Zone 1.0
768
+ ocqa:hasNonConfirmityProbability dicon:hasSubElement 1.0
769
+ ocqa:Wert dicon:Zone 1.0
770
+ ocqa:InspectionPlanningRule dicon:hasELement 1.0
771
+ ocqa:Review dicon:hasELement 1.0
772
+ ocqa:Activity dicon:Ontology 1.0
773
+ ocqa:Activity dicon:Building 1.0
774
+ ocqa:isDefinedBy dicon:hasSubElement 1.0
775
+ ocqa:Kostwert dicon:Location 1.0
776
+ ocqa:Kostwert dicon:Ontology 1.0
777
+ ocqa:hasSample dicon:Element 1.0
778
+ ocqa:filePath dicon:Building 1.0
779
+ ocqa:hasQuality-related-costs dicon:Location 1.0
780
+ ocqa:Norm dicon:containsZone 1.0
781
+ ocqa:Aufwandswert dicon:Zone 1.0
782
+ ocqa:Norm dicon:isLocationOf 1.0
783
+ ocqa:hasInspectionCost dicon:adjacentElement 1.0
784
+ ocqa:Norm dicon:Zone 1.0
785
+ ocqa:hasCreator dicon:Element 1.0
786
+ ocqa:ExternalResource dicon:hasAdjacentElement 1.0
787
+ ocqa:QualityCharacteristic dicon:isLocationOf 1.0
788
+ ocqa:Plan dicon:hasSubElement 1.0
789
+ ocqa:Wert dicon:hasSubElement 1.0
790
+ ocqa:hasLikelihood dicon:containsZone 1.0
791
+ ocqa:Inspection dicon:adjacentElement 1.0
792
+ ocqa:hasRisk dicon:hasAdjacentElement 1.0
793
+ ocqa:Conformity dicon:Element 1.0
794
+ ocqa:hasInspectionCost dicon:Ontology 1.0
795
+ ocqa:AssignedCharacteristic dicon:containsZone 1.0
796
+ ocqa:hasRecord dicon:Location 1.0
797
+ ocqa:ManufacturerGuidelines dicon:containsZone 1.0
798
+ ocqa:AssignedCharacteristic dicon:isLocationOf 1.0
799
+ ocqa:inferredBy dicon:adjacentElement 1.0
800
+ ocqa:DIN dicon:hasSubLocation 1.0
801
+ ocqa:ProgressEvaluation dicon:Element 1.0
802
+ ocqa:Inspection dicon:Element 1.0
803
+ ocqa:Image dicon:isLocationOf 1.0
804
+ ocqa:Evaluation dicon:adjacentElement 1.0
805
+ ocqa:Image dicon:containsZone 1.0
806
+ ocqa:hasStatus dicon:Location 1.0
807
+ ocqa:hasVersion dicon:Element 1.0
808
+ ocqa:hasVersion dicon:adjacentElement 1.0
809
+ ocqa:DIN_55350:2021-10 dicon:Building 1.0
810
+ ocqa:hasInspectionInterval dicon:Zone 1.0
811
+ ocqa:CostFeatureCatalog dicon:adjacentElement 1.0
812
+ ocqa:TimeRateCatalog dicon:hasAdjacentElement 1.0
813
+ ocqa:Procedure dicon:Location 1.0
814
+ ocqa:TimeRateCatalog dicon:hasELement 1.0
815
+ ocqa:Nonconformity dicon:isLocationOf 1.0
816
+ ocqa:ProgressEvaluation dicon:adjacentElement 1.0
817
+ ocqa:references dicon:adjacentElement 1.0
818
+ ocqa:Nonconformity dicon:Zone 1.0
819
+ ocqa:hasFocusedProcess dicon:Location 1.0
820
+ ocqa:hasCharacteristic dicon:Location 1.0
821
+ ocqa:InspectionStatus dicon:hasContinuantPart 1.0
822
+ ocqa:Regulation dicon:adjacentElement 1.0
823
+ ocqa:Video dicon:containsZone 1.0
824
+ ocqa:FailureCategories dicon:Building 1.0
825
+ ocqa:isDefinedByRegulation dicon:hasSubElement 1.0
826
+ ocqa:hasFixCostPerInspection dicon:hasELement 1.0
827
+ ocqa:ISO dicon:hasSubLocation 1.0
828
+ ocqa:Video dicon:isLocationOf 1.0
829
+ ocqa:FailureProbabilityCatalog dicon:hasContinuantPart 1.0
830
+ ocqa:CompanyGuideline dicon:hasContinuantPart 1.0
831
+ ocqa:FailureProbabilityCatalog dicon:Building 1.0
832
+ ocqa:beschreibt dicon:adjacentElement 1.0
833
+ ocqa:InspectionPlanValidationRule dicon:BuildingObject 1.0
834
+ ocqa:isDefinedByRegulation dicon:containsZone 1.0
835
+ ocqa:CompanyStandard dicon:hasELement 1.0
836
+ ocqa:ocqa-rules dicon:Element 1.0
837
+ ocqa:CompanyStandard dicon:hasAdjacentElement 1.0
838
+ ocqa:hasNonConfirmityCost dicon:BuildingObject 1.0
839
+ ocqa:ISO dicon:BuildingObject 1.0
840
+ ocqa:Monitoring dicon:adjacentElement 1.0
841
+ ocqa:Causation dicon:Ontology 1.0
842
+ ocqa:InspectionEvaluationRule dicon:hasELement 1.0
843
+ ocqa:Determination dicon:Zone 1.0
844
+ ocqa:hasMaterialCostPerInspection dicon:hasSubElement 1.0
845
+ ocqa:ConstructionProcedure dicon:Zone 1.0
846
+ ocqa:hasInspection dicon:Zone 1.0
847
+ ocqa:Guideline dicon:Location 1.0
848
+ ocqa:requiredby dicon:Element 1.0
849
+ ocqa:ocqa-rules dicon:adjacentElement 1.0
850
+ ocqa:hasNonConfirmityProbability dicon:hasSubLocation 1.0
851
+ ocqa:hasNonConfirmityCost dicon:adjacentElement 1.0
852
+ ocqa:filePath dicon:hasAdjacentElement 1.0
853
+ ocqa:FailureProbabilityCatalog dicon:hasELement 1.0
854
+ ocqa:ProgressEvaluation dicon:hasContinuantPart 1.0
855
+ ocqa:Leistungswert dicon:hasSubElement 1.0
856
+ ocqa:SpecificRule dicon:hasSubLocation 1.0
857
+ ocqa:hasInspectionProcedure dicon:Zone 1.0
858
+ ocqa:Standard dicon:hasAdjacentElement 1.0
859
+ ocqa:CostFeatureCatalog dicon:Building 1.0
860
+ ocqa:hasLabourCostPerInspection dicon:hasAdjacentElement 1.0
861
+ ocqa:hasNonConfirmityProbability dicon:Building 1.0
862
+ ocqa:Characteristic dicon:containsZone 1.0
863
+ ocqa:InspectionPlanningRule dicon:hasSubElement 1.0
864
+ ocqa:InspectionPlanningRule dicon:Zone 1.0
865
+ ocqa:MeasuringEquipment dicon:Location 1.0
866
+ ocqa:hasInpsectionPerUnit dicon:adjacentElement 1.0
867
+ ocqa:hasNonConfirmityProbability dicon:Ontology 1.0
868
+ ocqa:hasInspectionEquipment dicon:Zone 1.0
869
+ ocqa:hasFocusedProcedure dicon:Element 1.0
870
+ ocqa:inferredBy dicon:Building 1.0
871
+ ocqa:InspectionPlanningRule dicon:adjacentElement 1.0
872
+ ocqa:Wert dicon:BuildingObject 1.0
873
+ ocqa:Leistungswert dicon:hasSubLocation 1.0
874
+ ocqa:isDefinedByContract dicon:Location 1.0
875
+ ocqa:CostFeatureCatalog dicon:hasAdjacentElement 1.0
876
+ ocqa:Kostwert dicon:hasELement 1.0
877
+ ocqa:Standard dicon:hasELement 1.0
878
+ ocqa:SpecificRule dicon:adjacentElement 1.0
879
+ ocqa:Activity dicon:hasELement 1.0
880
+ ocqa:isDefinedByContract dicon:Ontology 1.0
881
+ ocqa:isDefinedBy dicon:Element 1.0
882
+ ocqa:hasActivityType dicon:isLocationOf 1.0
883
+ ocqa:InspectionProcedure dicon:Ontology 1.0
884
+ ocqa:ocqa-rules dicon:Ontology 1.0
885
+ ocqa:hasVersion dicon:Ontology 1.0
886
+ ocqa:Norm dicon:BuildingObject 1.0
887
+ ocqa:ProgressEvaluation dicon:hasAdjacentElement 1.0
888
+ ocqa:ocqa-rules dicon:Building 1.0
889
+ ocqa:InspectionPlanValidationRule dicon:Ontology 1.0
890
+ ocqa:hasVersion dicon:Building 1.0
891
+ ocqa:ocqa-rules dicon:hasContinuantPart 1.0
892
+ ocqa:GeneralRule dicon:Element 1.0
893
+ ocqa:CompanyStandard dicon:isLocationOf 1.0
894
+ ocqa:hasInspectionProcedure dicon:adjacentElement 1.0
895
+ ocqa:hasActivityType dicon:containsZone 1.0
896
+ ocqa:Image dicon:hasSubElement 1.0
897
+ ocqa:DIN dicon:adjacentElement 1.0
898
+ ocqa:Image dicon:Zone 1.0
899
+ ocqa:DIN_9000:2015 dicon:BuildingObject 1.0
900
+ ocqa:hasCreator dicon:Ontology 1.0
901
+ ocqa:Regulation dicon:Ontology 1.0
902
+ ocqa:inferredBy dicon:Location 1.0
903
+ ocqa:InspectionProcedure dicon:hasContinuantPart 1.0
904
+ ocqa:Inspection dicon:Building 1.0
905
+ ocqa:Monitoring dicon:Location 1.0
906
+ ocqa:beschreibt dicon:Building 1.0
907
+ ocqa:Procedure dicon:hasAdjacentElement 1.0
908
+ ocqa:Sample dicon:isLocationOf 1.0
909
+ ocqa:Sample dicon:containsZone 1.0
910
+ ocqa:isPart dicon:containsZone 1.0
911
+ ocqa:hasFocusedProcedure dicon:Location 1.0
912
+ ocqa:beschreibt dicon:Location 1.0
913
+ ocqa:Characteristic dicon:hasSubElement 1.0
914
+ ocqa:Video dicon:Zone 1.0
915
+ ocqa:Damage dicon:containsZone 1.0
916
+ ocqa:Record dicon:isLocationOf 1.0
917
+ ocqa:DIN-Estrich dicon:Element 1.0
918
+ ocqa:Record dicon:containsZone 1.0
919
+ ocqa:inferredBy dicon:hasContinuantPart 1.0
920
+ ocqa:Rule dicon:hasSubLocation 1.0
921
+ ocqa:inferredBy dicon:Ontology 1.0
922
+ ocqa:Evaluation dicon:Ontology 1.0
923
+ ocqa:InspectionEquipment dicon:Ontology 1.0
924
+ ocqa:Plan dicon:BuildingObject 1.0
925
+ ocqa:InspectionProcedure dicon:hasAdjacentElement 1.0
926
+ ocqa:hasMaterialCostPerInspection dicon:Building 1.0
927
+ ocqa:hasLikelihood dicon:BuildingObject 1.0
928
+ ocqa:InspectionPlan dicon:Zone 1.0
929
+ ocqa:Inspection dicon:Ontology 1.0
930
+ ocqa:InspectionEvaluationRule dicon:hasSubElement 1.0
931
+ ocqa:hasPart dicon:isLocationOf 1.0
932
+ ocqa:QualityCharacteristic dicon:Location 1.0
933
+ ocqa:QualityCharacteristic dicon:Building 1.0
934
+ ocqa:Norm dicon:adjacentElement 1.0
935
+ ocqa:isDefinedByCompany dicon:hasELement 1.0
936
+ ocqa:Measurement dicon:Ontology 1.0
937
+ ocqa:Measurement dicon:Building 1.0
938
+ ocqa:SpecificRule dicon:hasContinuantPart 1.0
939
+ ocqa:hasNonConfirmityProbability dicon:isLocationOf 1.0
940
+ ocqa:hasRisk dicon:isLocationOf 1.0
941
+ ocqa:Measurement dicon:Location 1.0
942
+ ocqa:DIN-Estrich dicon:Location 1.0
943
+ ocqa:DIN-Estrich dicon:Ontology 1.0
944
+ ocqa:isDefinedBy dicon:Location 1.0
945
+ ocqa:InspectionPlan dicon:adjacentElement 1.0
946
+ ocqa:hasQuality-related-costs dicon:BuildingObject 1.0
947
+ ocqa:Rule dicon:adjacentElement 1.0
948
+ ocqa:hasQualification dicon:containsZone 1.0
949
+ ocqa:isDefinedBy dicon:hasContinuantPart 1.0
950
+ ocqa:ManufacturerGuidelines dicon:Element 1.0
951
+ ocqa:Plan dicon:adjacentElement 1.0
952
+ ocqa:hasRisk dicon:containsZone 1.0
953
+ ocqa:ManufacturerGuidelines dicon:hasContinuantPart 1.0
954
+ ocqa:inferredBy dicon:hasAdjacentElement 1.0
955
+ ocqa:isDefinedBy dicon:Ontology 1.0
956
+ ocqa:InspectionPlanningRule dicon:Element 1.0
957
+ ocqa:Wert dicon:adjacentElement 1.0
958
+ ocqa:isPart dicon:hasSubElement 1.0
959
+ ocqa:detect dicon:hasSubElement 1.0
960
+ ocqa:Video dicon:hasSubLocation 1.0
961
+ ocqa:hasInpsectionPerUnit dicon:Ontology 1.0
962
+ ocqa:ActualCharacteristic dicon:Location 1.0
963
+ ocqa:hasCharacteristic dicon:containsZone 1.0
964
+ ocqa:Procedure dicon:hasELement 1.0
965
+ ocqa:isDefinedByRegulation dicon:Element 1.0
966
+ ocqa:Review dicon:hasSubElement 1.0
967
+ ocqa:Leistungswert dicon:adjacentElement 1.0
968
+ ocqa:hasLikelihood dicon:adjacentElement 1.0
969
+ ocqa:ActualCharacteristic dicon:Building 1.0
970
+ ocqa:hasBody dicon:isLocationOf 1.0
971
+ ocqa:Evaluation dicon:hasAdjacentElement 1.0
972
+ ocqa:FailureCategories dicon:containsZone 1.0
973
+ ocqa:FailureProbabilityCatalog dicon:hasSubElement 1.0
974
+ ocqa:Aufwandswert dicon:Element 1.0
975
+ ocqa:Monitoring dicon:hasAdjacentElement 1.0
976
+ ocqa:beschreibt dicon:hasAdjacentElement 1.0
977
+ ocqa:ocqa-rules dicon:hasAdjacentElement 1.0
978
+ ocqa:Inspection dicon:hasAdjacentElement 1.0
979
+ ocqa:CompanyStandard dicon:hasSubLocation 1.0
980
+ ocqa:hasPart dicon:containsZone 1.0
981
+ ocqa:Regulation dicon:hasAdjacentElement 1.0
982
+ ocqa:CompanyGuideline dicon:isLocationOf 1.0
983
+ ocqa:ExternalResource dicon:isLocationOf 1.0
984
+ ocqa:InspectionPlanValidationRule dicon:hasELement 1.0
985
+ ocqa:InspectionEvaluationRule dicon:Zone 1.0
986
+ ocqa:CompanyStandard dicon:Zone 1.0
987
+ ocqa:references dicon:hasAdjacentElement 1.0
988
+ ocqa:InspectionEvaluationRule dicon:adjacentElement 1.0
989
+ ocqa:Nonconformity dicon:adjacentElement 1.0
990
+ ocqa:TimeRateCatalog dicon:hasSubElement 1.0
991
+ ocqa:hasNonConfirmityCost dicon:Location 1.0
992
+ ocqa:ConstructionProcedure dicon:hasAdjacentElement 1.0
993
+ ocqa:hasInspectionInterval dicon:Element 1.0
994
+ ocqa:CompanyStandard dicon:hasSubElement 1.0
ResultsOCQA_DiCon/ocqatest/refs/maps.ref.ss.test.tsv ADDED
@@ -0,0 +1,697 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Entity1 Entity2 Value
2
+ ocqa:Inspection dicon:isLocationOf 1.0
3
+ ocqa:isDefinedByRegulation dicon:Element 1.0
4
+ ocqa:InspectionStatus dicon:isLocationOf 1.0
5
+ ocqa:InspectionEquipment dicon:containsZone 1.0
6
+ ocqa:Regulation dicon:isLocationOf 1.0
7
+ ocqa:InspectionStatus dicon:hasSubLocation 1.0
8
+ ocqa:hasNonConfirmityCost dicon:containsZone 1.0
9
+ ocqa:SpecificRule dicon:Element 1.0
10
+ ocqa:TimeRateCatalog dicon:Building 1.0
11
+ ocqa:TimeRateCatalog dicon:Ontology 1.0
12
+ ocqa:isPart dicon:isLocationOf 1.0
13
+ ocqa:Kostwert dicon:hasELement 1.0
14
+ ocqa:hasVersion dicon:hasSubLocation 1.0
15
+ ocqa:DIN-Estrich dicon:BuildingObject 1.0
16
+ ocqa:Inspection dicon:hasAdjacentElement 1.0
17
+ ocqa:filePath dicon:Element 1.0
18
+ ocqa:Conformity dicon:containsZone 1.0
19
+ ocqa:hasNonConfirmityProbability dicon:Building 1.0
20
+ ocqa:InspectionEvaluationRule dicon:adjacentElement 1.0
21
+ ocqa:filePath dicon:hasSubLocation 1.0
22
+ ocqa:hasBody dicon:Ontology 1.0
23
+ ocqa:Causation dicon:Location 1.0
24
+ ocqa:Comment dicon:isLocationOf 1.0
25
+ ocqa:hasCreator dicon:hasContinuantPart 1.0
26
+ ocqa:hasDocumentation dicon:hasELement 1.0
27
+ ocqa:Video dicon:hasSubLocation 1.0
28
+ ocqa:hasFixCostPerInspection dicon:hasAdjacentElement 1.0
29
+ ocqa:hasInspectionProcedure dicon:hasContinuantPart 1.0
30
+ ocqa:FailureProbabilityCatalog dicon:hasELement 1.0
31
+ ocqa:hasStatus dicon:hasELement 1.0
32
+ ocqa:ISO dicon:Zone 1.0
33
+ ocqa:InspectionStatus dicon:Location 1.0
34
+ ocqa:ActualCharacteristic dicon:Building 1.0
35
+ ocqa:Determination dicon:adjacentElement 1.0
36
+ ocqa:Activity dicon:hasAdjacentElement 1.0
37
+ ocqa:requiredby dicon:BuildingObject 1.0
38
+ ocqa:hasVersion dicon:isLocationOf 1.0
39
+ ocqa:InspectionPlanValidationRule dicon:hasContinuantPart 1.0
40
+ ocqa:Plan dicon:isLocationOf 1.0
41
+ ocqa:Standard dicon:Location 1.0
42
+ ocqa:CostFeatureCatalog dicon:hasAdjacentElement 1.0
43
+ ocqa:hasSample dicon:hasAdjacentElement 1.0
44
+ ocqa:Guideline dicon:Location 1.0
45
+ ocqa:InspectionPlanningRule dicon:Location 1.0
46
+ ocqa:Image dicon:Element 1.0
47
+ ocqa:hasInspectionCost dicon:BuildingObject 1.0
48
+ ocqa:hasNonConfirmityProbability dicon:hasAdjacentElement 1.0
49
+ ocqa:inferredBy dicon:Building 1.0
50
+ ocqa:Plan dicon:Building 1.0
51
+ ocqa:Evaluation dicon:hasAdjacentElement 1.0
52
+ ocqa:Aufwandswert dicon:containsZone 1.0
53
+ ocqa:Defect dicon:adjacentElement 1.0
54
+ ocqa:Kostwert dicon:Ontology 1.0
55
+ ocqa:filePath dicon:BuildingObject 1.0
56
+ ocqa:FailureCategories dicon:adjacentElement 1.0
57
+ ocqa:InspectionEquipment dicon:Zone 1.0
58
+ ocqa:filePath dicon:adjacentElement 1.0
59
+ ocqa:InspectionProcedure dicon:hasSubLocation 1.0
60
+ ocqa:Kostwert dicon:hasAdjacentElement 1.0
61
+ ocqa:isDefinedByRegulation dicon:hasSubElement 1.0
62
+ ocqa:hasInpsectionPerUnit dicon:Zone 1.0
63
+ ocqa:Conformity dicon:Ontology 1.0
64
+ ocqa:hasCreator dicon:adjacentElement 1.0
65
+ ocqa:isDefinedBy dicon:hasAdjacentElement 1.0
66
+ ocqa:hasCharacteristic dicon:isLocationOf 1.0
67
+ ocqa:Damage dicon:hasELement 1.0
68
+ ocqa:Inspection dicon:Ontology 1.0
69
+ ocqa:MeasuringEquipment dicon:Location 1.0
70
+ ocqa:Damage dicon:hasAdjacentElement 1.0
71
+ ocqa:ocqa-rules dicon:Building 1.0
72
+ ocqa:Monitoring dicon:isLocationOf 1.0
73
+ ocqa:hasBody dicon:Location 1.0
74
+ ocqa:Plan dicon:hasSubElement 1.0
75
+ ocqa:Image dicon:Zone 1.0
76
+ ocqa:InspectionPlanningRule dicon:Element 1.0
77
+ ocqa:InspectionPlan dicon:Zone 1.0
78
+ ocqa:beschreibt dicon:hasELement 1.0
79
+ ocqa:Procedure dicon:hasAdjacentElement 1.0
80
+ ocqa:hasInpsectionPerUnit dicon:hasAdjacentElement 1.0
81
+ ocqa:hasInspectionInterval dicon:Zone 1.0
82
+ ocqa:Conformity dicon:hasContinuantPart 1.0
83
+ ocqa:filePath dicon:Building 1.0
84
+ ocqa:isDefinedByRegulation dicon:hasELement 1.0
85
+ ocqa:hasLikelihood dicon:hasSubLocation 1.0
86
+ ocqa:hasInspectionCost dicon:hasSubElement 1.0
87
+ ocqa:Record dicon:Location 1.0
88
+ ocqa:hasQualification dicon:hasELement 1.0
89
+ ocqa:Guideline dicon:containsZone 1.0
90
+ ocqa:hasComment dicon:hasAdjacentElement 1.0
91
+ ocqa:Procedure dicon:adjacentElement 1.0
92
+ ocqa:hasPreventionCost dicon:Ontology 1.0
93
+ ocqa:FeatureCatalog dicon:BuildingObject 1.0
94
+ ocqa:hasNonConfirmityCost dicon:hasContinuantPart 1.0
95
+ ocqa:Measurement dicon:adjacentElement 1.0
96
+ ocqa:Leistungswert dicon:adjacentElement 1.0
97
+ ocqa:hasInspectionInterval dicon:BuildingObject 1.0
98
+ ocqa:hasStatus dicon:hasSubLocation 1.0
99
+ ocqa:references dicon:adjacentElement 1.0
100
+ ocqa:hasLikelihood dicon:adjacentElement 1.0
101
+ ocqa:ActualCharacteristic dicon:hasAdjacentElement 1.0
102
+ ocqa:TimeRateCatalog dicon:adjacentElement 1.0
103
+ ocqa:hasLabourCostPerInspection dicon:hasELement 1.0
104
+ ocqa:hasFocusedProcedure dicon:Location 1.0
105
+ ocqa:SpecificRule dicon:hasSubLocation 1.0
106
+ ocqa:filePath dicon:isLocationOf 1.0
107
+ ocqa:Damage dicon:adjacentElement 1.0
108
+ ocqa:CompanyStandard dicon:Ontology 1.0
109
+ ocqa:Characteristic dicon:hasAdjacentElement 1.0
110
+ ocqa:Comment dicon:hasContinuantPart 1.0
111
+ ocqa:ocqa-rules dicon:Location 1.0
112
+ ocqa:Regulation dicon:Ontology 1.0
113
+ ocqa:hasInpsectionPerUnit dicon:BuildingObject 1.0
114
+ ocqa:hasMaterialCostPerInspection dicon:Location 1.0
115
+ ocqa:DIN dicon:BuildingObject 1.0
116
+ ocqa:InspectionPlanningRule dicon:adjacentElement 1.0
117
+ ocqa:isDefinedByCompany dicon:adjacentElement 1.0
118
+ ocqa:hasCreator dicon:containsZone 1.0
119
+ ocqa:hasDocumentation dicon:Element 1.0
120
+ ocqa:InspectionPlanValidationRule dicon:hasSubLocation 1.0
121
+ ocqa:Damage dicon:Element 1.0
122
+ ocqa:hasLabourCostPerInspection dicon:isLocationOf 1.0
123
+ ocqa:Result dicon:hasELement 1.0
124
+ ocqa:CostFeatureCatalog dicon:hasContinuantPart 1.0
125
+ ocqa:InspectionPlanValidationRule dicon:isLocationOf 1.0
126
+ ocqa:Measurement dicon:hasSubLocation 1.0
127
+ ocqa:hasProcedureDescription dicon:isLocationOf 1.0
128
+ ocqa:Norm dicon:Zone 1.0
129
+ ocqa:Inspection dicon:Element 1.0
130
+ ocqa:AssignedCharacteristic dicon:BuildingObject 1.0
131
+ ocqa:Plan dicon:Zone 1.0
132
+ ocqa:filePath dicon:hasELement 1.0
133
+ ocqa:Activity dicon:Building 1.0
134
+ ocqa:hasCreationTime dicon:Zone 1.0
135
+ ocqa:isDefinedBy dicon:hasELement 1.0
136
+ ocqa:hasQualification dicon:isLocationOf 1.0
137
+ ocqa:AssignedCharacteristic dicon:hasELement 1.0
138
+ ocqa:Evaluation dicon:Location 1.0
139
+ ocqa:FeatureCatalog dicon:Location 1.0
140
+ ocqa:hasCreationTime dicon:hasSubElement 1.0
141
+ ocqa:hasBody dicon:hasContinuantPart 1.0
142
+ ocqa:hasRequiredQualification dicon:Location 1.0
143
+ ocqa:Defect dicon:hasAdjacentElement 1.0
144
+ ocqa:Norm dicon:Ontology 1.0
145
+ ocqa:Standard dicon:hasELement 1.0
146
+ ocqa:isDefinedByCompany dicon:BuildingObject 1.0
147
+ ocqa:TimeRateCatalog dicon:isLocationOf 1.0
148
+ ocqa:hasInpsectionPerUnit dicon:isLocationOf 1.0
149
+ ocqa:Characteristic dicon:hasELement 1.0
150
+ ocqa:hasPart dicon:isLocationOf 1.0
151
+ ocqa:Inspection dicon:Zone 1.0
152
+ ocqa:ProgressEvaluation dicon:hasELement 1.0
153
+ ocqa:hasInpsectionPerUnit dicon:Location 1.0
154
+ ocqa:hasQualification dicon:Building 1.0
155
+ ocqa:hasInspectionInterval dicon:adjacentElement 1.0
156
+ ocqa:hasInspectionCost dicon:Location 1.0
157
+ ocqa:hasRequiredQualification dicon:hasSubElement 1.0
158
+ ocqa:Comment dicon:hasSubLocation 1.0
159
+ ocqa:hasCharacteristic dicon:hasContinuantPart 1.0
160
+ ocqa:hasActivityType dicon:hasSubElement 1.0
161
+ ocqa:ProgressEvaluation dicon:isLocationOf 1.0
162
+ ocqa:Protocol dicon:Location 1.0
163
+ ocqa:isDefinedByRegulation dicon:adjacentElement 1.0
164
+ ocqa:hasFocusedProcedure dicon:hasSubLocation 1.0
165
+ ocqa:hasVersion dicon:Element 1.0
166
+ ocqa:isPart dicon:hasContinuantPart 1.0
167
+ ocqa:Nonconformity dicon:adjacentElement 1.0
168
+ ocqa:FailureCategories dicon:hasELement 1.0
169
+ ocqa:Plan dicon:Location 1.0
170
+ ocqa:Comment dicon:Ontology 1.0
171
+ ocqa:hasCausation dicon:hasELement 1.0
172
+ ocqa:AssignedCharacteristic dicon:adjacentElement 1.0
173
+ ocqa:hasCausation dicon:adjacentElement 1.0
174
+ ocqa:GeneralRule dicon:Zone 1.0
175
+ ocqa:FailureCategories dicon:Element 1.0
176
+ ocqa:Defect dicon:Location 1.0
177
+ ocqa:isDefinedByRegulation dicon:hasAdjacentElement 1.0
178
+ ocqa:hasComment dicon:Zone 1.0
179
+ ocqa:isDefinedByCompany dicon:hasELement 1.0
180
+ ocqa:Plan dicon:hasELement 1.0
181
+ ocqa:ExternalResource dicon:Ontology 1.0
182
+ ocqa:hasCreationTime dicon:containsZone 1.0
183
+ ocqa:Inspection dicon:hasContinuantPart 1.0
184
+ ocqa:Monitoring dicon:hasSubElement 1.0
185
+ ocqa:CompanyGuideline dicon:Location 1.0
186
+ ocqa:hasCreator dicon:Element 1.0
187
+ ocqa:Aufwandswert dicon:hasSubElement 1.0
188
+ ocqa:Characteristic dicon:containsZone 1.0
189
+ ocqa:Causation dicon:Zone 1.0
190
+ ocqa:hasDocumentation dicon:hasAdjacentElement 1.0
191
+ ocqa:hasCostPerInspection dicon:hasSubElement 1.0
192
+ ocqa:hasCharacteristic dicon:adjacentElement 1.0
193
+ ocqa:InspectionPlanningRule dicon:isLocationOf 1.0
194
+ ocqa:hasNonConfirmityProbability dicon:hasContinuantPart 1.0
195
+ ocqa:beschreibt dicon:Location 1.0
196
+ ocqa:Measurement dicon:Building 1.0
197
+ ocqa:Evaluation dicon:hasSubLocation 1.0
198
+ ocqa:hasDocumentation dicon:adjacentElement 1.0
199
+ ocqa:BGB dicon:BuildingObject 1.0
200
+ ocqa:Sample dicon:containsZone 1.0
201
+ ocqa:Damage dicon:BuildingObject 1.0
202
+ ocqa:Result dicon:hasSubLocation 1.0
203
+ ocqa:MeasuringEquipment dicon:hasSubElement 1.0
204
+ ocqa:hasNonConfirmityProbability dicon:hasSubElement 1.0
205
+ ocqa:ConstructionProcedure dicon:hasSubLocation 1.0
206
+ ocqa:Image dicon:BuildingObject 1.0
207
+ ocqa:Norm dicon:containsZone 1.0
208
+ ocqa:hasInspection dicon:hasContinuantPart 1.0
209
+ ocqa:hasFocusedProcedure dicon:Element 1.0
210
+ ocqa:Kostwert dicon:containsZone 1.0
211
+ ocqa:InspectionPlan dicon:hasContinuantPart 1.0
212
+ ocqa:isDefinedByCompany dicon:hasAdjacentElement 1.0
213
+ ocqa:InspectionProcedure dicon:isLocationOf 1.0
214
+ ocqa:hasComment dicon:Element 1.0
215
+ ocqa:ISO dicon:containsZone 1.0
216
+ ocqa:Aufwandswert dicon:hasContinuantPart 1.0
217
+ ocqa:DIN-Estrich dicon:Location 1.0
218
+ ocqa:hasNonConfirmityCost dicon:Ontology 1.0
219
+ ocqa:ocqa-rules dicon:containsZone 1.0
220
+ ocqa:hasSample dicon:hasSubElement 1.0
221
+ ocqa:hasQuality-related-costs dicon:Location 1.0
222
+ ocqa:hasLikelihood dicon:containsZone 1.0
223
+ ocqa:hasPreventionCost dicon:Location 1.0
224
+ ocqa:hasProcedureDescription dicon:hasELement 1.0
225
+ ocqa:hasInspectionProcedure dicon:hasSubElement 1.0
226
+ ocqa:InspectionStatus dicon:BuildingObject 1.0
227
+ ocqa:ISO dicon:Location 1.0
228
+ ocqa:Video dicon:containsZone 1.0
229
+ ocqa:DIN dicon:isLocationOf 1.0
230
+ ocqa:hasInspectionInterval dicon:hasSubLocation 1.0
231
+ ocqa:hasFocusedProcess dicon:hasSubElement 1.0
232
+ ocqa:ManufacturerGuidelines dicon:hasELement 1.0
233
+ ocqa:Conformity dicon:Location 1.0
234
+ ocqa:filePath dicon:hasSubElement 1.0
235
+ ocqa:Kostwert dicon:hasContinuantPart 1.0
236
+ ocqa:Comment dicon:Location 1.0
237
+ ocqa:InspectionEvaluationRule dicon:BuildingObject 1.0
238
+ ocqa:hasProcedureDescription dicon:Element 1.0
239
+ ocqa:hasComment dicon:Location 1.0
240
+ ocqa:accepted dicon:hasContinuantPart 1.0
241
+ ocqa:Wert dicon:Element 1.0
242
+ ocqa:hasInspectionProcedure dicon:Location 1.0
243
+ ocqa:Guideline dicon:Building 1.0
244
+ ocqa:Video dicon:Zone 1.0
245
+ ocqa:filePath dicon:hasContinuantPart 1.0
246
+ ocqa:detect dicon:hasELement 1.0
247
+ ocqa:hasActivityType dicon:adjacentElement 1.0
248
+ ocqa:FailureProbabilityCatalog dicon:Building 1.0
249
+ ocqa:hasInpsectionPerUnit dicon:hasContinuantPart 1.0
250
+ ocqa:hasInspectionProcedure dicon:Zone 1.0
251
+ ocqa:InspectionEvaluationRule dicon:Ontology 1.0
252
+ ocqa:FailureCategories dicon:containsZone 1.0
253
+ ocqa:Plan dicon:hasSubLocation 1.0
254
+ ocqa:Rule dicon:Element 1.0
255
+ ocqa:Review dicon:hasSubElement 1.0
256
+ ocqa:CostFeatureCatalog dicon:isLocationOf 1.0
257
+ ocqa:hasRisk dicon:containsZone 1.0
258
+ ocqa:FailureCategories dicon:BuildingObject 1.0
259
+ ocqa:Regulation dicon:Location 1.0
260
+ ocqa:QualityCharacteristic dicon:hasContinuantPart 1.0
261
+ ocqa:hasCausation dicon:hasContinuantPart 1.0
262
+ ocqa:Monitoring dicon:containsZone 1.0
263
+ ocqa:hasInspectionCost dicon:Ontology 1.0
264
+ ocqa:hasInspectionInterval dicon:isLocationOf 1.0
265
+ ocqa:ocqa-rules dicon:hasSubElement 1.0
266
+ ocqa:QualityCharacteristic dicon:isLocationOf 1.0
267
+ ocqa:hasMaterialCostPerInspection dicon:isLocationOf 1.0
268
+ ocqa:hasDocumentation dicon:isLocationOf 1.0
269
+ ocqa:hasBody dicon:containsZone 1.0
270
+ ocqa:hasComment dicon:hasSubElement 1.0
271
+ ocqa:QualityCharacteristic dicon:Building 1.0
272
+ ocqa:Guideline dicon:Zone 1.0
273
+ ocqa:AssignedCharacteristic dicon:hasSubLocation 1.0
274
+ ocqa:FailureProbabilityCatalog dicon:hasSubLocation 1.0
275
+ ocqa:FailureCategories dicon:hasSubLocation 1.0
276
+ ocqa:isDefinedBy dicon:hasSubElement 1.0
277
+ ocqa:hasInspectionCost dicon:hasELement 1.0
278
+ ocqa:Activity dicon:hasELement 1.0
279
+ ocqa:CostFeatureCatalog dicon:BuildingObject 1.0
280
+ ocqa:hasCausation dicon:Location 1.0
281
+ ocqa:Aufwandswert dicon:adjacentElement 1.0
282
+ ocqa:isPart dicon:hasSubElement 1.0
283
+ ocqa:InspectionEvaluationRule dicon:hasContinuantPart 1.0
284
+ ocqa:hasLabourCostPerInspection dicon:hasSubElement 1.0
285
+ ocqa:DIN_9000:2015 dicon:BuildingObject 1.0
286
+ ocqa:hasFocusedProcedure dicon:hasAdjacentElement 1.0
287
+ ocqa:InspectionPlanValidationRule dicon:BuildingObject 1.0
288
+ ocqa:hasNonConfirmityProbability dicon:hasELement 1.0
289
+ ocqa:hasVersion dicon:Zone 1.0
290
+ ocqa:hasInspectionEquipment dicon:containsZone 1.0
291
+ ocqa:hasMaterialCostPerInspection dicon:hasELement 1.0
292
+ ocqa:ProgressEvaluation dicon:hasSubElement 1.0
293
+ ocqa:Measurement dicon:Ontology 1.0
294
+ ocqa:hasCharacteristic dicon:hasSubElement 1.0
295
+ ocqa:InspectionEvaluationRule dicon:containsZone 1.0
296
+ ocqa:hasRequiredQualification dicon:Building 1.0
297
+ ocqa:inferredBy dicon:Zone 1.0
298
+ ocqa:Inspection dicon:BuildingObject 1.0
299
+ ocqa:Sample dicon:hasAdjacentElement 1.0
300
+ ocqa:hasActivityType dicon:Location 1.0
301
+ ocqa:hasSample dicon:containsZone 1.0
302
+ ocqa:TimeRateCatalog dicon:hasContinuantPart 1.0
303
+ ocqa:ProgressEvaluation dicon:hasContinuantPart 1.0
304
+ ocqa:hasInspectionEquipment dicon:hasAdjacentElement 1.0
305
+ ocqa:DIN-Estrich dicon:Element 1.0
306
+ ocqa:hasCostPerInspection dicon:BuildingObject 1.0
307
+ ocqa:isDefinedBy dicon:Location 1.0
308
+ ocqa:InspectionPlanningRule dicon:BuildingObject 1.0
309
+ ocqa:hasCausation dicon:containsZone 1.0
310
+ ocqa:Evaluation dicon:Ontology 1.0
311
+ ocqa:hasLikelihood dicon:isLocationOf 1.0
312
+ ocqa:CostFeatureCatalog dicon:Location 1.0
313
+ ocqa:requiredby dicon:Building 1.0
314
+ ocqa:InspectionProcedure dicon:hasContinuantPart 1.0
315
+ ocqa:Determination dicon:hasContinuantPart 1.0
316
+ ocqa:Plan dicon:Element 1.0
317
+ ocqa:QualityCharacteristic dicon:Location 1.0
318
+ ocqa:AssignedCharacteristic dicon:isLocationOf 1.0
319
+ ocqa:DIN-Estrich dicon:hasAdjacentElement 1.0
320
+ ocqa:InspectionEquipment dicon:Location 1.0
321
+ ocqa:hasFocusedProcess dicon:hasContinuantPart 1.0
322
+ ocqa:Defect dicon:hasSubElement 1.0
323
+ ocqa:hasInspectionCost dicon:adjacentElement 1.0
324
+ ocqa:hasLikelihood dicon:hasELement 1.0
325
+ ocqa:hasCharacteristic dicon:containsZone 1.0
326
+ ocqa:TimeRateCatalog dicon:Element 1.0
327
+ ocqa:Conformity dicon:adjacentElement 1.0
328
+ ocqa:hasNonConfirmityProbability dicon:Ontology 1.0
329
+ ocqa:TimeRateCatalog dicon:containsZone 1.0
330
+ ocqa:hasNonConfirmityProbability dicon:hasSubLocation 1.0
331
+ ocqa:Record dicon:isLocationOf 1.0
332
+ ocqa:hasCreationTime dicon:Element 1.0
333
+ ocqa:DIN-Estrich dicon:Zone 1.0
334
+ ocqa:hasRecord dicon:Location 1.0
335
+ ocqa:hasInspection dicon:Location 1.0
336
+ ocqa:hasFocusedProcess dicon:isLocationOf 1.0
337
+ ocqa:isDefinedByCompany dicon:hasContinuantPart 1.0
338
+ ocqa:hasInpsectionPerUnit dicon:containsZone 1.0
339
+ ocqa:Guideline dicon:Element 1.0
340
+ ocqa:Comment dicon:Element 1.0
341
+ ocqa:ManufacturerGuidelines dicon:hasAdjacentElement 1.0
342
+ ocqa:ConstructionProcedure dicon:Ontology 1.0
343
+ ocqa:Video dicon:isLocationOf 1.0
344
+ ocqa:detect dicon:Element 1.0
345
+ ocqa:ConstructionProcedure dicon:hasAdjacentElement 1.0
346
+ ocqa:hasPart dicon:hasContinuantPart 1.0
347
+ ocqa:hasInspectionEquipment dicon:hasELement 1.0
348
+ ocqa:hasInspectionProcedure dicon:hasSubLocation 1.0
349
+ ocqa:Monitoring dicon:Element 1.0
350
+ ocqa:Leistungswert dicon:Location 1.0
351
+ ocqa:hasRequiredQualification dicon:adjacentElement 1.0
352
+ ocqa:hasActivityType dicon:hasSubLocation 1.0
353
+ ocqa:MeasuringEquipment dicon:hasAdjacentElement 1.0
354
+ ocqa:Inspection dicon:containsZone 1.0
355
+ ocqa:hasDocumentation dicon:containsZone 1.0
356
+ ocqa:Measurement dicon:hasELement 1.0
357
+ ocqa:Sample dicon:hasELement 1.0
358
+ ocqa:hasBody dicon:hasELement 1.0
359
+ ocqa:hasRequiredQualification dicon:isLocationOf 1.0
360
+ ocqa:Wert dicon:adjacentElement 1.0
361
+ ocqa:hasDocumentation dicon:hasSubElement 1.0
362
+ ocqa:hasInspectionProcedure dicon:hasAdjacentElement 1.0
363
+ ocqa:SpecificRule dicon:isLocationOf 1.0
364
+ ocqa:isDefinedBy dicon:adjacentElement 1.0
365
+ ocqa:FailureProbabilityCatalog dicon:BuildingObject 1.0
366
+ ocqa:isDefinedByContract dicon:Ontology 1.0
367
+ ocqa:FailureCategories dicon:isLocationOf 1.0
368
+ ocqa:hasFixCostPerInspection dicon:containsZone 1.0
369
+ ocqa:hasQuality-related-costs dicon:hasSubElement 1.0
370
+ ocqa:Review dicon:Element 1.0
371
+ ocqa:hasQuality-related-costs dicon:isLocationOf 1.0
372
+ ocqa:Comment dicon:Zone 1.0
373
+ ocqa:Wert dicon:hasSubElement 1.0
374
+ ocqa:hasPreventionCost dicon:hasSubElement 1.0
375
+ ocqa:Sample dicon:adjacentElement 1.0
376
+ ocqa:hasNonConfirmityCost dicon:adjacentElement 1.0
377
+ ocqa:inferredBy dicon:hasAdjacentElement 1.0
378
+ ocqa:hasFixCostPerInspection dicon:hasSubElement 1.0
379
+ ocqa:hasFocusedProcedure dicon:containsZone 1.0
380
+ ocqa:hasRecord dicon:hasSubElement 1.0
381
+ ocqa:CompanyStandard dicon:hasAdjacentElement 1.0
382
+ ocqa:MeasuringEquipment dicon:hasContinuantPart 1.0
383
+ ocqa:Inspection dicon:adjacentElement 1.0
384
+ ocqa:hasCreationTime dicon:hasSubLocation 1.0
385
+ ocqa:hasNonConfirmityCost dicon:hasSubElement 1.0
386
+ ocqa:ManufacturerGuidelines dicon:containsZone 1.0
387
+ ocqa:InspectionPlanValidationRule dicon:hasELement 1.0
388
+ ocqa:hasLikelihood dicon:Location 1.0
389
+ ocqa:hasLikelihood dicon:BuildingObject 1.0
390
+ ocqa:QualityCharacteristic dicon:BuildingObject 1.0
391
+ ocqa:hasInspectionProcedure dicon:adjacentElement 1.0
392
+ ocqa:Sample dicon:hasSubElement 1.0
393
+ ocqa:InspectionPlanningRule dicon:hasSubElement 1.0
394
+ ocqa:hasCausation dicon:hasSubLocation 1.0
395
+ ocqa:BGB dicon:Building 1.0
396
+ ocqa:hasPart dicon:Location 1.0
397
+ ocqa:Activity dicon:Ontology 1.0
398
+ ocqa:Wert dicon:BuildingObject 1.0
399
+ ocqa:Rule dicon:Building 1.0
400
+ ocqa:hasVersion dicon:hasSubElement 1.0
401
+ ocqa:IndustryStandard dicon:Ontology 1.0
402
+ ocqa:InspectionEvaluationRule dicon:hasSubElement 1.0
403
+ ocqa:Causation dicon:hasSubElement 1.0
404
+ ocqa:hasFocusedProcedure dicon:hasELement 1.0
405
+ ocqa:Activity dicon:Location 1.0
406
+ ocqa:isDefinedByContract dicon:hasAdjacentElement 1.0
407
+ ocqa:Monitoring dicon:Building 1.0
408
+ ocqa:TimeRateCatalog dicon:hasAdjacentElement 1.0
409
+ ocqa:Image dicon:isLocationOf 1.0
410
+ ocqa:accepted dicon:Location 1.0
411
+ ocqa:Test dicon:Zone 1.0
412
+ ocqa:CompanyGuideline dicon:hasContinuantPart 1.0
413
+ ocqa:Protocol dicon:hasSubLocation 1.0
414
+ ocqa:GeneralRule dicon:Element 1.0
415
+ ocqa:Characteristic dicon:isLocationOf 1.0
416
+ ocqa:hasNonConfirmityCost dicon:hasSubLocation 1.0
417
+ ocqa:GeneralRule dicon:hasAdjacentElement 1.0
418
+ ocqa:Determination dicon:isLocationOf 1.0
419
+ ocqa:Image dicon:containsZone 1.0
420
+ ocqa:Damage dicon:Building 1.0
421
+ ocqa:hasFocusedProcedure dicon:isLocationOf 1.0
422
+ ocqa:hasPart dicon:hasELement 1.0
423
+ ocqa:hasCreator dicon:Location 1.0
424
+ ocqa:hasQuality-related-costs dicon:adjacentElement 1.0
425
+ ocqa:inferredBy dicon:hasContinuantPart 1.0
426
+ ocqa:CompanyGuideline dicon:Ontology 1.0
427
+ ocqa:hasInspectionEquipment dicon:Zone 1.0
428
+ ocqa:InspectionEvaluationRule dicon:hasELement 1.0
429
+ ocqa:hasCreationTime dicon:adjacentElement 1.0
430
+ ocqa:hasInspectionInterval dicon:hasSubElement 1.0
431
+ ocqa:InspectionPlan dicon:isLocationOf 1.0
432
+ ocqa:ActualCharacteristic dicon:Location 1.0
433
+ ocqa:isDefinedByContract dicon:Building 1.0
434
+ ocqa:FailureCategories dicon:Building 1.0
435
+ ocqa:Standard dicon:containsZone 1.0
436
+ ocqa:hasPreventionCost dicon:hasSubLocation 1.0
437
+ ocqa:hasCreationTime dicon:hasContinuantPart 1.0
438
+ ocqa:InspectionPlan dicon:containsZone 1.0
439
+ ocqa:Video dicon:BuildingObject 1.0
440
+ ocqa:Rule dicon:hasSubLocation 1.0
441
+ ocqa:Comment dicon:hasSubElement 1.0
442
+ ocqa:InspectionEquipment dicon:hasAdjacentElement 1.0
443
+ ocqa:SpecificRule dicon:hasAdjacentElement 1.0
444
+ ocqa:InspectionEvaluationRule dicon:isLocationOf 1.0
445
+ ocqa:hasInspection dicon:adjacentElement 1.0
446
+ ocqa:Aufwandswert dicon:hasSubLocation 1.0
447
+ ocqa:Aufwandswert dicon:hasELement 1.0
448
+ ocqa:ISO dicon:hasSubLocation 1.0
449
+ ocqa:InspectionEvaluationRule dicon:hasSubLocation 1.0
450
+ ocqa:ManufacturerGuidelines dicon:Building 1.0
451
+ ocqa:DIN dicon:adjacentElement 1.0
452
+ ocqa:InspectionEquipment dicon:hasSubLocation 1.0
453
+ ocqa:MeasuringEquipment dicon:hasSubLocation 1.0
454
+ ocqa:hasBody dicon:isLocationOf 1.0
455
+ ocqa:Determination dicon:BuildingObject 1.0
456
+ ocqa:Leistungswert dicon:hasELement 1.0
457
+ ocqa:detect dicon:adjacentElement 1.0
458
+ ocqa:hasInspectionEquipment dicon:adjacentElement 1.0
459
+ ocqa:hasPreventionCost dicon:isLocationOf 1.0
460
+ ocqa:hasFocusedProcess dicon:adjacentElement 1.0
461
+ ocqa:Causation dicon:hasAdjacentElement 1.0
462
+ ocqa:FeatureCatalog dicon:Building 1.0
463
+ ocqa:hasCostPerInspection dicon:containsZone 1.0
464
+ ocqa:hasRecord dicon:hasContinuantPart 1.0
465
+ ocqa:Determination dicon:containsZone 1.0
466
+ ocqa:InspectionPlan dicon:BuildingObject 1.0
467
+ ocqa:hasCostPerInspection dicon:hasSubLocation 1.0
468
+ ocqa:Guideline dicon:adjacentElement 1.0
469
+ ocqa:DIN-Estrich dicon:Ontology 1.0
470
+ ocqa:hasDocumentation dicon:Ontology 1.0
471
+ ocqa:Result dicon:Building 1.0
472
+ ocqa:ocqa-rules dicon:hasAdjacentElement 1.0
473
+ ocqa:hasPart dicon:hasSubElement 1.0
474
+ ocqa:isPart dicon:hasELement 1.0
475
+ ocqa:hasFixCostPerInspection dicon:hasELement 1.0
476
+ ocqa:Regulation dicon:hasAdjacentElement 1.0
477
+ ocqa:hasStatus dicon:containsZone 1.0
478
+ ocqa:Aufwandswert dicon:Element 1.0
479
+ ocqa:Causation dicon:isLocationOf 1.0
480
+ ocqa:SpecificRule dicon:adjacentElement 1.0
481
+ ocqa:FailureCategories dicon:hasContinuantPart 1.0
482
+ ocqa:hasFocusedProcess dicon:hasAdjacentElement 1.0
483
+ ocqa:hasFixCostPerInspection dicon:BuildingObject 1.0
484
+ ocqa:CompanyGuideline dicon:containsZone 1.0
485
+ ocqa:hasCreator dicon:hasAdjacentElement 1.0
486
+ ocqa:DIN-Estrich dicon:Building 1.0
487
+ ocqa:Conformity dicon:isLocationOf 1.0
488
+ ocqa:IndustryStandard dicon:hasContinuantPart 1.0
489
+ ocqa:Comment dicon:adjacentElement 1.0
490
+ ocqa:hasLabourCostPerInspection dicon:hasContinuantPart 1.0
491
+ ocqa:Video dicon:Building 1.0
492
+ ocqa:Review dicon:hasELement 1.0
493
+ ocqa:ConstructionProcedure dicon:Zone 1.0
494
+ ocqa:Guideline dicon:hasSubElement 1.0
495
+ ocqa:FailureProbabilityCatalog dicon:hasContinuantPart 1.0
496
+ ocqa:Determination dicon:Zone 1.0
497
+ ocqa:ocqa-rules dicon:isLocationOf 1.0
498
+ ocqa:hasProcedureDescription dicon:hasSubElement 1.0
499
+ ocqa:hasBody dicon:hasAdjacentElement 1.0
500
+ ocqa:hasInspection dicon:hasSubLocation 1.0
501
+ ocqa:hasQualification dicon:hasAdjacentElement 1.0
502
+ ocqa:hasCreator dicon:Ontology 1.0
503
+ ocqa:hasFocusedProcess dicon:hasSubLocation 1.0
504
+ ocqa:Sample dicon:hasContinuantPart 1.0
505
+ ocqa:hasCostPerInspection dicon:isLocationOf 1.0
506
+ ocqa:isDefinedByContract dicon:hasContinuantPart 1.0
507
+ ocqa:Activity dicon:hasSubLocation 1.0
508
+ ocqa:ExternalResource dicon:hasAdjacentElement 1.0
509
+ ocqa:ISO dicon:isLocationOf 1.0
510
+ ocqa:Characteristic dicon:hasContinuantPart 1.0
511
+ ocqa:InspectionPlan dicon:adjacentElement 1.0
512
+ ocqa:CompanyStandard dicon:containsZone 1.0
513
+ ocqa:hasInspection dicon:isLocationOf 1.0
514
+ ocqa:hasFixCostPerInspection dicon:isLocationOf 1.0
515
+ ocqa:hasInpsectionPerUnit dicon:Ontology 1.0
516
+ ocqa:ManufacturerGuidelines dicon:Element 1.0
517
+ ocqa:hasPart dicon:containsZone 1.0
518
+ ocqa:Defect dicon:BuildingObject 1.0
519
+ ocqa:Monitoring dicon:hasAdjacentElement 1.0
520
+ ocqa:Procedure dicon:Element 1.0
521
+ ocqa:hasComment dicon:isLocationOf 1.0
522
+ ocqa:Activity dicon:hasContinuantPart 1.0
523
+ ocqa:hasInspectionProcedure dicon:hasELement 1.0
524
+ ocqa:hasProcedureDescription dicon:adjacentElement 1.0
525
+ ocqa:InspectionProcedure dicon:containsZone 1.0
526
+ ocqa:CompanyStandard dicon:hasContinuantPart 1.0
527
+ ocqa:hasInspectionCost dicon:hasSubLocation 1.0
528
+ ocqa:QualityCharacteristic dicon:hasSubLocation 1.0
529
+ ocqa:Procedure dicon:Zone 1.0
530
+ ocqa:CompanyGuideline dicon:Building 1.0
531
+ ocqa:DIN-Estrich dicon:hasContinuantPart 1.0
532
+ ocqa:hasFocusedProcedure dicon:hasContinuantPart 1.0
533
+ ocqa:DIN dicon:Location 1.0
534
+ ocqa:hasDocumentation dicon:hasContinuantPart 1.0
535
+ ocqa:isDefinedBy dicon:BuildingObject 1.0
536
+ ocqa:hasInspectionCost dicon:containsZone 1.0
537
+ ocqa:hasMaterialCostPerInspection dicon:hasContinuantPart 1.0
538
+ ocqa:ProgressEvaluation dicon:hasAdjacentElement 1.0
539
+ ocqa:Procedure dicon:hasELement 1.0
540
+ ocqa:Regulation dicon:hasSubElement 1.0
541
+ ocqa:detect dicon:hasSubElement 1.0
542
+ ocqa:Result dicon:Location 1.0
543
+ ocqa:hasPart dicon:hasSubLocation 1.0
544
+ ocqa:isDefinedBy dicon:Zone 1.0
545
+ ocqa:hasBody dicon:hasSubElement 1.0
546
+ ocqa:Causation dicon:Building 1.0
547
+ ocqa:Determination dicon:Location 1.0
548
+ ocqa:AssignedCharacteristic dicon:containsZone 1.0
549
+ ocqa:isDefinedByRegulation dicon:isLocationOf 1.0
550
+ ocqa:hasBody dicon:hasSubLocation 1.0
551
+ ocqa:hasPreventionCost dicon:Element 1.0
552
+ ocqa:hasQuality-related-costs dicon:hasSubLocation 1.0
553
+ ocqa:hasVersion dicon:hasContinuantPart 1.0
554
+ ocqa:hasVersion dicon:Building 1.0
555
+ ocqa:beschreibt dicon:hasAdjacentElement 1.0
556
+ ocqa:hasInspectionProcedure dicon:BuildingObject 1.0
557
+ ocqa:hasRisk dicon:hasELement 1.0
558
+ ocqa:Regulation dicon:hasContinuantPart 1.0
559
+ ocqa:hasPart dicon:hasAdjacentElement 1.0
560
+ ocqa:isDefinedByContract dicon:Element 1.0
561
+ ocqa:FailureCategories dicon:Location 1.0
562
+ ocqa:DIN dicon:Building 1.0
563
+ ocqa:Guideline dicon:hasELement 1.0
564
+ ocqa:CompanyStandard dicon:hasSubElement 1.0
565
+ ocqa:Conformity dicon:hasAdjacentElement 1.0
566
+ ocqa:Evaluation dicon:isLocationOf 1.0
567
+ ocqa:hasCreator dicon:hasELement 1.0
568
+ ocqa:hasPreventionCost dicon:hasELement 1.0
569
+ ocqa:DIN dicon:Zone 1.0
570
+ ocqa:hasLabourCostPerInspection dicon:hasAdjacentElement 1.0
571
+ ocqa:hasFocusedProcedure dicon:adjacentElement 1.0
572
+ ocqa:CompanyStandard dicon:Element 1.0
573
+ ocqa:accepted dicon:hasAdjacentElement 1.0
574
+ ocqa:hasInspectionCost dicon:isLocationOf 1.0
575
+ ocqa:hasStatus dicon:hasSubElement 1.0
576
+ ocqa:hasQuality-related-costs dicon:hasContinuantPart 1.0
577
+ ocqa:Evaluation dicon:adjacentElement 1.0
578
+ ocqa:IndustryStandard dicon:containsZone 1.0
579
+ ocqa:hasVersion dicon:Ontology 1.0
580
+ ocqa:hasMaterialCostPerInspection dicon:adjacentElement 1.0
581
+ ocqa:isDefinedByContract dicon:hasELement 1.0
582
+ ocqa:hasNonConfirmityCost dicon:hasAdjacentElement 1.0
583
+ ocqa:Activity dicon:adjacentElement 1.0
584
+ ocqa:Measurement dicon:Element 1.0
585
+ ocqa:InspectionEquipment dicon:hasELement 1.0
586
+ ocqa:hasQualification dicon:Location 1.0
587
+ ocqa:hasRisk dicon:hasContinuantPart 1.0
588
+ ocqa:hasInspectionEquipment dicon:hasContinuantPart 1.0
589
+ ocqa:hasBody dicon:Building 1.0
590
+ ocqa:Rule dicon:hasELement 1.0
591
+ ocqa:Inspection dicon:Location 1.0
592
+ ocqa:isDefinedByContract dicon:Location 1.0
593
+ ocqa:Result dicon:hasAdjacentElement 1.0
594
+ ocqa:Comment dicon:hasELement 1.0
595
+ ocqa:hasNonConfirmityCost dicon:isLocationOf 1.0
596
+ ocqa:isDefinedByRegulation dicon:Location 1.0
597
+ ocqa:ManufacturerGuidelines dicon:hasSubElement 1.0
598
+ ocqa:ActualCharacteristic dicon:adjacentElement 1.0
599
+ ocqa:hasInspection dicon:Zone 1.0
600
+ ocqa:beschreibt dicon:Building 1.0
601
+ ocqa:hasNonConfirmityCost dicon:BuildingObject 1.0
602
+ ocqa:Causation dicon:containsZone 1.0
603
+ ocqa:hasLikelihood dicon:hasContinuantPart 1.0
604
+ ocqa:Wert dicon:hasELement 1.0
605
+ ocqa:hasInspectionProcedure dicon:containsZone 1.0
606
+ ocqa:Wert dicon:Zone 1.0
607
+ ocqa:FeatureCatalog dicon:hasAdjacentElement 1.0
608
+ ocqa:ActualCharacteristic dicon:hasSubLocation 1.0
609
+ ocqa:hasLabourCostPerInspection dicon:Location 1.0
610
+ ocqa:hasRecord dicon:hasELement 1.0
611
+ ocqa:ProgressEvaluation dicon:Location 1.0
612
+ ocqa:hasMaterialCostPerInspection dicon:hasSubElement 1.0
613
+ ocqa:Aufwandswert dicon:Zone 1.0
614
+ ocqa:Plan dicon:adjacentElement 1.0
615
+ ocqa:Monitoring dicon:Location 1.0
616
+ ocqa:Regulation dicon:hasSubLocation 1.0
617
+ ocqa:hasProcedureDescription dicon:hasSubLocation 1.0
618
+ ocqa:InspectionEquipment dicon:hasSubElement 1.0
619
+ ocqa:ExternalResource dicon:adjacentElement 1.0
620
+ ocqa:Rule dicon:BuildingObject 1.0
621
+ ocqa:CostFeatureCatalog dicon:containsZone 1.0
622
+ ocqa:inferredBy dicon:Location 1.0
623
+ ocqa:GeneralRule dicon:adjacentElement 1.0
624
+ ocqa:CompanyStandard dicon:adjacentElement 1.0
625
+ ocqa:hasCausation dicon:hasAdjacentElement 1.0
626
+ ocqa:ocqa-rules dicon:hasContinuantPart 1.0
627
+ ocqa:InspectionEquipment dicon:Element 1.0
628
+ ocqa:CompanyGuideline dicon:hasAdjacentElement 1.0
629
+ ocqa:Guideline dicon:hasSubLocation 1.0
630
+ ocqa:hasNonConfirmityProbability dicon:isLocationOf 1.0
631
+ ocqa:Leistungswert dicon:hasSubElement 1.0
632
+ ocqa:Monitoring dicon:Ontology 1.0
633
+ ocqa:hasCharacteristic dicon:hasELement 1.0
634
+ ocqa:hasInspectionEquipment dicon:BuildingObject 1.0
635
+ ocqa:hasInpsectionPerUnit dicon:hasELement 1.0
636
+ ocqa:FailureProbabilityCatalog dicon:Ontology 1.0
637
+ ocqa:hasMaterialCostPerInspection dicon:hasAdjacentElement 1.0
638
+ ocqa:Evaluation dicon:Element 1.0
639
+ ocqa:hasQualification dicon:hasSubLocation 1.0
640
+ ocqa:beschreibt dicon:hasSubLocation 1.0
641
+ ocqa:TimeRateCatalog dicon:hasSubLocation 1.0
642
+ ocqa:filePath dicon:Location 1.0
643
+ ocqa:hasMaterialCostPerInspection dicon:BuildingObject 1.0
644
+ ocqa:CompanyStandard dicon:Location 1.0
645
+ ocqa:SpecificRule dicon:hasELement 1.0
646
+ ocqa:hasCreationTime dicon:Ontology 1.0
647
+ ocqa:FeatureCatalog dicon:Ontology 1.0
648
+ ocqa:isDefinedBy dicon:hasContinuantPart 1.0
649
+ ocqa:hasActivityType dicon:containsZone 1.0
650
+ ocqa:Nonconformity dicon:Zone 1.0
651
+ ocqa:hasCharacteristic dicon:Location 1.0
652
+ ocqa:InspectionPlanningRule dicon:hasSubLocation 1.0
653
+ ocqa:SpecificRule dicon:hasSubElement 1.0
654
+ ocqa:hasRequiredQualification dicon:hasELement 1.0
655
+ ocqa:InspectionEvaluationRule dicon:Zone 1.0
656
+ ocqa:hasRisk dicon:hasSubElement 1.0
657
+ ocqa:ActualCharacteristic dicon:hasContinuantPart 1.0
658
+ ocqa:hasNonConfirmityCost dicon:hasELement 1.0
659
+ ocqa:ocqa-rules dicon:hasSubLocation 1.0
660
+ ocqa:Video dicon:Location 1.0
661
+ ocqa:Kostwert dicon:Location 1.0
662
+ ocqa:accepted dicon:Element 1.0
663
+ ocqa:DIN_55350:2021-10 dicon:Building 1.0
664
+ ocqa:hasCreationTime dicon:Location 1.0
665
+ ocqa:Plan dicon:containsZone 1.0
666
+ ocqa:MeasuringEquipment dicon:Building 1.0
667
+ ocqa:InspectionPlanningRule dicon:hasContinuantPart 1.0
668
+ ocqa:ConstructionProcedure dicon:containsZone 1.0
669
+ ocqa:Leistungswert dicon:isLocationOf 1.0
670
+ ocqa:hasCharacteristic dicon:hasAdjacentElement 1.0
671
+ ocqa:hasPreventionCost dicon:hasAdjacentElement 1.0
672
+ ocqa:beschreibt dicon:BuildingObject 1.0
673
+ ocqa:detect dicon:BuildingObject 1.0
674
+ ocqa:isDefinedByCompany dicon:Building 1.0
675
+ ocqa:hasCreationTime dicon:isLocationOf 1.0
676
+ ocqa:Result dicon:hasSubElement 1.0
677
+ ocqa:hasVersion dicon:adjacentElement 1.0
678
+ ocqa:CompanyGuideline dicon:isLocationOf 1.0
679
+ ocqa:isDefinedByContract dicon:BuildingObject 1.0
680
+ ocqa:InspectionProcedure dicon:Ontology 1.0
681
+ ocqa:Guideline dicon:BuildingObject 1.0
682
+ ocqa:FeatureCatalog dicon:hasSubLocation 1.0
683
+ ocqa:Evaluation dicon:hasSubElement 1.0
684
+ ocqa:ocqa-rules dicon:adjacentElement 1.0
685
+ ocqa:Procedure dicon:Location 1.0
686
+ ocqa:Record dicon:containsZone 1.0
687
+ ocqa:beschreibt dicon:adjacentElement 1.0
688
+ ocqa:hasCausation dicon:hasSubElement 1.0
689
+ ocqa:Regulation dicon:hasELement 1.0
690
+ ocqa:FailureProbabilityCatalog dicon:Location 1.0
691
+ ocqa:hasProcedureDescription dicon:hasContinuantPart 1.0
692
+ ocqa:hasComment dicon:containsZone 1.0
693
+ ocqa:TimeRateCatalog dicon:Location 1.0
694
+ ocqa:Protocol dicon:Ontology 1.0
695
+ ocqa:Sample dicon:Element 1.0
696
+ ocqa:Comment dicon:containsZone 1.0
697
+ ocqa:hasRequiredQualification dicon:BuildingObject 1.0
ResultsOCQA_DiCon/ocqatest/refs/maps.ref.ss.train.tsv ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Entity1 Entity2 Value
2
+ ocqa:InspectionEvaluationRule dicon:Location 1.0
3
+ ocqa:Monitoring dicon:Zone 1.0
4
+ ocqa:Conformity dicon:Zone 1.0
5
+ ocqa:FailureCategories dicon:hasAdjacentElement 1.0
6
+ ocqa:hasRequiredQualification dicon:hasContinuantPart 1.0
7
+ ocqa:Nonconformity dicon:hasContinuantPart 1.0
8
+ ocqa:Aufwandswert dicon:BuildingObject 1.0
9
+ ocqa:accepted dicon:hasSubElement 1.0
10
+ ocqa:isPart dicon:containsZone 1.0
11
+ ocqa:Characteristic dicon:hasSubElement 1.0
12
+ ocqa:inferredBy dicon:Ontology 1.0
13
+ ocqa:beschreibt dicon:Element 1.0
14
+ ocqa:hasPreventionCost dicon:hasContinuantPart 1.0
15
+ ocqa:CostFeatureCatalog dicon:adjacentElement 1.0
16
+ ocqa:InspectionProcedure dicon:BuildingObject 1.0
17
+ ocqa:hasMaterialCostPerInspection dicon:containsZone 1.0
18
+ ocqa:hasCreationTime dicon:hasAdjacentElement 1.0
19
+ ocqa:Measurement dicon:hasSubElement 1.0
20
+ ocqa:FeatureCatalog dicon:adjacentElement 1.0
21
+ ocqa:hasNonConfirmityProbability dicon:containsZone 1.0
22
+ ocqa:ManufacturerGuidelines dicon:adjacentElement 1.0
23
+ ocqa:hasStatus dicon:isLocationOf 1.0
24
+ ocqa:Result dicon:isLocationOf 1.0
25
+ ocqa:detect dicon:hasAdjacentElement 1.0
26
+ ocqa:hasLikelihood dicon:hasAdjacentElement 1.0
27
+ ocqa:hasCreationTime dicon:hasELement 1.0
28
+ ocqa:Monitoring dicon:hasELement 1.0
29
+ ocqa:ManufacturerGuidelines dicon:hasContinuantPart 1.0
30
+ ocqa:TimeRateCatalog dicon:hasSubElement 1.0
31
+ ocqa:hasInspectionCost dicon:hasContinuantPart 1.0
32
+ ocqa:accepted dicon:hasSubLocation 1.0
33
+ ocqa:CostFeatureCatalog dicon:Ontology 1.0
34
+ ocqa:FailureProbabilityCatalog dicon:hasSubElement 1.0
35
+ ocqa:hasDocumentation dicon:Location 1.0
36
+ ocqa:ActualCharacteristic dicon:isLocationOf 1.0
37
+ ocqa:Damage dicon:hasSubElement 1.0
38
+ ocqa:accepted dicon:hasELement 1.0
39
+ ocqa:isDefinedByContract dicon:adjacentElement 1.0
40
+ ocqa:Nonconformity dicon:isLocationOf 1.0
41
+ ocqa:ocqa-rules dicon:Zone 1.0
42
+ ocqa:hasProcedureDescription dicon:hasAdjacentElement 1.0
43
+ ocqa:hasRecord dicon:hasSubLocation 1.0
44
+ ocqa:hasVersion dicon:hasAdjacentElement 1.0
45
+ ocqa:hasSample dicon:hasELement 1.0
46
+ ocqa:isDefinedBy dicon:Element 1.0
47
+ ocqa:InspectionPlanValidationRule dicon:Ontology 1.0
48
+ ocqa:InspectionPlanningRule dicon:hasELement 1.0
49
+ ocqa:ocqa-rules dicon:Ontology 1.0
50
+ ocqa:FeatureCatalog dicon:hasContinuantPart 1.0
51
+ ocqa:FailureProbabilityCatalog dicon:isLocationOf 1.0
52
+ ocqa:Measurement dicon:Location 1.0
53
+ ocqa:hasInspectionInterval dicon:hasELement 1.0
54
+ ocqa:Leistungswert dicon:Building 1.0
55
+ ocqa:hasInspectionProcedure dicon:isLocationOf 1.0
56
+ ocqa:hasRequiredQualification dicon:hasSubLocation 1.0
57
+ ocqa:Monitoring dicon:BuildingObject 1.0
58
+ ocqa:InspectionStatus dicon:Ontology 1.0
59
+ ocqa:Leistungswert dicon:hasSubLocation 1.0
60
+ ocqa:hasComment dicon:adjacentElement 1.0
61
+ ocqa:InspectionEquipment dicon:Ontology 1.0
62
+ ocqa:InspectionPlanValidationRule dicon:containsZone 1.0
63
+ ocqa:hasFocusedProcess dicon:Location 1.0
64
+ ocqa:hasMaterialCostPerInspection dicon:Building 1.0
65
+ ocqa:AssignedCharacteristic dicon:hasSubElement 1.0
66
+ ocqa:hasInspectionInterval dicon:hasContinuantPart 1.0
67
+ ocqa:hasNonConfirmityCost dicon:Location 1.0
68
+ ocqa:Inspection dicon:Building 1.0
69
+ ocqa:hasComment dicon:hasContinuantPart 1.0
70
+ ocqa:accepted dicon:adjacentElement 1.0
71
+ ocqa:Defect dicon:Element 1.0
72
+ ocqa:isDefinedByRegulation dicon:BuildingObject 1.0
73
+ ocqa:hasCostPerInspection dicon:hasContinuantPart 1.0
74
+ ocqa:beschreibt dicon:hasContinuantPart 1.0
75
+ ocqa:hasQuality-related-costs dicon:hasAdjacentElement 1.0
76
+ ocqa:hasMaterialCostPerInspection dicon:hasSubLocation 1.0
77
+ ocqa:hasInspectionInterval dicon:containsZone 1.0
78
+ ocqa:Inspection dicon:hasSubLocation 1.0
79
+ ocqa:hasActivityType dicon:hasELement 1.0
80
+ ocqa:hasPreventionCost dicon:adjacentElement 1.0
81
+ ocqa:InspectionPlan dicon:Ontology 1.0
82
+ ocqa:hasCreator dicon:hasSubLocation 1.0
83
+ ocqa:DIN-Estrich dicon:adjacentElement 1.0
84
+ ocqa:isDefinedByContract dicon:hasSubElement 1.0
85
+ ocqa:Conformity dicon:hasSubLocation 1.0
86
+ ocqa:hasPart dicon:adjacentElement 1.0
87
+ ocqa:hasInspectionEquipment dicon:Location 1.0
88
+ ocqa:hasFixCostPerInspection dicon:Location 1.0
89
+ ocqa:InspectionPlanningRule dicon:Building 1.0
90
+ ocqa:isDefinedBy dicon:Ontology 1.0
91
+ ocqa:Leistungswert dicon:hasContinuantPart 1.0
92
+ ocqa:Monitoring dicon:adjacentElement 1.0
93
+ ocqa:isDefinedByContract dicon:containsZone 1.0
94
+ ocqa:hasActivityType dicon:isLocationOf 1.0
95
+ ocqa:MeasuringEquipment dicon:adjacentElement 1.0
96
+ ocqa:Norm dicon:BuildingObject 1.0
97
+ ocqa:Result dicon:adjacentElement 1.0
98
+ ocqa:DIN dicon:hasSubLocation 1.0
99
+ ocqa:hasSample dicon:hasContinuantPart 1.0
100
+ ocqa:hasQuality-related-costs dicon:BuildingObject 1.0
101
+ ocqa:Monitoring dicon:hasContinuantPart 1.0
102
+ ocqa:Result dicon:Element 1.0
103
+ ocqa:Causation dicon:hasELement 1.0
104
+ ocqa:hasStatus dicon:adjacentElement 1.0
105
+ ocqa:ocqa-rules dicon:hasELement 1.0
106
+ ocqa:hasFocusedProcedure dicon:hasSubElement 1.0
107
+ ocqa:hasFixCostPerInspection dicon:adjacentElement 1.0
108
+ ocqa:Causation dicon:hasSubLocation 1.0
109
+ ocqa:FailureCategories dicon:hasSubElement 1.0
110
+ ocqa:references dicon:hasSubElement 1.0
111
+ ocqa:hasInspectionInterval dicon:hasAdjacentElement 1.0
112
+ ocqa:isDefinedBy dicon:Building 1.0
113
+ ocqa:Record dicon:hasContinuantPart 1.0
114
+ ocqa:Evaluation dicon:Zone 1.0
115
+ ocqa:SpecificRule dicon:hasContinuantPart 1.0
116
+ ocqa:InspectionEquipment dicon:adjacentElement 1.0
117
+ ocqa:hasInspectionCost dicon:hasAdjacentElement 1.0
118
+ ocqa:Standard dicon:hasSubLocation 1.0
119
+ ocqa:ProgressEvaluation dicon:Element 1.0
120
+ ocqa:FeatureCatalog dicon:containsZone 1.0
121
+ ocqa:hasCreator dicon:hasSubElement 1.0
122
+ ocqa:TimeRateCatalog dicon:hasELement 1.0
123
+ ocqa:Activity dicon:isLocationOf 1.0
124
+ ocqa:Determination dicon:hasSubLocation 1.0
125
+ ocqa:hasQualification dicon:containsZone 1.0
126
+ ocqa:hasProcedureDescription dicon:Location 1.0
127
+ ocqa:MeasuringEquipment dicon:Element 1.0
128
+ ocqa:isDefinedByRegulation dicon:hasSubLocation 1.0
129
+ ocqa:DIN_9000:2015 dicon:Building 1.0
130
+ ocqa:hasDocumentation dicon:hasSubLocation 1.0
131
+ ocqa:Characteristic dicon:hasSubLocation 1.0
132
+ ocqa:hasInspection dicon:BuildingObject 1.0
133
+ ocqa:Evaluation dicon:hasELement 1.0
134
+ ocqa:InspectionStatus dicon:hasContinuantPart 1.0
135
+ ocqa:Regulation dicon:Element 1.0
136
+ ocqa:InspectionPlanningRule dicon:containsZone 1.0
137
+ ocqa:hasStatus dicon:Location 1.0
138
+ ocqa:hasCausation dicon:Zone 1.0
139
+ ocqa:Evaluation dicon:hasContinuantPart 1.0
140
+ ocqa:beschreibt dicon:hasSubElement 1.0
141
+ ocqa:InspectionEquipment dicon:hasContinuantPart 1.0
142
+ ocqa:ocqa-rules dicon:Element 1.0
143
+ ocqa:Standard dicon:hasContinuantPart 1.0
144
+ ocqa:Protocol dicon:isLocationOf 1.0
145
+ ocqa:InspectionEquipment dicon:isLocationOf 1.0
146
+ ocqa:hasInspection dicon:hasAdjacentElement 1.0
147
+ ocqa:hasPreventionCost dicon:containsZone 1.0
148
+ ocqa:inferredBy dicon:isLocationOf 1.0
149
+ ocqa:AssignedCharacteristic dicon:hasAdjacentElement 1.0
150
+ ocqa:inferredBy dicon:BuildingObject 1.0
151
+ ocqa:CompanyGuideline dicon:hasSubElement 1.0
152
+ ocqa:Rule dicon:hasSubElement 1.0
153
+ ocqa:filePath dicon:hasAdjacentElement 1.0
154
+ ocqa:CompanyStandard dicon:hasSubLocation 1.0
155
+ ocqa:hasInpsectionPerUnit dicon:hasSubLocation 1.0
156
+ ocqa:QualityCharacteristic dicon:adjacentElement 1.0
157
+ ocqa:Regulation dicon:Zone 1.0
158
+ ocqa:hasInspectionEquipment dicon:isLocationOf 1.0
159
+ ocqa:hasRisk dicon:hasAdjacentElement 1.0
160
+ ocqa:hasInspectionInterval dicon:Ontology 1.0
161
+ ocqa:hasInspectionEquipment dicon:hasSubElement 1.0
162
+ ocqa:Norm dicon:adjacentElement 1.0
163
+ ocqa:requiredby dicon:Element 1.0
164
+ ocqa:hasInspectionInterval dicon:Location 1.0
165
+ ocqa:Image dicon:hasSubElement 1.0
166
+ ocqa:CostFeatureCatalog dicon:Building 1.0
167
+ ocqa:Measurement dicon:hasContinuantPart 1.0
168
+ ocqa:Image dicon:hasELement 1.0
169
+ ocqa:hasDocumentation dicon:BuildingObject 1.0
170
+ ocqa:InspectionEquipment dicon:BuildingObject 1.0
171
+ ocqa:hasCreator dicon:isLocationOf 1.0
172
+ ocqa:hasQualification dicon:BuildingObject 1.0
173
+ ocqa:InspectionPlanningRule dicon:Ontology 1.0
174
+ ocqa:Test dicon:containsZone 1.0
175
+ ocqa:TimeRateCatalog dicon:BuildingObject 1.0
176
+ ocqa:hasQualification dicon:hasContinuantPart 1.0
177
+ ocqa:ConstructionProcedure dicon:Location 1.0
178
+ ocqa:references dicon:hasAdjacentElement 1.0
179
+ ocqa:AssignedCharacteristic dicon:hasContinuantPart 1.0
180
+ ocqa:hasInspection dicon:hasELement 1.0
181
+ ocqa:Aufwandswert dicon:hasAdjacentElement 1.0
182
+ ocqa:CompanyGuideline dicon:Zone 1.0
183
+ ocqa:CompanyGuideline dicon:hasELement 1.0
184
+ ocqa:hasFocusedProcess dicon:containsZone 1.0
185
+ ocqa:hasInpsectionPerUnit dicon:adjacentElement 1.0
186
+ ocqa:Norm dicon:isLocationOf 1.0
187
+ ocqa:Causation dicon:adjacentElement 1.0
188
+ ocqa:hasSample dicon:adjacentElement 1.0
189
+ ocqa:Damage dicon:containsZone 1.0
190
+ ocqa:hasStatus dicon:hasContinuantPart 1.0
191
+ ocqa:isDefinedBy dicon:isLocationOf 1.0
192
+ ocqa:ProgressEvaluation dicon:adjacentElement 1.0
193
+ ocqa:hasQuality-related-costs dicon:hasELement 1.0
194
+ ocqa:hasFixCostPerInspection dicon:hasContinuantPart 1.0
195
+ ocqa:InspectionPlan dicon:hasSubLocation 1.0
196
+ ocqa:Comment dicon:hasAdjacentElement 1.0
197
+ ocqa:CostFeatureCatalog dicon:hasSubLocation 1.0
198
+ ocqa:Plan dicon:BuildingObject 1.0
199
+ ocqa:FeatureCatalog dicon:isLocationOf 1.0
ResultsOCQA_DiCon/ocqatest/refs/maps.ref.ss.val.tsv ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Entity1 Entity2 Value
2
+ ocqa:Standard dicon:isLocationOf 1.0
3
+ ocqa:hasComment dicon:hasELement 1.0
4
+ ocqa:QualityCharacteristic dicon:hasAdjacentElement 1.0
5
+ ocqa:DIN dicon:containsZone 1.0
6
+ ocqa:MeasuringEquipment dicon:hasELement 1.0
7
+ ocqa:hasRecord dicon:hasAdjacentElement 1.0
8
+ ocqa:hasVersion dicon:Location 1.0
9
+ ocqa:hasActivityType dicon:hasAdjacentElement 1.0
10
+ ocqa:isDefinedByRegulation dicon:hasContinuantPart 1.0
11
+ ocqa:hasFixCostPerInspection dicon:hasSubLocation 1.0
12
+ ocqa:hasLikelihood dicon:hasSubElement 1.0
13
+ ocqa:isDefinedByRegulation dicon:Building 1.0
14
+ ocqa:hasCostPerInspection dicon:adjacentElement 1.0
15
+ ocqa:Measurement dicon:hasAdjacentElement 1.0
16
+ ocqa:hasLabourCostPerInspection dicon:containsZone 1.0
17
+ ocqa:Conformity dicon:Element 1.0
18
+ ocqa:InspectionProcedure dicon:Location 1.0
19
+ ocqa:hasSample dicon:hasSubLocation 1.0
20
+ ocqa:inferredBy dicon:containsZone 1.0
21
+ ocqa:Determination dicon:Building 1.0
22
+ ocqa:hasFocusedProcess dicon:hasELement 1.0
23
+ ocqa:hasRisk dicon:isLocationOf 1.0
24
+ ocqa:isDefinedByContract dicon:isLocationOf 1.0
25
+ ocqa:hasCostPerInspection dicon:hasAdjacentElement 1.0
26
+ ocqa:CompanyGuideline dicon:Element 1.0
27
+ ocqa:Regulation dicon:adjacentElement 1.0
28
+ ocqa:InspectionPlanningRule dicon:Zone 1.0
29
+ ocqa:hasQualification dicon:hasSubElement 1.0
30
+ ocqa:hasQualification dicon:adjacentElement 1.0
31
+ ocqa:Sample dicon:isLocationOf 1.0
32
+ ocqa:hasInspection dicon:hasSubElement 1.0
33
+ ocqa:Nonconformity dicon:Ontology 1.0
34
+ ocqa:hasComment dicon:hasSubLocation 1.0
35
+ ocqa:Image dicon:Building 1.0
36
+ ocqa:hasCausation dicon:isLocationOf 1.0
37
+ ocqa:hasInpsectionPerUnit dicon:hasSubElement 1.0
38
+ ocqa:inferredBy dicon:adjacentElement 1.0
39
+ ocqa:CompanyGuideline dicon:adjacentElement 1.0
40
+ ocqa:isDefinedByRegulation dicon:containsZone 1.0
41
+ ocqa:Guideline dicon:isLocationOf 1.0
42
+ ocqa:hasComment dicon:Ontology 1.0
43
+ ocqa:references dicon:Element 1.0
44
+ ocqa:Leistungswert dicon:BuildingObject 1.0
45
+ ocqa:ProgressEvaluation dicon:hasSubLocation 1.0
46
+ ocqa:hasCostPerInspection dicon:Location 1.0
47
+ ocqa:ISO dicon:BuildingObject 1.0
48
+ ocqa:hasStatus dicon:hasAdjacentElement 1.0
49
+ ocqa:Defect dicon:hasELement 1.0
50
+ ocqa:hasActivityType dicon:hasContinuantPart 1.0
51
+ ocqa:ConstructionProcedure dicon:hasContinuantPart 1.0
52
+ ocqa:hasCostPerInspection dicon:hasELement 1.0
53
+ ocqa:InspectionProcedure dicon:hasAdjacentElement 1.0
54
+ ocqa:CompanyGuideline dicon:BuildingObject 1.0
55
+ ocqa:InspectionProcedure dicon:Zone 1.0
56
+ ocqa:hasLabourCostPerInspection dicon:hasSubLocation 1.0
57
+ ocqa:hasRisk dicon:Location 1.0
58
+ ocqa:Test dicon:adjacentElement 1.0
59
+ ocqa:Evaluation dicon:Building 1.0
60
+ ocqa:InspectionPlanValidationRule dicon:Location 1.0
61
+ ocqa:MeasuringEquipment dicon:BuildingObject 1.0
62
+ ocqa:references dicon:hasELement 1.0
63
+ ocqa:Characteristic dicon:Location 1.0
64
+ ocqa:hasInspectionInterval dicon:Element 1.0
65
+ ocqa:Determination dicon:hasAdjacentElement 1.0
66
+ ocqa:InspectionStatus dicon:containsZone 1.0
67
+ ocqa:hasVersion dicon:hasELement 1.0
68
+ ocqa:Causation dicon:hasContinuantPart 1.0
69
+ ocqa:Nonconformity dicon:containsZone 1.0
70
+ ocqa:Guideline dicon:hasAdjacentElement 1.0
71
+ ocqa:DIN-Estrich dicon:containsZone 1.0
72
+ ocqa:Test dicon:hasAdjacentElement 1.0
73
+ ocqa:hasInspection dicon:containsZone 1.0
74
+ ocqa:ConstructionProcedure dicon:isLocationOf 1.0
75
+ ocqa:Rule dicon:Zone 1.0
76
+ ocqa:Rule dicon:adjacentElement 1.0
77
+ ocqa:isDefinedBy dicon:containsZone 1.0
78
+ ocqa:Nonconformity dicon:BuildingObject 1.0
79
+ ocqa:hasInspectionEquipment dicon:Element 1.0
80
+ ocqa:hasRisk dicon:hasSubLocation 1.0
81
+ ocqa:hasCausation dicon:Building 1.0
82
+ ocqa:Leistungswert dicon:Element 1.0
83
+ ocqa:Kostwert dicon:Zone 1.0
84
+ ocqa:Standard dicon:hasAdjacentElement 1.0
85
+ ocqa:ExternalResource dicon:isLocationOf 1.0
86
+ ocqa:hasLabourCostPerInspection dicon:BuildingObject 1.0
87
+ ocqa:Causation dicon:Ontology 1.0
88
+ ocqa:Characteristic dicon:adjacentElement 1.0
89
+ ocqa:CompanyStandard dicon:isLocationOf 1.0
90
+ ocqa:CompanyStandard dicon:Zone 1.0
91
+ ocqa:hasCharacteristic dicon:hasSubLocation 1.0
92
+ ocqa:Kostwert dicon:adjacentElement 1.0
93
+ ocqa:CompanyStandard dicon:hasELement 1.0
94
+ ocqa:hasRequiredQualification dicon:hasAdjacentElement 1.0
95
+ ocqa:isPart dicon:hasAdjacentElement 1.0
96
+ ocqa:beschreibt dicon:isLocationOf 1.0
97
+ ocqa:MeasuringEquipment dicon:containsZone 1.0
98
+ ocqa:hasInspectionEquipment dicon:hasSubLocation 1.0
99
+ ocqa:hasSample dicon:Element 1.0
100
+ ocqa:InspectionPlan dicon:Location 1.0
ResultsOCQA_DiCon/ocqatest/src.onto/info ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ <OntoBox> onto='ocqa.owl' iri='https://w3id.org/ocqa#'>
2
+ <OntoText abbr='ocqa' num_classes=46 num_texts=62 prop=['label']>
3
+ <OntoInvertedIndex num_entries=131 cut=0 tokenizer_path=SebSeis/ConstructionBERT>
4
+ </OntoBox>
ResultsOCQA_DiCon/ocqatest/src.onto/ocqa.ctxt.json ADDED
@@ -0,0 +1,248 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "http://w3id.org/seas/Property": {
3
+ "label": [
4
+ "property"
5
+ ]
6
+ },
7
+ "https://w3id.org/digitalconstruction/0.5/Entities#Equipment": {
8
+ "label": [
9
+ "equipment"
10
+ ]
11
+ },
12
+ "https://w3id.org/digitalconstruction/0.5/Entities#Object": {
13
+ "label": [
14
+ "object"
15
+ ]
16
+ },
17
+ "https://w3id.org/digitalconstruction/0.5/Entities#Occurrent": {
18
+ "label": [
19
+ "occurrent"
20
+ ]
21
+ },
22
+ "https://w3id.org/digitalconstruction/0.5/Processes#Activity": {
23
+ "label": [
24
+ "activity"
25
+ ]
26
+ },
27
+ "ActualCharacteristicValue": {
28
+ "label": [
29
+ "actual characteristic value"
30
+ ]
31
+ },
32
+ "AssignedCharacteristicValue": {
33
+ "label": [
34
+ "characteristic value"
35
+ ]
36
+ },
37
+ "Causation": {
38
+ "label": [
39
+ "ursache"
40
+ ]
41
+ },
42
+ "Characteristic": {
43
+ "label": [
44
+ "characteristic",
45
+ "property"
46
+ ]
47
+ },
48
+ "https://w3id.org/opm#Property": {
49
+ "label": [
50
+ "property"
51
+ ]
52
+ },
53
+ "Conformity": {
54
+ "label": [
55
+ "konformit\u00e4t",
56
+ "conformity",
57
+ "compliance"
58
+ ]
59
+ },
60
+ "Evaluation": {
61
+ "label": [
62
+ "aufzeichnung",
63
+ "evaluation",
64
+ "assessment"
65
+ ]
66
+ },
67
+ "Record": {
68
+ "label": [
69
+ "documentation",
70
+ "record"
71
+ ]
72
+ },
73
+ "ConstructionProcedure": {
74
+ "label": [
75
+ "constructionprocedure"
76
+ ]
77
+ },
78
+ "Procedure": {
79
+ "label": [
80
+ "procedure",
81
+ "process type"
82
+ ]
83
+ },
84
+ "Damage": {
85
+ "label": [
86
+ "schaden",
87
+ "damage",
88
+ "harm"
89
+ ]
90
+ },
91
+ "Nonconformity": {
92
+ "label": [
93
+ "fehler",
94
+ "nonconformity",
95
+ "noncompliance"
96
+ ]
97
+ },
98
+ "Defect": {
99
+ "label": [
100
+ "mangel",
101
+ "defect",
102
+ "fault"
103
+ ]
104
+ },
105
+ "Determination": {
106
+ "label": [
107
+ "determination"
108
+ ]
109
+ },
110
+ "ExternalResource": {
111
+ "label": [
112
+ "externe ressource"
113
+ ]
114
+ },
115
+ "FailureCategories": {
116
+ "label": [
117
+ "failure categorie"
118
+ ]
119
+ },
120
+ "Image": {
121
+ "label": [
122
+ "image"
123
+ ]
124
+ },
125
+ "Inspection": {
126
+ "label": [
127
+ "inspection"
128
+ ]
129
+ },
130
+ "InspectionEquipment": {
131
+ "label": [
132
+ "inspectionequipment"
133
+ ]
134
+ },
135
+ "InspectionPlan": {
136
+ "label": [
137
+ "pr\u00fcfanweisung"
138
+ ]
139
+ },
140
+ "Plan": {
141
+ "label": [
142
+ "plan"
143
+ ]
144
+ },
145
+ "InspectionProcedure": {
146
+ "label": [
147
+ "pr\u00fcfungsmethode"
148
+ ]
149
+ },
150
+ "Inspector": {
151
+ "label": [
152
+ "inspector"
153
+ ]
154
+ },
155
+ "Measurement": {
156
+ "label": [
157
+ "measurement"
158
+ ]
159
+ },
160
+ "MeasuringEquipment": {
161
+ "label": [
162
+ "messmittel"
163
+ ]
164
+ },
165
+ "Monitoring": {
166
+ "label": [
167
+ "monitoring"
168
+ ]
169
+ },
170
+ "ProgressEvaluation": {
171
+ "label": [
172
+ "beurteilung des fortschritts"
173
+ ]
174
+ },
175
+ "Protocol": {
176
+ "label": [
177
+ "pr\u00fcfbescheinigung"
178
+ ]
179
+ },
180
+ "QualityCharacteristic": {
181
+ "label": [
182
+ "qualitative characteristic",
183
+ "quality characteristic",
184
+ "qualitative attribute"
185
+ ]
186
+ },
187
+ "QuantitativeCharacteristic": {
188
+ "label": [
189
+ "quantitative characteristic",
190
+ "measurable attribute"
191
+ ]
192
+ },
193
+ "Result": {
194
+ "label": [
195
+ "result"
196
+ ]
197
+ },
198
+ "Review": {
199
+ "label": [
200
+ "review"
201
+ ]
202
+ },
203
+ "Sample": {
204
+ "label": [
205
+ "muster"
206
+ ]
207
+ },
208
+ "Test": {
209
+ "label": [
210
+ "test"
211
+ ]
212
+ },
213
+ "Video": {
214
+ "label": [
215
+ "video"
216
+ ]
217
+ },
218
+ "https://w3id.org/ocqa/contract#CostFeatureCatalog": {
219
+ "label": [
220
+ "kostenmerkmalkatalog"
221
+ ]
222
+ },
223
+ "https://w3id.org/ocqa/contract#FeatureCatalog": {
224
+ "label": [
225
+ "featurecatalog"
226
+ ]
227
+ },
228
+ "https://w3id.org/ocqa/contract#FailureProbabilityCatalog": {
229
+ "label": [
230
+ "fehlermerkmalskatalog"
231
+ ]
232
+ },
233
+ "https://w3id.org/ocqa/contract#FeatureState": {
234
+ "label": [
235
+ "featurestate"
236
+ ]
237
+ },
238
+ "https://w3id.org/opm#PropertyState": {
239
+ "label": [
240
+ "propertystate"
241
+ ]
242
+ },
243
+ "https://w3id.org/ocqa/contract#TimeRateCatalog": {
244
+ "label": [
245
+ "zeitmerkmalkatalog"
246
+ ]
247
+ }
248
+ }
ResultsOCQA_DiCon/ocqatest/src.onto/ocqa.ind.json ADDED
@@ -0,0 +1,434 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "##alog": [
3
+ 41
4
+ ],
5
+ "##as": [
6
+ 34
7
+ ],
8
+ "##bes": [
9
+ 32
10
+ ],
11
+ "##cat": [
12
+ 41
13
+ ],
14
+ "##ce": [
15
+ 19
16
+ ],
17
+ "##ced": [
18
+ 13
19
+ ],
20
+ "##ch": [
21
+ 31
22
+ ],
23
+ "##cha": [
24
+ 15
25
+ ],
26
+ "##che": [
27
+ 7,
28
+ 32
29
+ ],
30
+ "##com": [
31
+ 16
32
+ ],
33
+ "##con": [
34
+ 16
35
+ ],
36
+ "##den": [
37
+ 15
38
+ ],
39
+ "##e": [
40
+ 19,
41
+ 23
42
+ ],
43
+ "##ego": [
44
+ 20
45
+ ],
46
+ "##eh": [
47
+ 16,
48
+ 42
49
+ ],
50
+ "##eil": [
51
+ 31
52
+ ],
53
+ "##eit": [
54
+ 45
55
+ ],
56
+ "##en": [
57
+ 40
58
+ ],
59
+ "##eth": [
60
+ 26
61
+ ],
62
+ "##f": [
63
+ 11,
64
+ 32
65
+ ],
66
+ "##fan": [
67
+ 24
68
+ ],
69
+ "##form": [
70
+ 10,
71
+ 16
72
+ ],
73
+ "##fu": [
74
+ 26
75
+ ],
76
+ "##g": [
77
+ 24,
78
+ 32
79
+ ],
80
+ "##gel": [
81
+ 17
82
+ ],
83
+ "##gun": [
84
+ 32
85
+ ],
86
+ "##ich": [
87
+ 11
88
+ ],
89
+ "##ini": [
90
+ 32
91
+ ],
92
+ "##ita": [
93
+ 10
94
+ ],
95
+ "##itative": [
96
+ 33,
97
+ 33
98
+ ],
99
+ "##ity": [
100
+ 10,
101
+ 16
102
+ ],
103
+ "##k": [
104
+ 40,
105
+ 42,
106
+ 45
107
+ ],
108
+ "##kata": [
109
+ 40,
110
+ 45
111
+ ],
112
+ "##ler": [
113
+ 16,
114
+ 42
115
+ ],
116
+ "##liance": [
117
+ 16
118
+ ],
119
+ "##log": [
120
+ 40,
121
+ 45
122
+ ],
123
+ "##mal": [
124
+ 40,
125
+ 42,
126
+ 45
127
+ ],
128
+ "##mer": [
129
+ 40,
130
+ 42,
131
+ 45
132
+ ],
133
+ "##mit": [
134
+ 29
135
+ ],
136
+ "##ng": [
137
+ 11,
138
+ 26
139
+ ],
140
+ "##nu": [
141
+ 11
142
+ ],
143
+ "##ode": [
144
+ 26
145
+ ],
146
+ "##og": [
147
+ 42
148
+ ],
149
+ "##on": [
150
+ 10
151
+ ],
152
+ "##ost": [
153
+ 40
154
+ ],
155
+ "##p": [
156
+ 13,
157
+ 16
158
+ ],
159
+ "##pment": [
160
+ 23
161
+ ],
162
+ "##qui": [
163
+ 23
164
+ ],
165
+ "##rent": [
166
+ 3
167
+ ],
168
+ "##rie": [
169
+ 20
170
+ ],
171
+ "##rit": [
172
+ 31
173
+ ],
174
+ "##ro": [
175
+ 13
176
+ ],
177
+ "##rsa": [
178
+ 7
179
+ ],
180
+ "##ru": [
181
+ 24,
182
+ 26,
183
+ 32
184
+ ],
185
+ "##ska": [
186
+ 42
187
+ ],
188
+ "##sm": [
189
+ 26
190
+ ],
191
+ "##sso": [
192
+ 19
193
+ ],
194
+ "##state": [
195
+ 44
196
+ ],
197
+ "##sun": [
198
+ 24
199
+ ],
200
+ "##t": [
201
+ 10
202
+ ],
203
+ "##tal": [
204
+ 42
205
+ ],
206
+ "##tate": [
207
+ 43
208
+ ],
209
+ "##tel": [
210
+ 29
211
+ ],
212
+ "##tern": [
213
+ 19
214
+ ],
215
+ "##ts": [
216
+ 31
217
+ ],
218
+ "##ual": [
219
+ 33,
220
+ 33
221
+ ],
222
+ "##ung": [
223
+ 31
224
+ ],
225
+ "##ur": [
226
+ 19
227
+ ],
228
+ "##urable": [
229
+ 34
230
+ ],
231
+ "##ure": [
232
+ 13
233
+ ],
234
+ "##urt": [
235
+ 31
236
+ ],
237
+ "##wei": [
238
+ 24
239
+ ],
240
+ "##ze": [
241
+ 11
242
+ ],
243
+ "activity": [
244
+ 4
245
+ ],
246
+ "actual": [
247
+ 5
248
+ ],
249
+ "assessment": [
250
+ 11
251
+ ],
252
+ "attribute": [
253
+ 33,
254
+ 34
255
+ ],
256
+ "au": [
257
+ 11
258
+ ],
259
+ "be": [
260
+ 31
261
+ ],
262
+ "cat": [
263
+ 20
264
+ ],
265
+ "characteristic": [
266
+ 5,
267
+ 6,
268
+ 8,
269
+ 33,
270
+ 33,
271
+ 34
272
+ ],
273
+ "compliance": [
274
+ 10
275
+ ],
276
+ "conform": [
277
+ 10
278
+ ],
279
+ "construction": [
280
+ 13
281
+ ],
282
+ "damage": [
283
+ 15
284
+ ],
285
+ "defect": [
286
+ 17
287
+ ],
288
+ "des": [
289
+ 31
290
+ ],
291
+ "determination": [
292
+ 18
293
+ ],
294
+ "documentation": [
295
+ 12
296
+ ],
297
+ "equipment": [
298
+ 1
299
+ ],
300
+ "evaluation": [
301
+ 11
302
+ ],
303
+ "ex": [
304
+ 19
305
+ ],
306
+ "f": [
307
+ 16,
308
+ 42
309
+ ],
310
+ "failure": [
311
+ 20
312
+ ],
313
+ "fault": [
314
+ 17
315
+ ],
316
+ "feature": [
317
+ 41
318
+ ],
319
+ "features": [
320
+ 43
321
+ ],
322
+ "forts": [
323
+ 31
324
+ ],
325
+ "harm": [
326
+ 15
327
+ ],
328
+ "image": [
329
+ 21
330
+ ],
331
+ "inspection": [
332
+ 22,
333
+ 23
334
+ ],
335
+ "inspector": [
336
+ 27
337
+ ],
338
+ "k": [
339
+ 10,
340
+ 40
341
+ ],
342
+ "man": [
343
+ 17
344
+ ],
345
+ "me": [
346
+ 34
347
+ ],
348
+ "measurement": [
349
+ 28
350
+ ],
351
+ "mess": [
352
+ 29
353
+ ],
354
+ "monitoring": [
355
+ 30
356
+ ],
357
+ "muster": [
358
+ 37
359
+ ],
360
+ "non": [
361
+ 16,
362
+ 16
363
+ ],
364
+ "object": [
365
+ 2
366
+ ],
367
+ "occur": [
368
+ 3
369
+ ],
370
+ "p": [
371
+ 24,
372
+ 26,
373
+ 32
374
+ ],
375
+ "plan": [
376
+ 25
377
+ ],
378
+ "procedure": [
379
+ 14
380
+ ],
381
+ "process": [
382
+ 14
383
+ ],
384
+ "property": [
385
+ 0,
386
+ 8,
387
+ 9,
388
+ 44
389
+ ],
390
+ "q": [
391
+ 33,
392
+ 33
393
+ ],
394
+ "quality": [
395
+ 33
396
+ ],
397
+ "quantitative": [
398
+ 34
399
+ ],
400
+ "re": [
401
+ 19
402
+ ],
403
+ "record": [
404
+ 12
405
+ ],
406
+ "result": [
407
+ 35
408
+ ],
409
+ "review": [
410
+ 36
411
+ ],
412
+ "s": [
413
+ 15
414
+ ],
415
+ "test": [
416
+ 38
417
+ ],
418
+ "type": [
419
+ 14
420
+ ],
421
+ "u": [
422
+ 7
423
+ ],
424
+ "value": [
425
+ 5,
426
+ 6
427
+ ],
428
+ "video": [
429
+ 39
430
+ ],
431
+ "z": [
432
+ 45
433
+ ]
434
+ }
ResultsOCQA_DiCon/ocqatest/src.onto/ocqa.owl ADDED
@@ -0,0 +1,427 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+
3
+
4
+ <!DOCTYPE rdf:RDF [
5
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
6
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
7
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
8
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
9
+ ]>
10
+
11
+
12
+ <rdf:RDF xmlns="https://w3id.org/ocqa#"
13
+ xml:base="http://bioontology.org/projects/ontologies/fma/fmaOwlDlComponent_2_0"
14
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
15
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
16
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
17
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
18
+ <owl:Ontology rdf:about="https://w3id.org/ocqa"/>
19
+
20
+ <!--
21
+ ///////////////////////////////////////////////////////////////////////////////////////
22
+ //
23
+ // Classes
24
+ //
25
+ ///////////////////////////////////////////////////////////////////////////////////////
26
+ -->
27
+
28
+ <!-- http://w3id.org/seas/Property -->
29
+
30
+ <owl:Class rdf:about="http://w3id.org/seas/Property">
31
+ <rdfs:label xml:lang="en">Property</rdfs:label>
32
+ </owl:Class>
33
+
34
+ <!-- https://w3id.org/digitalconstruction/0.5/Entities#Equipment -->
35
+
36
+ <owl:Class rdf:about="https://w3id.org/digitalconstruction/0.5/Entities#Equipment">
37
+ <rdfs:label xml:lang="en">Equipment</rdfs:label>
38
+ </owl:Class>
39
+
40
+ <!-- https://w3id.org/digitalconstruction/0.5/Entities#Object -->
41
+
42
+ <owl:Class rdf:about="https://w3id.org/digitalconstruction/0.5/Entities#Object">
43
+ <rdfs:label xml:lang="en">Object</rdfs:label>
44
+ </owl:Class>
45
+
46
+ <!-- https://w3id.org/digitalconstruction/0.5/Entities#Occurrent -->
47
+
48
+ <owl:Class rdf:about="https://w3id.org/digitalconstruction/0.5/Entities#Occurrent">
49
+ <rdfs:label xml:lang="en">Occurrent</rdfs:label>
50
+ </owl:Class>
51
+
52
+ <!-- https://w3id.org/digitalconstruction/0.5/Processes#Activity -->
53
+
54
+ <owl:Class rdf:about="https://w3id.org/digitalconstruction/0.5/Processes#Activity">
55
+ <rdfs:label xml:lang="en">Activity</rdfs:label>
56
+ </owl:Class>
57
+
58
+ <!-- https://w3id.org/ocqa#ActualCharacteristicValue -->
59
+
60
+ <owl:Class rdf:about="https://w3id.org/ocqa#ActualCharacteristicValue">
61
+ <rdfs:label xml:lang="en">actual characteristic value</rdfs:label>
62
+ <rdfs:subClassOf rdf:resource="https://w3id.org/digitalconstruction/0.5/Variables#PropertyState"/>
63
+ </owl:Class>
64
+
65
+ <!-- https://w3id.org/ocqa#AssignedCharacteristicValue -->
66
+
67
+ <owl:Class rdf:about="https://w3id.org/ocqa#AssignedCharacteristicValue">
68
+ <rdfs:label xml:lang="en">characteristic value</rdfs:label>
69
+ <rdfs:subClassOf rdf:resource="https://w3id.org/digitalconstruction/0.5/Variables#PropertyState"/>
70
+ </owl:Class>
71
+
72
+ <!-- https://w3id.org/ocqa#Causation -->
73
+
74
+ <owl:Class rdf:about="https://w3id.org/ocqa#Causation">
75
+ <rdfs:label xml:lang="en">Ursache</rdfs:label>
76
+ </owl:Class>
77
+
78
+ <!-- https://w3id.org/ocqa#Characteristic -->
79
+
80
+ <owl:Class rdf:about="https://w3id.org/ocqa#Characteristic">
81
+ <rdfs:label xml:lang="en">Characteristic</rdfs:label>
82
+ <rdfs:subClassOf rdf:resource="http://w3id.org/seas/Property"/>
83
+ <rdfs:subClassOf rdf:resource="https://w3id.org/digitalconstruction/0.5/Variables#Property"/>
84
+ <rdfs:subClassOf rdf:resource="https://w3id.org/opm#Property"/>
85
+ </owl:Class>
86
+
87
+ <!-- https://w3id.org/ocqa#Conformity -->
88
+
89
+ <owl:Class rdf:about="https://w3id.org/ocqa#Conformity">
90
+ <rdfs:label xml:lang="en">Konformität</rdfs:label>
91
+ <rdfs:subClassOf rdf:resource="https://w3id.org/ocqa#Evaluation"/>
92
+ <rdfs:subClassOf rdf:resource="https://w3id.org/ocqa#Record"/>
93
+ </owl:Class>
94
+
95
+ <!-- https://w3id.org/ocqa#ConstructionProcedure -->
96
+
97
+ <owl:Class rdf:about="https://w3id.org/ocqa#ConstructionProcedure">
98
+ <rdfs:label xml:lang="en">ConstructionProcedure</rdfs:label>
99
+ <rdfs:subClassOf rdf:resource="https://w3id.org/ocqa#Procedure"/>
100
+ </owl:Class>
101
+
102
+ <!-- https://w3id.org/ocqa#Damage -->
103
+
104
+ <owl:Class rdf:about="https://w3id.org/ocqa#Damage">
105
+ <rdfs:label xml:lang="en">Schaden</rdfs:label>
106
+ <rdfs:subClassOf rdf:resource="https://w3id.org/ocqa#Nonconformity"/>
107
+ </owl:Class>
108
+
109
+ <!-- https://w3id.org/ocqa#Defect -->
110
+
111
+ <owl:Class rdf:about="https://w3id.org/ocqa#Defect">
112
+ <rdfs:label xml:lang="en">Mangel</rdfs:label>
113
+ <rdfs:subClassOf rdf:resource="https://w3id.org/ocqa#Nonconformity"/>
114
+ </owl:Class>
115
+
116
+ <!-- https://w3id.org/ocqa#Determination -->
117
+
118
+ <owl:Class rdf:about="https://w3id.org/ocqa#Determination">
119
+ <rdfs:label xml:lang="en">Determination</rdfs:label>
120
+ <rdfs:subClassOf rdf:resource="https://w3id.org/digitalconstruction/0.5/Processes#Activity"/>
121
+ </owl:Class>
122
+
123
+ <!-- https://w3id.org/ocqa#Evaluation -->
124
+
125
+ <owl:Class rdf:about="https://w3id.org/ocqa#Evaluation">
126
+ <rdfs:label xml:lang="en">Aufzeichnung</rdfs:label>
127
+ </owl:Class>
128
+
129
+ <!-- https://w3id.org/ocqa#ExternalResource -->
130
+
131
+ <owl:Class rdf:about="https://w3id.org/ocqa#ExternalResource">
132
+ <rdfs:label xml:lang="en">Externe Ressource</rdfs:label>
133
+ <rdfs:subClassOf rdf:resource="https://w3id.org/ocqa#Record"/>
134
+ </owl:Class>
135
+
136
+ <!-- https://w3id.org/ocqa#FailureCategories -->
137
+
138
+ <owl:Class rdf:about="https://w3id.org/ocqa#FailureCategories">
139
+ <rdfs:label xml:lang="en">Failure Categorie</rdfs:label>
140
+ </owl:Class>
141
+
142
+ <!-- https://w3id.org/ocqa#Image -->
143
+
144
+ <owl:Class rdf:about="https://w3id.org/ocqa#Image">
145
+ <rdfs:label xml:lang="en">Image</rdfs:label>
146
+ <rdfs:subClassOf rdf:resource="https://w3id.org/ocqa#Record"/>
147
+ </owl:Class>
148
+
149
+ <!-- https://w3id.org/ocqa#Inspection -->
150
+
151
+ <owl:Class rdf:about="https://w3id.org/ocqa#Inspection">
152
+ <rdfs:label xml:lang="en">Inspection</rdfs:label>
153
+ <rdfs:subClassOf rdf:resource="https://w3id.org/ocqa#Determination"/>
154
+ </owl:Class>
155
+
156
+ <!-- https://w3id.org/ocqa#InspectionEquipment -->
157
+
158
+ <owl:Class rdf:about="https://w3id.org/ocqa#InspectionEquipment">
159
+ <rdfs:label xml:lang="en">InspectionEquipment</rdfs:label>
160
+ <rdfs:subClassOf rdf:resource="https://w3id.org/digitalconstruction/0.5/Entities#Equipment"/>
161
+ </owl:Class>
162
+
163
+ <!-- https://w3id.org/ocqa#InspectionPlan -->
164
+
165
+ <owl:Class rdf:about="https://w3id.org/ocqa#InspectionPlan">
166
+ <rdfs:label xml:lang="en">Prüfanweisung</rdfs:label>
167
+ <rdfs:subClassOf rdf:resource="https://w3id.org/ocqa#Plan"/>
168
+ </owl:Class>
169
+
170
+ <!-- https://w3id.org/ocqa#InspectionProcedure -->
171
+
172
+ <owl:Class rdf:about="https://w3id.org/ocqa#InspectionProcedure">
173
+ <rdfs:label xml:lang="en">Prüfungsmethode</rdfs:label>
174
+ <rdfs:subClassOf rdf:resource="https://w3id.org/ocqa#Procedure"/>
175
+ </owl:Class>
176
+
177
+ <!-- https://w3id.org/ocqa#Inspector -->
178
+
179
+ <owl:Class rdf:about="https://w3id.org/ocqa#Inspector">
180
+ <rdfs:label xml:lang="en">Inspector</rdfs:label>
181
+ <rdfs:subClassOf rdf:resource="https://w3id.org/digitalconstruction/0.5/Agents#Person"/>
182
+ </owl:Class>
183
+
184
+ <!-- https://w3id.org/ocqa#Measurement -->
185
+
186
+ <owl:Class rdf:about="https://w3id.org/ocqa#Measurement">
187
+ <rdfs:label xml:lang="en">Measurement</rdfs:label>
188
+ <rdfs:subClassOf rdf:resource="https://w3id.org/ocqa#Determination"/>
189
+ </owl:Class>
190
+
191
+ <!-- https://w3id.org/ocqa#MeasuringEquipment -->
192
+
193
+ <owl:Class rdf:about="https://w3id.org/ocqa#MeasuringEquipment">
194
+ <rdfs:label xml:lang="en">Messmittel</rdfs:label>
195
+ <rdfs:subClassOf rdf:resource="https://w3id.org/digitalconstruction/0.5/Entities#Equipment"/>
196
+ </owl:Class>
197
+
198
+ <!-- https://w3id.org/ocqa#Monitoring -->
199
+
200
+ <owl:Class rdf:about="https://w3id.org/ocqa#Monitoring">
201
+ <rdfs:label xml:lang="en">Monitoring</rdfs:label>
202
+ <rdfs:subClassOf rdf:resource="https://w3id.org/ocqa#Determination"/>
203
+ </owl:Class>
204
+
205
+ <!-- https://w3id.org/ocqa#Nonconformity -->
206
+
207
+ <owl:Class rdf:about="https://w3id.org/ocqa#Nonconformity">
208
+ <rdfs:label xml:lang="en">Fehler</rdfs:label>
209
+ <rdfs:subClassOf rdf:resource="https://w3id.org/ocqa#Evaluation"/>
210
+ <rdfs:subClassOf rdf:resource="https://w3id.org/ocqa#Record"/>
211
+ </owl:Class>
212
+
213
+ <!-- https://w3id.org/ocqa#Plan -->
214
+
215
+ <owl:Class rdf:about="https://w3id.org/ocqa#Plan">
216
+ <rdfs:label xml:lang="en">Plan</rdfs:label>
217
+ </owl:Class>
218
+
219
+ <!-- https://w3id.org/ocqa#Procedure -->
220
+
221
+ <owl:Class rdf:about="https://w3id.org/ocqa#Procedure">
222
+ <rdfs:label xml:lang="en">procedure</rdfs:label>
223
+ <rdfs:label xml:lang="en">process type</rdfs:label>
224
+ </owl:Class>
225
+
226
+ <!-- https://w3id.org/ocqa#ProgressEvaluation -->
227
+
228
+ <owl:Class rdf:about="https://w3id.org/ocqa#ProgressEvaluation">
229
+ <rdfs:label xml:lang="en">Beurteilung des Fortschritts</rdfs:label>
230
+ <rdfs:subClassOf rdf:resource="https://w3id.org/ocqa#Determination"/>
231
+ </owl:Class>
232
+
233
+ <!-- https://w3id.org/ocqa#Protocol -->
234
+
235
+ <owl:Class rdf:about="https://w3id.org/ocqa#Protocol">
236
+ <rdfs:label xml:lang="en">Prüfbescheinigung</rdfs:label>
237
+ <rdfs:subClassOf rdf:resource="https://w3id.org/ocqa#Record"/>
238
+ </owl:Class>
239
+
240
+ <!-- https://w3id.org/ocqa#QualityCharacteristic -->
241
+
242
+ <owl:Class rdf:about="https://w3id.org/ocqa#QualityCharacteristic">
243
+ <rdfs:label xml:lang="en">qualitative characteristic</rdfs:label>
244
+ <rdfs:subClassOf rdf:resource="https://w3id.org/ocqa#Characteristic"/>
245
+ </owl:Class>
246
+
247
+ <!-- https://w3id.org/ocqa#QuantitativeCharacteristic -->
248
+
249
+ <owl:Class rdf:about="https://w3id.org/ocqa#QuantitativeCharacteristic">
250
+ <rdfs:label xml:lang="en">quantitative characteristic</rdfs:label>
251
+ <rdfs:subClassOf rdf:resource="https://w3id.org/ocqa#Characteristic"/>
252
+ </owl:Class>
253
+
254
+ <!-- https://w3id.org/ocqa#Record -->
255
+
256
+ <owl:Class rdf:about="https://w3id.org/ocqa#Record">
257
+ <rdfs:label xml:lang="en">Documentation</rdfs:label>
258
+ </owl:Class>
259
+
260
+ <!-- https://w3id.org/ocqa#Result -->
261
+
262
+ <owl:Class rdf:about="https://w3id.org/ocqa#Result">
263
+ <rdfs:label xml:lang="en">Result</rdfs:label>
264
+ <rdfs:subClassOf rdf:resource="https://w3id.org/ocqa#Record"/>
265
+ </owl:Class>
266
+
267
+ <!-- https://w3id.org/ocqa#Review -->
268
+
269
+ <owl:Class rdf:about="https://w3id.org/ocqa#Review">
270
+ <rdfs:label xml:lang="en">Review</rdfs:label>
271
+ <rdfs:subClassOf rdf:resource="https://w3id.org/ocqa#Determination"/>
272
+ </owl:Class>
273
+
274
+ <!-- https://w3id.org/ocqa#Sample -->
275
+
276
+ <owl:Class rdf:about="https://w3id.org/ocqa#Sample">
277
+ <rdfs:label xml:lang="en">Muster</rdfs:label>
278
+ <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
279
+ </owl:Class>
280
+
281
+ <!-- https://w3id.org/ocqa#Test -->
282
+
283
+ <owl:Class rdf:about="https://w3id.org/ocqa#Test">
284
+ <rdfs:label xml:lang="en">Test</rdfs:label>
285
+ <rdfs:subClassOf rdf:resource="https://w3id.org/ocqa#Determination"/>
286
+ </owl:Class>
287
+
288
+ <!-- https://w3id.org/ocqa#Video -->
289
+
290
+ <owl:Class rdf:about="https://w3id.org/ocqa#Video">
291
+ <rdfs:label xml:lang="en">Video</rdfs:label>
292
+ <rdfs:subClassOf rdf:resource="https://w3id.org/ocqa#Record"/>
293
+ </owl:Class>
294
+
295
+ <!-- https://w3id.org/ocqa/contract#CostFeatureCatalog -->
296
+
297
+ <owl:Class rdf:about="https://w3id.org/ocqa/contract#CostFeatureCatalog">
298
+ <rdfs:label xml:lang="en">KostenMerkmalKatalog</rdfs:label>
299
+ <rdfs:subClassOf rdf:resource="https://w3id.org/ocqa/contract#FeatureCatalog"/>
300
+ </owl:Class>
301
+
302
+ <!-- https://w3id.org/ocqa/contract#FailureProbabilityCatalog -->
303
+
304
+ <owl:Class rdf:about="https://w3id.org/ocqa/contract#FailureProbabilityCatalog">
305
+ <rdfs:label xml:lang="en">FehlerMerkmalsKatalog</rdfs:label>
306
+ <rdfs:subClassOf rdf:resource="https://w3id.org/ocqa/contract#FeatureCatalog"/>
307
+ </owl:Class>
308
+
309
+ <!-- https://w3id.org/ocqa/contract#FeatureCatalog -->
310
+
311
+ <owl:Class rdf:about="https://w3id.org/ocqa/contract#FeatureCatalog">
312
+ <rdfs:label xml:lang="en">FeatureCatalog</rdfs:label>
313
+ </owl:Class>
314
+
315
+ <!-- https://w3id.org/ocqa/contract#FeatureState -->
316
+
317
+ <owl:Class rdf:about="https://w3id.org/ocqa/contract#FeatureState">
318
+ <rdfs:label xml:lang="en">FeatureState</rdfs:label>
319
+ <rdfs:subClassOf rdf:resource="https://w3id.org/opm#PropertyState"/>
320
+ </owl:Class>
321
+
322
+ <!-- https://w3id.org/ocqa/contract#TimeRateCatalog -->
323
+
324
+ <owl:Class rdf:about="https://w3id.org/ocqa/contract#TimeRateCatalog">
325
+ <rdfs:label xml:lang="en">ZeitMerkmalKatalog</rdfs:label>
326
+ <rdfs:subClassOf rdf:resource="https://w3id.org/ocqa/contract#FeatureCatalog"/>
327
+ </owl:Class>
328
+
329
+ <!-- https://w3id.org/opm#Property -->
330
+
331
+ <owl:Class rdf:about="https://w3id.org/opm#Property">
332
+ <rdfs:label xml:lang="en">Property</rdfs:label>
333
+ </owl:Class>
334
+
335
+ <!-- https://w3id.org/opm#PropertyState -->
336
+
337
+ <owl:Class rdf:about="https://w3id.org/opm#PropertyState">
338
+ <rdfs:label xml:lang="en">PropertyState</rdfs:label>
339
+ </owl:Class>
340
+ <!-- ========================== -->
341
+ <!-- Example Parent Classes -->
342
+ <!-- ========================== -->
343
+
344
+ <!-- Record is a superclass of Conformity, Nonconformity, etc. -->
345
+ <owl:Class rdf:about="https://w3id.org/ocqa#Record">
346
+ <rdfs:label xml:lang="en">Documentation</rdfs:label>
347
+ <rdfs:label xml:lang="en">Record</rdfs:label> <!-- Example "synonym" -->
348
+ </owl:Class>
349
+
350
+ <!-- Evaluation is also a parent of Conformity & Nonconformity -->
351
+ <owl:Class rdf:about="https://w3id.org/ocqa#Evaluation">
352
+ <rdfs:label xml:lang="en">Evaluation</rdfs:label>
353
+ <rdfs:label xml:lang="en">Assessment</rdfs:label> <!-- Example synonym -->
354
+ </owl:Class>
355
+
356
+ <!-- ========================== -->
357
+ <!-- Sibling Pair -->
358
+ <!-- ========================== -->
359
+
360
+ <!-- Conformity (Subclass of both Evaluation and Record) -->
361
+ <owl:Class rdf:about="https://w3id.org/ocqa#Conformity">
362
+ <rdfs:label xml:lang="en">Conformity</rdfs:label>
363
+ <rdfs:label xml:lang="en">Compliance</rdfs:label> <!-- Example synonym -->
364
+ <rdfs:subClassOf rdf:resource="https://w3id.org/ocqa#Evaluation"/>
365
+ <rdfs:subClassOf rdf:resource="https://w3id.org/ocqa#Record"/>
366
+ <!-- Disjoint with its sibling "Nonconformity" -->
367
+ <owl:disjointWith rdf:resource="https://w3id.org/ocqa#Nonconformity"/>
368
+ </owl:Class>
369
+
370
+ <!-- Nonconformity (also subclass of both Evaluation and Record) -->
371
+ <owl:Class rdf:about="https://w3id.org/ocqa#Nonconformity">
372
+ <rdfs:label xml:lang="en">Nonconformity</rdfs:label>
373
+ <rdfs:label xml:lang="en">Noncompliance</rdfs:label> <!-- Example synonym -->
374
+ <rdfs:subClassOf rdf:resource="https://w3id.org/ocqa#Evaluation"/>
375
+ <rdfs:subClassOf rdf:resource="https://w3id.org/ocqa#Record"/>
376
+ <!-- Disjoint with "Conformity" -->
377
+ <owl:disjointWith rdf:resource="https://w3id.org/ocqa#Conformity"/>
378
+ </owl:Class>
379
+
380
+ <!-- ========================== -->
381
+ <!-- Another Sibling Example -->
382
+ <!-- ========================== -->
383
+
384
+ <!-- Characteristic is the parent of QualityCharacteristic and QuantitativeCharacteristic -->
385
+ <owl:Class rdf:about="https://w3id.org/ocqa#Characteristic">
386
+ <rdfs:label xml:lang="en">Characteristic</rdfs:label>
387
+ <rdfs:label xml:lang="en">Property</rdfs:label> <!-- Example synonym -->
388
+ </owl:Class>
389
+
390
+ <!-- QualityCharacteristic -->
391
+ <owl:Class rdf:about="https://w3id.org/ocqa#QualityCharacteristic">
392
+ <rdfs:label xml:lang="en">Quality Characteristic</rdfs:label>
393
+ <rdfs:label xml:lang="en">Qualitative Attribute</rdfs:label> <!-- Example synonym -->
394
+ <rdfs:subClassOf rdf:resource="https://w3id.org/ocqa#Characteristic"/>
395
+ <owl:disjointWith rdf:resource="https://w3id.org/ocqa#QuantitativeCharacteristic"/>
396
+ </owl:Class>
397
+
398
+ <!-- QuantitativeCharacteristic -->
399
+ <owl:Class rdf:about="https://w3id.org/ocqa#QuantitativeCharacteristic">
400
+ <rdfs:label xml:lang="en">Quantitative Characteristic</rdfs:label>
401
+ <rdfs:label xml:lang="en">Measurable Attribute</rdfs:label> <!-- Example synonym -->
402
+ <rdfs:subClassOf rdf:resource="https://w3id.org/ocqa#Characteristic"/>
403
+ <owl:disjointWith rdf:resource="https://w3id.org/ocqa#QualityCharacteristic"/>
404
+ </owl:Class>
405
+
406
+ <!-- ========================== -->
407
+ <!-- More Siblings & Synonyms -->
408
+ <!-- ========================== -->
409
+
410
+ <!-- Nonconformity is also a parent of Defect and Damage (siblings) -->
411
+ <owl:Class rdf:about="https://w3id.org/ocqa#Defect">
412
+ <rdfs:label xml:lang="en">Defect</rdfs:label>
413
+ <rdfs:label xml:lang="en">Fault</rdfs:label> <!-- Example synonym -->
414
+ <rdfs:subClassOf rdf:resource="https://w3id.org/ocqa#Nonconformity"/>
415
+ <owl:disjointWith rdf:resource="https://w3id.org/ocqa#Damage"/>
416
+ </owl:Class>
417
+
418
+ <owl:Class rdf:about="https://w3id.org/ocqa#Damage">
419
+ <rdfs:label xml:lang="en">Damage</rdfs:label>
420
+ <rdfs:label xml:lang="en">Harm</rdfs:label> <!-- Example synonym -->
421
+ <rdfs:subClassOf rdf:resource="https://w3id.org/ocqa#Nonconformity"/>
422
+ <owl:disjointWith rdf:resource="https://w3id.org/ocqa#Defect"/>
423
+ </owl:Class>
424
+
425
+
426
+
427
+ </rdf:RDF>
ResultsOCQA_DiCon/ocqatest/tgt.onto/dicon.ctxt.json ADDED
@@ -0,0 +1,239 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Entity": {
3
+ "label": [
4
+ "entity"
5
+ ]
6
+ },
7
+ "Occurrent": {
8
+ "label": [
9
+ "occurrent"
10
+ ]
11
+ },
12
+ "Process": {
13
+ "label": [
14
+ "process",
15
+ "activity or event"
16
+ ]
17
+ },
18
+ "default1/Activity": {
19
+ "label": [
20
+ "activity",
21
+ "intentional process"
22
+ ]
23
+ },
24
+ "default1/Observation": {
25
+ "label": [
26
+ "observation",
27
+ "measurement process"
28
+ ]
29
+ },
30
+ "default1/Actuation": {
31
+ "label": [
32
+ "actuation",
33
+ "adjustment process"
34
+ ]
35
+ },
36
+ "Object": {
37
+ "label": [
38
+ "object",
39
+ "physical item"
40
+ ]
41
+ },
42
+ "Equipment": {
43
+ "label": [
44
+ "equipment",
45
+ "tool"
46
+ ]
47
+ },
48
+ "Building": {
49
+ "label": [
50
+ "building",
51
+ "facility"
52
+ ]
53
+ },
54
+ "BuildingUnit": {
55
+ "label": [
56
+ "buildingunit"
57
+ ]
58
+ },
59
+ "Capability": {
60
+ "label": [
61
+ "capability"
62
+ ]
63
+ },
64
+ "Disposition": {
65
+ "label": [
66
+ "disposition"
67
+ ]
68
+ },
69
+ "CartesianPosition": {
70
+ "label": [
71
+ "cartesianposition"
72
+ ]
73
+ },
74
+ "SpatialPosition": {
75
+ "label": [
76
+ "spatialposition"
77
+ ]
78
+ },
79
+ "Category": {
80
+ "label": [
81
+ "category"
82
+ ]
83
+ },
84
+ "Labeling": {
85
+ "label": [
86
+ "labeling"
87
+ ]
88
+ },
89
+ "Continuant": {
90
+ "label": [
91
+ "continuant"
92
+ ]
93
+ },
94
+ "ContinuantFiatBoundary": {
95
+ "label": [
96
+ "continuantfiatboundary"
97
+ ]
98
+ },
99
+ "ImmaterialEntity": {
100
+ "label": [
101
+ "immaterialentity"
102
+ ]
103
+ },
104
+ "RealizableEntity": {
105
+ "label": [
106
+ "realizableentity"
107
+ ]
108
+ },
109
+ "GeodeticPosition": {
110
+ "label": [
111
+ "geodeticposition"
112
+ ]
113
+ },
114
+ "Group": {
115
+ "label": [
116
+ "group"
117
+ ]
118
+ },
119
+ "Identifier": {
120
+ "label": [
121
+ "identifier"
122
+ ]
123
+ },
124
+ "IndependentContinuant": {
125
+ "label": [
126
+ "independentcontinuant"
127
+ ]
128
+ },
129
+ "Quality": {
130
+ "label": [
131
+ "quality"
132
+ ]
133
+ },
134
+ "Location": {
135
+ "label": [
136
+ "location"
137
+ ]
138
+ },
139
+ "Site": {
140
+ "label": [
141
+ "site"
142
+ ]
143
+ },
144
+ "MaterialEntity": {
145
+ "label": [
146
+ "materialentity"
147
+ ]
148
+ },
149
+ "ProcessBoundary": {
150
+ "label": [
151
+ "processboundary"
152
+ ]
153
+ },
154
+ "SpecificallyDependentContinuant": {
155
+ "label": [
156
+ "specificallydependentcontinuant"
157
+ ]
158
+ },
159
+ "Role": {
160
+ "label": [
161
+ "role"
162
+ ]
163
+ },
164
+ "SpatialExtent": {
165
+ "label": [
166
+ "spatialextent"
167
+ ]
168
+ },
169
+ "SpatialQuality": {
170
+ "label": [
171
+ "spatialquality"
172
+ ]
173
+ },
174
+ "SpatialOrientation": {
175
+ "label": [
176
+ "spatialorientation"
177
+ ]
178
+ },
179
+ "SpatialRegion": {
180
+ "label": [
181
+ "spatialregion"
182
+ ]
183
+ },
184
+ "SpatiotemporalRegion": {
185
+ "label": [
186
+ "spatiotemporalregion"
187
+ ]
188
+ },
189
+ "TemporalRegion": {
190
+ "label": [
191
+ "temporalregion"
192
+ ]
193
+ },
194
+ "TimeInstant": {
195
+ "label": [
196
+ "timeinstant"
197
+ ]
198
+ },
199
+ "ZeroDimensionalTemporalRegion": {
200
+ "label": [
201
+ "zerodimensionaltemporalregion"
202
+ ]
203
+ },
204
+ "TimeInterval": {
205
+ "label": [
206
+ "timeinterval"
207
+ ]
208
+ },
209
+ "OneDimensionalTemporalRegion": {
210
+ "label": [
211
+ "onedimensionaltemporalregion"
212
+ ]
213
+ },
214
+ "default1/ResourceRole": {
215
+ "label": [
216
+ "resourcerole"
217
+ ]
218
+ },
219
+ "dicv/Constraint": {
220
+ "label": [
221
+ "constraint"
222
+ ]
223
+ },
224
+ "RelationalQuality": {
225
+ "label": [
226
+ "relationalquality"
227
+ ]
228
+ },
229
+ "dicv/Property": {
230
+ "label": [
231
+ "property"
232
+ ]
233
+ },
234
+ "dicv/Subject": {
235
+ "label": [
236
+ "subject"
237
+ ]
238
+ }
239
+ }
ResultsOCQA_DiCon/ocqatest/tgt.onto/dicon.ind.json ADDED
@@ -0,0 +1,344 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "##al": [
3
+ 35,
4
+ 38,
5
+ 40,
6
+ 43
7
+ ],
8
+ "##an": [
9
+ 12
10
+ ],
11
+ "##ary": [
12
+ 17,
13
+ 28
14
+ ],
15
+ "##ble": [
16
+ 19
17
+ ],
18
+ "##bound": [
19
+ 17,
20
+ 28
21
+ ],
22
+ "##con": [
23
+ 23,
24
+ 29
25
+ ],
26
+ "##de": [
27
+ 29
28
+ ],
29
+ "##dent": [
30
+ 29
31
+ ],
32
+ "##det": [
33
+ 20
34
+ ],
35
+ "##di": [
36
+ 38,
37
+ 40
38
+ ],
39
+ "##e": [
40
+ 41
41
+ ],
42
+ "##em": [
43
+ 35
44
+ ],
45
+ "##ent": [
46
+ 18,
47
+ 19,
48
+ 22,
49
+ 27
50
+ ],
51
+ "##entation": [
52
+ 33
53
+ ],
54
+ "##eo": [
55
+ 20
56
+ ],
57
+ "##er": [
58
+ 39
59
+ ],
60
+ "##esi": [
61
+ 12
62
+ ],
63
+ "##ex": [
64
+ 31
65
+ ],
66
+ "##fia": [
67
+ 17
68
+ ],
69
+ "##gion": [
70
+ 34,
71
+ 35,
72
+ 36,
73
+ 38,
74
+ 40
75
+ ],
76
+ "##ic": [
77
+ 20
78
+ ],
79
+ "##ifier": [
80
+ 22
81
+ ],
82
+ "##ing": [
83
+ 15
84
+ ],
85
+ "##ins": [
86
+ 37
87
+ ],
88
+ "##int": [
89
+ 39,
90
+ 42
91
+ ],
92
+ "##iot": [
93
+ 35
94
+ ],
95
+ "##ity": [
96
+ 18,
97
+ 19,
98
+ 27
99
+ ],
100
+ "##iza": [
101
+ 19
102
+ ],
103
+ "##lity": [
104
+ 32,
105
+ 43
106
+ ],
107
+ "##mate": [
108
+ 18
109
+ ],
110
+ "##men": [
111
+ 38,
112
+ 40
113
+ ],
114
+ "##ori": [
115
+ 33
116
+ ],
117
+ "##pen": [
118
+ 29
119
+ ],
120
+ "##por": [
121
+ 35,
122
+ 38,
123
+ 40
124
+ ],
125
+ "##position": [
126
+ 12,
127
+ 13,
128
+ 20
129
+ ],
130
+ "##qua": [
131
+ 32,
132
+ 43
133
+ ],
134
+ "##re": [
135
+ 34,
136
+ 35,
137
+ 36,
138
+ 38,
139
+ 40
140
+ ],
141
+ "##rent": [
142
+ 1
143
+ ],
144
+ "##rial": [
145
+ 18
146
+ ],
147
+ "##rol": [
148
+ 41
149
+ ],
150
+ "##sional": [
151
+ 38,
152
+ 40
153
+ ],
154
+ "##stra": [
155
+ 42
156
+ ],
157
+ "##t": [
158
+ 9,
159
+ 17,
160
+ 31
161
+ ],
162
+ "##tant": [
163
+ 37
164
+ ],
165
+ "##tem": [
166
+ 38,
167
+ 40
168
+ ],
169
+ "##ten": [
170
+ 31
171
+ ],
172
+ "##tin": [
173
+ 16,
174
+ 17,
175
+ 23,
176
+ 29
177
+ ],
178
+ "##uant": [
179
+ 16,
180
+ 17,
181
+ 23,
182
+ 29
183
+ ],
184
+ "##uation": [
185
+ 5
186
+ ],
187
+ "##uni": [
188
+ 9
189
+ ],
190
+ "##val": [
191
+ 39
192
+ ],
193
+ "act": [
194
+ 5
195
+ ],
196
+ "activity": [
197
+ 2,
198
+ 3
199
+ ],
200
+ "adjustment": [
201
+ 5
202
+ ],
203
+ "building": [
204
+ 8,
205
+ 9
206
+ ],
207
+ "capability": [
208
+ 10
209
+ ],
210
+ "cart": [
211
+ 12
212
+ ],
213
+ "category": [
214
+ 14
215
+ ],
216
+ "con": [
217
+ 16,
218
+ 17,
219
+ 42
220
+ ],
221
+ "disposition": [
222
+ 11
223
+ ],
224
+ "entity": [
225
+ 0
226
+ ],
227
+ "equipment": [
228
+ 7
229
+ ],
230
+ "event": [
231
+ 2
232
+ ],
233
+ "facility": [
234
+ 8
235
+ ],
236
+ "g": [
237
+ 20
238
+ ],
239
+ "group": [
240
+ 21
241
+ ],
242
+ "id": [
243
+ 22
244
+ ],
245
+ "im": [
246
+ 18
247
+ ],
248
+ "independent": [
249
+ 23
250
+ ],
251
+ "intentional": [
252
+ 3
253
+ ],
254
+ "item": [
255
+ 6
256
+ ],
257
+ "label": [
258
+ 15
259
+ ],
260
+ "location": [
261
+ 25
262
+ ],
263
+ "material": [
264
+ 27
265
+ ],
266
+ "measurement": [
267
+ 4
268
+ ],
269
+ "object": [
270
+ 6
271
+ ],
272
+ "observation": [
273
+ 4
274
+ ],
275
+ "occur": [
276
+ 1
277
+ ],
278
+ "one": [
279
+ 40
280
+ ],
281
+ "or": [
282
+ 2
283
+ ],
284
+ "physical": [
285
+ 6
286
+ ],
287
+ "process": [
288
+ 2,
289
+ 3,
290
+ 4,
291
+ 5,
292
+ 28
293
+ ],
294
+ "property": [
295
+ 44
296
+ ],
297
+ "quality": [
298
+ 24
299
+ ],
300
+ "real": [
301
+ 19
302
+ ],
303
+ "relation": [
304
+ 43
305
+ ],
306
+ "resource": [
307
+ 41
308
+ ],
309
+ "role": [
310
+ 30
311
+ ],
312
+ "site": [
313
+ 26
314
+ ],
315
+ "spat": [
316
+ 35
317
+ ],
318
+ "spatial": [
319
+ 13,
320
+ 31,
321
+ 32,
322
+ 33,
323
+ 34
324
+ ],
325
+ "specifically": [
326
+ 29
327
+ ],
328
+ "subject": [
329
+ 45
330
+ ],
331
+ "temporal": [
332
+ 36
333
+ ],
334
+ "time": [
335
+ 37,
336
+ 39
337
+ ],
338
+ "tool": [
339
+ 7
340
+ ],
341
+ "zero": [
342
+ 38
343
+ ]
344
+ }
ResultsOCQA_DiCon/ocqatest/tgt.onto/dicon.owl ADDED
@@ -0,0 +1,396 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+
3
+
4
+ <!DOCTYPE rdf:RDF [
5
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
6
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
7
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
8
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
9
+ ]>
10
+
11
+ <rdf:RDF
12
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
13
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
14
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
15
+ xml:base="http://dice.ugent.be/"
16
+ xmlns:dice="http://dice.ugent.be/">
17
+ <owl:Ontology rdf:about="http://dice.ugent.be/"/>
18
+
19
+
20
+ <!--
21
+ 1. Root or high-level classes from diCon
22
+ (These may be BFO-style, e.g., dice:Continuant, dice:Occurrent)
23
+ -->
24
+
25
+ <!-- dice:Entity -->
26
+ <owl:Class rdf:about="http://dice.ugent.be/Entity">
27
+ <rdfs:label xml:lang="en">Entity</rdfs:label>
28
+ </owl:Class>
29
+
30
+ <!-- dice:Occurrent, a subclass of dice:Entity -->
31
+ <owl:Class rdf:about="http://dice.ugent.be/Occurrent">
32
+ <rdfs:label xml:lang="en">Occurrent</rdfs:label>
33
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/Entity"/>
34
+ </owl:Class>
35
+
36
+ <!-- dice:Process, a subclass of dice:Occurrent -->
37
+ <owl:Class rdf:about="http://dice.ugent.be/Process">
38
+ <rdfs:label xml:lang="en">Process</rdfs:label>
39
+ <!-- Possibly a synonym label: -->
40
+ <rdfs:label xml:lang="en">Activity or Event</rdfs:label>
41
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/Occurrent"/>
42
+ </owl:Class>
43
+
44
+ <!--
45
+ 2. Children of dice:Process that are siblings:
46
+ Example: default1:Activity, default1:Observation, default1:Actuation
47
+ (all from the diCon “process” module).
48
+ Because they share the same parent (dice:Process),
49
+ we mark them as disjoint with each other if that reflects your domain logic.
50
+ -->
51
+
52
+ <!-- default1:Activity -->
53
+ <owl:Class rdf:about="http://dice.ugent.be/default1/Activity">
54
+ <rdfs:label xml:lang="en">Activity</rdfs:label>
55
+ <rdfs:label xml:lang="en">Intentional Process</rdfs:label> <!-- Example synonym -->
56
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/Process"/>
57
+ <!-- Disjoint with siblings -->
58
+ <owl:disjointWith rdf:resource="http://dice.ugent.be/default1/Observation"/>
59
+ <owl:disjointWith rdf:resource="http://dice.ugent.be/default1/Actuation"/>
60
+ </owl:Class>
61
+
62
+ <!-- default1:Observation (sibling of Activity under Process) -->
63
+ <owl:Class rdf:about="http://dice.ugent.be/default1/Observation">
64
+ <rdfs:label xml:lang="en">Observation</rdfs:label>
65
+ <rdfs:label xml:lang="en">Measurement Process</rdfs:label> <!-- Example synonym -->
66
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/Process"/>
67
+ <!-- Disjoint with siblings -->
68
+ <owl:disjointWith rdf:resource="http://dice.ugent.be/default1/Activity"/>
69
+ <owl:disjointWith rdf:resource="http://dice.ugent.be/default1/Actuation"/>
70
+ </owl:Class>
71
+
72
+ <!-- default1:Actuation (another sibling of Activity/Observation under Process) -->
73
+ <owl:Class rdf:about="http://dice.ugent.be/default1/Actuation">
74
+ <rdfs:label xml:lang="en">Actuation</rdfs:label>
75
+ <rdfs:label xml:lang="en">Adjustment Process</rdfs:label> <!-- Example synonym -->
76
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/Process"/>
77
+ <!-- Disjoint with siblings -->
78
+ <owl:disjointWith rdf:resource="http://dice.ugent.be/default1/Activity"/>
79
+ <owl:disjointWith rdf:resource="http://dice.ugent.be/default1/Observation"/>
80
+ </owl:Class>
81
+
82
+ <!--
83
+ 3. Another example: dice:Object and its children
84
+ Suppose we treat dice:Equipment and dice:Building as siblings under dice:Object
85
+ (This is for demonstration; check your actual diCon hierarchy to confirm).
86
+ -->
87
+
88
+ <!-- dice:Object -->
89
+ <owl:Class rdf:about="http://dice.ugent.be/Object">
90
+ <rdfs:label xml:lang="en">Object</rdfs:label>
91
+ <rdfs:label xml:lang="en">Physical Item</rdfs:label> <!-- Example synonym -->
92
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/Entity"/>
93
+ </owl:Class>
94
+
95
+ <!-- dice:Equipment (child of dice:Object) -->
96
+ <owl:Class rdf:about="http://dice.ugent.be/Equipment">
97
+ <rdfs:label xml:lang="en">Equipment</rdfs:label>
98
+ <rdfs:label xml:lang="en">Tool</rdfs:label> <!-- Example synonym -->
99
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/Object"/>
100
+ <!-- Disjoint with sibling Building (see below) -->
101
+ <owl:disjointWith rdf:resource="http://dice.ugent.be/Building"/>
102
+ </owl:Class>
103
+
104
+ <!-- dice:Building (another child of dice:Object in this example) -->
105
+ <owl:Class rdf:about="http://dice.ugent.be/Building">
106
+ <rdfs:label xml:lang="en">Building</rdfs:label>
107
+ <rdfs:label xml:lang="en">Facility</rdfs:label> <!-- Example synonym -->
108
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/Object"/>
109
+ <!-- Disjoint with sibling Equipment -->
110
+ <owl:disjointWith rdf:resource="http://dice.ugent.be/Equipment"/>
111
+ </owl:Class>
112
+
113
+
114
+
115
+ <!--
116
+ ///////////////////////////////////////////////////////////////////////////////////////
117
+ //
118
+ // Classes
119
+ //
120
+ ///////////////////////////////////////////////////////////////////////////////////////
121
+ -->
122
+ <!-- http://dice.ugent.be/Building -->
123
+ <owl:Class rdf:about="http://dice.ugent.be/Building">
124
+ <rdfs:label xml:lang="en">Building</rdfs:label>
125
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/BuiltAsset"/>
126
+ </owl:Class>
127
+
128
+ <!-- http://dice.ugent.be/BuildingUnit -->
129
+ <owl:Class rdf:about="http://dice.ugent.be/BuildingUnit">
130
+ <rdfs:label xml:lang="en">BuildingUnit</rdfs:label>
131
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/BuiltAsset"/>
132
+ </owl:Class>
133
+
134
+ <!-- http://dice.ugent.be/Capability -->
135
+ <owl:Class rdf:about="http://dice.ugent.be/Capability">
136
+ <rdfs:label xml:lang="en">Capability</rdfs:label>
137
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/Disposition"/>
138
+ </owl:Class>
139
+
140
+ <!-- http://dice.ugent.be/CartesianPosition -->
141
+ <owl:Class rdf:about="http://dice.ugent.be/CartesianPosition">
142
+ <rdfs:label xml:lang="en">CartesianPosition</rdfs:label>
143
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/SpatialPosition"/>
144
+ </owl:Class>
145
+
146
+ <!-- http://dice.ugent.be/Category -->
147
+ <owl:Class rdf:about="http://dice.ugent.be/Category">
148
+ <rdfs:label xml:lang="en">Category</rdfs:label>
149
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/Labeling"/>
150
+ </owl:Class>
151
+
152
+ <!-- http://dice.ugent.be/Continuant -->
153
+ <owl:Class rdf:about="http://dice.ugent.be/Continuant">
154
+ <rdfs:label xml:lang="en">Continuant</rdfs:label>
155
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/Entity"/>
156
+ </owl:Class>
157
+
158
+ <!-- http://dice.ugent.be/ContinuantFiatBoundary -->
159
+ <owl:Class rdf:about="http://dice.ugent.be/ContinuantFiatBoundary">
160
+ <rdfs:label xml:lang="en">ContinuantFiatBoundary</rdfs:label>
161
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/ImmaterialEntity"/>
162
+ </owl:Class>
163
+
164
+ <!-- http://dice.ugent.be/Disposition -->
165
+ <owl:Class rdf:about="http://dice.ugent.be/Disposition">
166
+ <rdfs:label xml:lang="en">Disposition</rdfs:label>
167
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/RealizableEntity"/>
168
+ </owl:Class>
169
+
170
+ <!-- http://dice.ugent.be/Entity -->
171
+ <owl:Class rdf:about="http://dice.ugent.be/Entity">
172
+ <rdfs:label xml:lang="en">Entity</rdfs:label>
173
+ </owl:Class>
174
+
175
+ <!-- http://dice.ugent.be/Equipment -->
176
+ <owl:Class rdf:about="http://dice.ugent.be/Equipment">
177
+ <rdfs:label xml:lang="en">Equipment</rdfs:label>
178
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/Object"/>
179
+ </owl:Class>
180
+
181
+ <!-- http://dice.ugent.be/GeodeticPosition -->
182
+ <owl:Class rdf:about="http://dice.ugent.be/GeodeticPosition">
183
+ <rdfs:label xml:lang="en">GeodeticPosition</rdfs:label>
184
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/SpatialPosition"/>
185
+ </owl:Class>
186
+
187
+ <!-- http://dice.ugent.be/Group -->
188
+ <owl:Class rdf:about="http://dice.ugent.be/Group">
189
+ <rdfs:label xml:lang="en">Group</rdfs:label>
190
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/Entity"/>
191
+ </owl:Class>
192
+
193
+ <!-- http://dice.ugent.be/Identifier -->
194
+ <owl:Class rdf:about="http://dice.ugent.be/Identifier">
195
+ <rdfs:label xml:lang="en">Identifier</rdfs:label>
196
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/Labeling"/>
197
+ </owl:Class>
198
+
199
+ <!-- http://dice.ugent.be/ImmaterialEntity -->
200
+ <owl:Class rdf:about="http://dice.ugent.be/ImmaterialEntity">
201
+ <rdfs:label xml:lang="en">ImmaterialEntity</rdfs:label>
202
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/Continuant"/>
203
+ </owl:Class>
204
+
205
+ <!-- http://dice.ugent.be/IndependentContinuant -->
206
+ <owl:Class rdf:about="http://dice.ugent.be/IndependentContinuant">
207
+ <rdfs:label xml:lang="en">IndependentContinuant</rdfs:label>
208
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/Continuant"/>
209
+ </owl:Class>
210
+
211
+ <!-- http://dice.ugent.be/Labeling -->
212
+ <owl:Class rdf:about="http://dice.ugent.be/Labeling">
213
+ <rdfs:label xml:lang="en">Labeling</rdfs:label>
214
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/Quality"/>
215
+ </owl:Class>
216
+
217
+ <!-- http://dice.ugent.be/Location -->
218
+ <owl:Class rdf:about="http://dice.ugent.be/Location">
219
+ <rdfs:label xml:lang="en">Location</rdfs:label>
220
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/Site"/>
221
+ </owl:Class>
222
+
223
+ <!-- http://dice.ugent.be/MaterialEntity -->
224
+ <owl:Class rdf:about="http://dice.ugent.be/MaterialEntity">
225
+ <rdfs:label xml:lang="en">MaterialEntity</rdfs:label>
226
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/IndependentContinuant"/>
227
+ </owl:Class>
228
+
229
+ <!-- http://dice.ugent.be/Object -->
230
+ <owl:Class rdf:about="http://dice.ugent.be/Object">
231
+ <rdfs:label xml:lang="en">Object</rdfs:label>
232
+ </owl:Class>
233
+
234
+ <!-- http://dice.ugent.be/Occurrent -->
235
+ <owl:Class rdf:about="http://dice.ugent.be/Occurrent">
236
+ <rdfs:label xml:lang="en">Occurrent</rdfs:label>
237
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/Entity"/>
238
+ </owl:Class>
239
+
240
+ <!-- http://dice.ugent.be/Process -->
241
+ <owl:Class rdf:about="http://dice.ugent.be/Process">
242
+ <rdfs:label xml:lang="en">Process</rdfs:label>
243
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/Occurrent"/>
244
+ </owl:Class>
245
+
246
+ <!-- http://dice.ugent.be/ProcessBoundary -->
247
+ <owl:Class rdf:about="http://dice.ugent.be/ProcessBoundary">
248
+ <rdfs:label xml:lang="en">ProcessBoundary</rdfs:label>
249
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/Occurrent"/>
250
+ </owl:Class>
251
+
252
+ <!-- http://dice.ugent.be/Quality -->
253
+ <owl:Class rdf:about="http://dice.ugent.be/Quality">
254
+ <rdfs:label xml:lang="en">Quality</rdfs:label>
255
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/SpecificallyDependentContinuant"/>
256
+ </owl:Class>
257
+
258
+ <!-- http://dice.ugent.be/RealizableEntity -->
259
+ <owl:Class rdf:about="http://dice.ugent.be/RealizableEntity">
260
+ <rdfs:label xml:lang="en">RealizableEntity</rdfs:label>
261
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/SpecificallyDependentContinuant"/>
262
+ </owl:Class>
263
+
264
+ <!-- http://dice.ugent.be/Role -->
265
+ <owl:Class rdf:about="http://dice.ugent.be/Role">
266
+ <rdfs:label xml:lang="en">Role</rdfs:label>
267
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/RealizableEntity"/>
268
+ </owl:Class>
269
+
270
+ <!-- http://dice.ugent.be/Site -->
271
+ <owl:Class rdf:about="http://dice.ugent.be/Site">
272
+ <rdfs:label xml:lang="en">Site</rdfs:label>
273
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/ImmaterialEntity"/>
274
+ </owl:Class>
275
+
276
+ <!-- http://dice.ugent.be/SpatialExtent -->
277
+ <owl:Class rdf:about="http://dice.ugent.be/SpatialExtent">
278
+ <rdfs:label xml:lang="en">SpatialExtent</rdfs:label>
279
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/SpatialQuality"/>
280
+ </owl:Class>
281
+
282
+ <!-- http://dice.ugent.be/SpatialOrientation -->
283
+ <owl:Class rdf:about="http://dice.ugent.be/SpatialOrientation">
284
+ <rdfs:label xml:lang="en">SpatialOrientation</rdfs:label>
285
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/SpatialQuality"/>
286
+ </owl:Class>
287
+
288
+ <!-- http://dice.ugent.be/SpatialPosition -->
289
+ <owl:Class rdf:about="http://dice.ugent.be/SpatialPosition">
290
+ <rdfs:label xml:lang="en">SpatialPosition</rdfs:label>
291
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/SpatialQuality"/>
292
+ </owl:Class>
293
+
294
+ <!-- http://dice.ugent.be/SpatialQuality -->
295
+ <owl:Class rdf:about="http://dice.ugent.be/SpatialQuality">
296
+ <rdfs:label xml:lang="en">SpatialQuality</rdfs:label>
297
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/Quality"/>
298
+ </owl:Class>
299
+
300
+ <!-- http://dice.ugent.be/SpatialRegion -->
301
+ <owl:Class rdf:about="http://dice.ugent.be/SpatialRegion">
302
+ <rdfs:label xml:lang="en">SpatialRegion</rdfs:label>
303
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/ImmaterialEntity"/>
304
+ </owl:Class>
305
+
306
+ <!-- http://dice.ugent.be/SpecificallyDependentContinuant -->
307
+ <owl:Class rdf:about="http://dice.ugent.be/SpecificallyDependentContinuant">
308
+ <rdfs:label xml:lang="en">SpecificallyDependentContinuant</rdfs:label>
309
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/Continuant"/>
310
+ </owl:Class>
311
+
312
+ <!-- http://dice.ugent.be/SpatiotemporalRegion -->
313
+ <owl:Class rdf:about="http://dice.ugent.be/SpatiotemporalRegion">
314
+ <rdfs:label xml:lang="en">SpatiotemporalRegion</rdfs:label>
315
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/Occurrent"/>
316
+ </owl:Class>
317
+
318
+ <!-- http://dice.ugent.be/TemporalRegion -->
319
+ <owl:Class rdf:about="http://dice.ugent.be/TemporalRegion">
320
+ <rdfs:label xml:lang="en">TemporalRegion</rdfs:label>
321
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/Occurrent"/>
322
+ </owl:Class>
323
+
324
+ <!-- http://dice.ugent.be/TimeInstant -->
325
+ <owl:Class rdf:about="http://dice.ugent.be/TimeInstant">
326
+ <rdfs:label xml:lang="en">TimeInstant</rdfs:label>
327
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/ZeroDimensionalTemporalRegion"/>
328
+ </owl:Class>
329
+
330
+ <!-- http://dice.ugent.be/TimeInterval -->
331
+ <owl:Class rdf:about="http://dice.ugent.be/TimeInterval">
332
+ <rdfs:label xml:lang="en">TimeInterval</rdfs:label>
333
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/OneDimensionalTemporalRegion"/>
334
+ </owl:Class>
335
+
336
+ <!-- http://dice.ugent.be/ZeroDimensionalTemporalRegion -->
337
+ <owl:Class rdf:about="http://dice.ugent.be/ZeroDimensionalTemporalRegion">
338
+ <rdfs:label xml:lang="en">ZeroDimensionalTemporalRegion</rdfs:label>
339
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/TemporalRegion"/>
340
+ </owl:Class>
341
+
342
+ <!-- http://dice.ugent.be/OneDimensionalTemporalRegion -->
343
+ <owl:Class rdf:about="http://dice.ugent.be/OneDimensionalTemporalRegion">
344
+ <rdfs:label xml:lang="en">OneDimensionalTemporalRegion</rdfs:label>
345
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/TemporalRegion"/>
346
+ </owl:Class>
347
+
348
+ <!-- http://dice.ugent.be/default1/Actuation -->
349
+ <owl:Class rdf:about="http://dice.ugent.be/default1/Actuation">
350
+ <rdfs:label xml:lang="en">Actuation</rdfs:label>
351
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/default1/Activity"/>
352
+ </owl:Class>
353
+
354
+ <!-- http://dice.ugent.be/default1/Activity -->
355
+ <owl:Class rdf:about="http://dice.ugent.be/default1/Activity">
356
+ <rdfs:label xml:lang="en">Activity</rdfs:label>
357
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/Process"/>
358
+ </owl:Class>
359
+
360
+ <!-- http://dice.ugent.be/default1/Observation -->
361
+ <owl:Class rdf:about="http://dice.ugent.be/default1/Observation">
362
+ <rdfs:label xml:lang="en">Observation</rdfs:label>
363
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/default1/Activity"/>
364
+ </owl:Class>
365
+
366
+ <!-- http://dice.ugent.be/default1/ResourceRole -->
367
+ <owl:Class rdf:about="http://dice.ugent.be/default1/ResourceRole">
368
+ <rdfs:label xml:lang="en">ResourceRole</rdfs:label>
369
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/Role"/>
370
+ </owl:Class>
371
+
372
+ <!-- http://dice.ugent.be/dicv/Constraint -->
373
+ <owl:Class rdf:about="http://dice.ugent.be/dicv/Constraint">
374
+ <rdfs:label xml:lang="en">Constraint</rdfs:label>
375
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/RelationalQuality"/>
376
+ </owl:Class>
377
+
378
+ <!-- http://dice.ugent.be/dicv/Property -->
379
+ <owl:Class rdf:about="http://dice.ugent.be/dicv/Property">
380
+ <rdfs:label xml:lang="en">Property</rdfs:label>
381
+ </owl:Class>
382
+
383
+ <!-- http://dice.ugent.be/dicv/Subject -->
384
+ <owl:Class rdf:about="http://dice.ugent.be/dicv/Subject">
385
+ <rdfs:label xml:lang="en">Subject</rdfs:label>
386
+ </owl:Class>
387
+
388
+ <!-- http://dice.ugent.be/RelationalQuality -->
389
+ <owl:Class rdf:about="http://dice.ugent.be/RelationalQuality">
390
+ <rdfs:label xml:lang="en">RelationalQuality</rdfs:label>
391
+ <rdfs:subClassOf rdf:resource="http://dice.ugent.be/Quality"/>
392
+ </owl:Class>
393
+
394
+
395
+
396
+ </rdf:RDF>
ResultsOCQA_DiCon/ocqatest/tgt.onto/info ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ <OntoBox> onto='dicon.owl' iri='http://dice.ugent.be/'>
2
+ <OntoText abbr='dicon' num_classes=46 num_texts=53 prop=['label']>
3
+ <OntoInvertedIndex num_entries=97 cut=0 tokenizer_path=SebSeis/ConstructionBERT>
4
+ </OntoBox>