-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmcRDF1.ttl
722 lines (453 loc) · 22.1 KB
/
mcRDF1.ttl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xo: <http://rhizomik.net/redefer/xsl/xsd2owl-functions.xsl> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema> .
@prefix xs: <http://www.w3.org/2001/XMLSchema#> .
@prefix mdr: <http://www.metadataregistry.org.uk/assets/schema/1.0/metadataregistry#> .
<http://www.metadataregistry.org.uk/assets/schema/1.0/metadataregistry> a owl:Ontology ;
rdfs:comment "OWL ontology generated by the xsd2owl XML Style Sheet (http://rhizomik.net/redefer)" .
mdr:Extension a owl:Class ;
rdfs:subClassOf _:node19mpfjp20x1 .
_:node19mpfjp20x1 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/key> ;
owl:allValuesFrom xs:string .
mdr:Extension rdfs:subClassOf _:node19mpfjp20x2 .
_:node19mpfjp20x2 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/key> ;
owl:minCardinality "1"^^xs:nonNegativeInteger .
mdr:Extensions a owl:Class ;
rdfs:subClassOf _:node19mpfjp20x3 .
_:node19mpfjp20x3 a owl:Class ;
owl:intersectionOf _:node19mpfjp20x5 .
_:node19mpfjp20x5 rdf:first _:node19mpfjp20x4 .
_:node19mpfjp20x4 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/extension> ;
owl:allValuesFrom mdr:Extension .
_:node19mpfjp20x5 rdf:rest _:node19mpfjp20x7 .
_:node19mpfjp20x7 rdf:first _:node19mpfjp20x6 .
_:node19mpfjp20x6 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/extension> ;
owl:minCardinality "1"^^xs:nonNegativeInteger .
_:node19mpfjp20x7 rdf:rest rdf:nil .
mdr:Enumeration a owl:Class ;
rdfs:subClassOf _:node19mpfjp20x8 .
_:node19mpfjp20x8 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/value> ;
owl:allValuesFrom xs:string .
mdr:Enumeration rdfs:subClassOf _:node19mpfjp20x9 .
_:node19mpfjp20x9 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/value> ;
owl:minCardinality "1"^^xs:nonNegativeInteger .
mdr:Enumerations a owl:Class ;
rdfs:subClassOf _:node19mpfjp20x10 .
_:node19mpfjp20x10 a owl:Class ;
owl:intersectionOf _:node19mpfjp20x12 .
_:node19mpfjp20x12 rdf:first _:node19mpfjp20x11 .
_:node19mpfjp20x11 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/enumeration> ;
owl:allValuesFrom mdr:Enumeration .
_:node19mpfjp20x12 rdf:rest _:node19mpfjp20x14 .
_:node19mpfjp20x14 rdf:first _:node19mpfjp20x13 .
_:node19mpfjp20x13 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/enumeration> ;
owl:minCardinality "1"^^xs:nonNegativeInteger .
_:node19mpfjp20x14 rdf:rest rdf:nil .
mdr:Reference a owl:Class ;
rdfs:subClassOf _:node19mpfjp20x15 .
_:node19mpfjp20x15 a owl:Class ;
owl:intersectionOf _:node19mpfjp20x17 .
_:node19mpfjp20x17 rdf:first _:node19mpfjp20x16 .
_:node19mpfjp20x16 a owl:Class ;
owl:intersectionOf _:node19mpfjp20x19 .
_:node19mpfjp20x19 rdf:first _:node19mpfjp20x18 .
_:node19mpfjp20x18 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/metadata> ;
owl:allValuesFrom mdr:Extensions .
_:node19mpfjp20x19 rdf:rest _:node19mpfjp20x21 .
_:node19mpfjp20x21 rdf:first _:node19mpfjp20x20 .
_:node19mpfjp20x20 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/metadata> ;
owl:maxCardinality "1"^^xs:nonNegativeInteger .
_:node19mpfjp20x21 rdf:rest rdf:nil .
_:node19mpfjp20x17 rdf:rest rdf:nil .
mdr:Reference rdfs:subClassOf _:node19mpfjp20x22 .
_:node19mpfjp20x22 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/name> ;
owl:allValuesFrom xs:string .
mdr:Reference rdfs:subClassOf _:node19mpfjp20x23 .
_:node19mpfjp20x23 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/classification> ;
owl:allValuesFrom xs:string .
mdr:Reference rdfs:subClassOf _:node19mpfjp20x24 .
_:node19mpfjp20x24 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/ref> ;
owl:allValuesFrom xs:string .
mdr:Reference rdfs:subClassOf _:node19mpfjp20x25 .
_:node19mpfjp20x25 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/type> ;
owl:allValuesFrom xs:string .
mdr:Reference rdfs:subClassOf _:node19mpfjp20x26 .
_:node19mpfjp20x26 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/href> ;
owl:allValuesFrom xs:string .
mdr:Relationship a owl:Class ;
rdfs:subClassOf mdr:Reference , _:node19mpfjp20x27 .
_:node19mpfjp20x27 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/relationshipType> ;
owl:allValuesFrom xs:string .
mdr:Relationship rdfs:subClassOf _:node19mpfjp20x28 .
_:node19mpfjp20x28 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/relationshipType> ;
owl:minCardinality "1"^^xs:nonNegativeInteger .
mdr:Relationships a owl:Class ;
rdfs:subClassOf _:node19mpfjp20x29 .
_:node19mpfjp20x29 a owl:Class ;
owl:unionOf _:node19mpfjp20x31 .
_:node19mpfjp20x31 rdf:first _:node19mpfjp20x30 .
_:node19mpfjp20x30 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/from> ;
owl:allValuesFrom mdr:Relationship .
_:node19mpfjp20x31 rdf:rest _:node19mpfjp20x33 .
_:node19mpfjp20x33 rdf:first _:node19mpfjp20x32 .
_:node19mpfjp20x32 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/from> ;
owl:minCardinality "1"^^xs:nonNegativeInteger .
_:node19mpfjp20x33 rdf:rest _:node19mpfjp20x35 .
_:node19mpfjp20x35 rdf:first _:node19mpfjp20x34 .
_:node19mpfjp20x34 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/to> ;
owl:allValuesFrom mdr:Relationship .
_:node19mpfjp20x35 rdf:rest _:node19mpfjp20x37 .
_:node19mpfjp20x37 rdf:first _:node19mpfjp20x36 .
_:node19mpfjp20x36 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/to> ;
owl:minCardinality "1"^^xs:nonNegativeInteger .
_:node19mpfjp20x37 rdf:rest rdf:nil .
mdr:CatalogueElement a owl:Class ;
rdfs:subClassOf mdr:Reference , _:node19mpfjp20x38 .
_:node19mpfjp20x38 a owl:Class ;
owl:intersectionOf _:node19mpfjp20x40 .
_:node19mpfjp20x40 rdf:first _:node19mpfjp20x39 .
_:node19mpfjp20x39 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/description> ;
owl:allValuesFrom xs:string .
_:node19mpfjp20x40 rdf:rest _:node19mpfjp20x42 .
_:node19mpfjp20x42 rdf:first _:node19mpfjp20x41 .
_:node19mpfjp20x41 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/description> ;
owl:maxCardinality "1"^^xs:nonNegativeInteger .
_:node19mpfjp20x42 rdf:rest _:node19mpfjp20x44 .
_:node19mpfjp20x44 rdf:first _:node19mpfjp20x43 .
_:node19mpfjp20x43 a owl:Class ;
owl:unionOf _:node19mpfjp20x46 .
_:node19mpfjp20x46 rdf:first _:node19mpfjp20x45 .
_:node19mpfjp20x45 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/basedOn> ;
owl:allValuesFrom mdr:Reference .
_:node19mpfjp20x46 rdf:rest _:node19mpfjp20x48 .
_:node19mpfjp20x48 rdf:first _:node19mpfjp20x47 .
_:node19mpfjp20x47 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/relatedTo> ;
owl:allValuesFrom mdr:Reference .
_:node19mpfjp20x48 rdf:rest _:node19mpfjp20x50 .
_:node19mpfjp20x50 rdf:first _:node19mpfjp20x49 .
_:node19mpfjp20x49 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/synonym> ;
owl:allValuesFrom mdr:Reference .
_:node19mpfjp20x50 rdf:rest rdf:nil .
_:node19mpfjp20x44 rdf:rest _:node19mpfjp20x52 .
_:node19mpfjp20x52 rdf:first _:node19mpfjp20x51 .
_:node19mpfjp20x51 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/extensions> ;
owl:allValuesFrom mdr:Extensions .
_:node19mpfjp20x52 rdf:rest _:node19mpfjp20x54 .
_:node19mpfjp20x54 rdf:first _:node19mpfjp20x53 .
_:node19mpfjp20x53 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/extensions> ;
owl:maxCardinality "1"^^xs:nonNegativeInteger .
_:node19mpfjp20x54 rdf:rest _:node19mpfjp20x56 .
_:node19mpfjp20x56 rdf:first _:node19mpfjp20x55 .
_:node19mpfjp20x55 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/relationships> ;
owl:allValuesFrom mdr:Relationships .
_:node19mpfjp20x56 rdf:rest _:node19mpfjp20x58 .
_:node19mpfjp20x58 rdf:first _:node19mpfjp20x57 .
_:node19mpfjp20x57 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/relationships> ;
owl:maxCardinality "1"^^xs:nonNegativeInteger .
_:node19mpfjp20x58 rdf:rest rdf:nil .
mdr:CatalogueElement rdfs:subClassOf _:node19mpfjp20x59 .
_:node19mpfjp20x59 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/id> ;
owl:allValuesFrom xs:string .
mdr:CatalogueElement rdfs:subClassOf _:node19mpfjp20x60 .
_:node19mpfjp20x60 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/status> ;
owl:allValuesFrom xs:string .
mdr:MeasurementUnit a owl:Class ;
rdfs:subClassOf mdr:CatalogueElement , _:node19mpfjp20x61 .
_:node19mpfjp20x61 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/symbol> ;
owl:allValuesFrom xs:string .
mdr:MeasurementUnit rdfs:subClassOf _:node19mpfjp20x62 .
_:node19mpfjp20x62 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/type> ;
owl:minCardinality "0"^^xs:nonNegativeInteger .
mdr:DataType a owl:Class ;
rdfs:subClassOf mdr:CatalogueElement , _:node19mpfjp20x63 .
_:node19mpfjp20x63 a owl:Class ;
owl:intersectionOf _:node19mpfjp20x65 .
_:node19mpfjp20x65 rdf:first _:node19mpfjp20x64 .
_:node19mpfjp20x64 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/enumerations> ;
owl:allValuesFrom mdr:Enumerations .
_:node19mpfjp20x65 rdf:rest _:node19mpfjp20x67 .
_:node19mpfjp20x67 rdf:first _:node19mpfjp20x66 .
_:node19mpfjp20x66 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/enumerations> ;
owl:maxCardinality "1"^^xs:nonNegativeInteger .
_:node19mpfjp20x67 rdf:rest rdf:nil .
mdr:DataType rdfs:subClassOf _:node19mpfjp20x68 .
_:node19mpfjp20x68 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/type> ;
owl:minCardinality "0"^^xs:nonNegativeInteger .
mdr:ValueDomain a owl:Class ;
rdfs:subClassOf mdr:CatalogueElement , _:node19mpfjp20x69 .
_:node19mpfjp20x69 a owl:Class ;
owl:intersectionOf _:node19mpfjp20x71 .
_:node19mpfjp20x71 rdf:first _:node19mpfjp20x70 .
_:node19mpfjp20x70 a owl:Class ;
owl:unionOf _:node19mpfjp20x73 .
_:node19mpfjp20x73 rdf:first _:node19mpfjp20x72 .
_:node19mpfjp20x72 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/rule> ;
owl:allValuesFrom xs:string .
_:node19mpfjp20x73 rdf:rest _:node19mpfjp20x75 .
_:node19mpfjp20x75 rdf:first _:node19mpfjp20x74 .
_:node19mpfjp20x74 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/rule> ;
owl:maxCardinality "1"^^xs:nonNegativeInteger .
_:node19mpfjp20x75 rdf:rest _:node19mpfjp20x77 .
_:node19mpfjp20x77 rdf:first _:node19mpfjp20x76 .
_:node19mpfjp20x76 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/regex> ;
owl:allValuesFrom xs:string .
_:node19mpfjp20x77 rdf:rest _:node19mpfjp20x79 .
_:node19mpfjp20x79 rdf:first _:node19mpfjp20x78 .
_:node19mpfjp20x78 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/regex> ;
owl:maxCardinality "1"^^xs:nonNegativeInteger .
_:node19mpfjp20x79 rdf:rest rdf:nil .
_:node19mpfjp20x71 rdf:rest _:node19mpfjp20x81 .
_:node19mpfjp20x81 rdf:first _:node19mpfjp20x80 .
_:node19mpfjp20x80 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/unitOfMeasure> ;
owl:allValuesFrom mdr:MeasurementUnit .
_:node19mpfjp20x81 rdf:rest _:node19mpfjp20x83 .
_:node19mpfjp20x83 rdf:first _:node19mpfjp20x82 .
_:node19mpfjp20x82 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/unitOfMeasure> ;
owl:maxCardinality "1"^^xs:nonNegativeInteger .
_:node19mpfjp20x83 rdf:rest _:node19mpfjp20x85 .
_:node19mpfjp20x85 rdf:first _:node19mpfjp20x84 .
_:node19mpfjp20x84 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/dataType> ;
owl:allValuesFrom mdr:DataType .
_:node19mpfjp20x85 rdf:rest _:node19mpfjp20x87 .
_:node19mpfjp20x87 rdf:first _:node19mpfjp20x86 .
_:node19mpfjp20x86 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/dataType> ;
owl:maxCardinality "1"^^xs:nonNegativeInteger .
_:node19mpfjp20x87 rdf:rest rdf:nil .
mdr:ValueDomain rdfs:subClassOf _:node19mpfjp20x88 .
_:node19mpfjp20x88 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/type> ;
owl:minCardinality "0"^^xs:nonNegativeInteger .
mdr:DataElement a owl:Class ;
rdfs:subClassOf mdr:CatalogueElement , _:node19mpfjp20x89 .
_:node19mpfjp20x89 a owl:Class ;
owl:intersectionOf _:node19mpfjp20x91 .
_:node19mpfjp20x91 rdf:first _:node19mpfjp20x90 .
_:node19mpfjp20x90 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/valueDomain> ;
owl:allValuesFrom mdr:ValueDomain .
_:node19mpfjp20x91 rdf:rest _:node19mpfjp20x93 .
_:node19mpfjp20x93 rdf:first _:node19mpfjp20x92 .
_:node19mpfjp20x92 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/valueDomain> ;
owl:maxCardinality "1"^^xs:nonNegativeInteger .
_:node19mpfjp20x93 rdf:rest rdf:nil .
mdr:DataElement rdfs:subClassOf _:node19mpfjp20x94 .
_:node19mpfjp20x94 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/type> ;
owl:minCardinality "0"^^xs:nonNegativeInteger .
mdr:Model a owl:Class ;
rdfs:subClassOf mdr:CatalogueElement , _:node19mpfjp20x95 .
_:node19mpfjp20x95 a owl:Class ;
owl:unionOf _:node19mpfjp20x97 .
_:node19mpfjp20x97 rdf:first _:node19mpfjp20x96 .
_:node19mpfjp20x96 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/model> ;
owl:allValuesFrom mdr:Model .
_:node19mpfjp20x97 rdf:rest _:node19mpfjp20x99 .
_:node19mpfjp20x99 rdf:first _:node19mpfjp20x98 .
_:node19mpfjp20x98 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/dataElement> ;
owl:allValuesFrom mdr:DataElement .
_:node19mpfjp20x99 rdf:rest rdf:nil .
mdr:Model rdfs:subClassOf _:node19mpfjp20x100 .
_:node19mpfjp20x100 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/type> ;
owl:minCardinality "0"^^xs:nonNegativeInteger .
mdr:Classification a owl:Class ;
rdfs:subClassOf mdr:CatalogueElement , _:node19mpfjp20x101 .
_:node19mpfjp20x101 a owl:Class ;
owl:intersectionOf _:node19mpfjp20x103 .
_:node19mpfjp20x103 rdf:first _:node19mpfjp20x102 .
_:node19mpfjp20x102 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/globalSearchFor> ;
owl:allValuesFrom xs:string .
_:node19mpfjp20x103 rdf:rest _:node19mpfjp20x105 .
_:node19mpfjp20x105 rdf:first _:node19mpfjp20x104 .
_:node19mpfjp20x104 a owl:Class ;
owl:unionOf _:node19mpfjp20x107 .
_:node19mpfjp20x107 rdf:first _:node19mpfjp20x106 .
_:node19mpfjp20x106 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/model> ;
owl:allValuesFrom mdr:Model .
_:node19mpfjp20x107 rdf:rest _:node19mpfjp20x109 .
_:node19mpfjp20x109 rdf:first _:node19mpfjp20x108 .
_:node19mpfjp20x108 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/dataElement> ;
owl:allValuesFrom mdr:DataElement .
_:node19mpfjp20x109 rdf:rest _:node19mpfjp20x111 .
_:node19mpfjp20x111 rdf:first _:node19mpfjp20x110 .
_:node19mpfjp20x110 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/valueDomain> ;
owl:allValuesFrom mdr:ValueDomain .
_:node19mpfjp20x111 rdf:rest _:node19mpfjp20x113 .
_:node19mpfjp20x113 rdf:first _:node19mpfjp20x112 .
_:node19mpfjp20x112 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/dataType> ;
owl:allValuesFrom mdr:DataType .
_:node19mpfjp20x113 rdf:rest _:node19mpfjp20x115 .
_:node19mpfjp20x115 rdf:first _:node19mpfjp20x114 .
_:node19mpfjp20x114 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/measurementUnit> ;
owl:allValuesFrom mdr:MeasurementUnit .
_:node19mpfjp20x115 rdf:rest rdf:nil .
_:node19mpfjp20x105 rdf:rest rdf:nil .
mdr:Classification rdfs:subClassOf _:node19mpfjp20x116 .
_:node19mpfjp20x116 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/type> ;
owl:minCardinality "0"^^xs:nonNegativeInteger .
mdr:Catalogue a owl:Class ;
rdfs:subClassOf _:node19mpfjp20x117 .
_:node19mpfjp20x117 a owl:Class ;
owl:intersectionOf _:node19mpfjp20x119 .
_:node19mpfjp20x119 rdf:first _:node19mpfjp20x118 .
_:node19mpfjp20x118 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/createAutomatically> ;
owl:allValuesFrom xs:string .
_:node19mpfjp20x119 rdf:rest _:node19mpfjp20x121 .
_:node19mpfjp20x121 rdf:first _:node19mpfjp20x120 .
_:node19mpfjp20x120 a owl:Class ;
owl:unionOf _:node19mpfjp20x123 .
_:node19mpfjp20x123 rdf:first _:node19mpfjp20x122 .
_:node19mpfjp20x122 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/classification> ;
owl:allValuesFrom mdr:Classification .
_:node19mpfjp20x123 rdf:rest _:node19mpfjp20x125 .
_:node19mpfjp20x125 rdf:first _:node19mpfjp20x124 .
_:node19mpfjp20x124 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/classification> ;
owl:minCardinality "1"^^xs:nonNegativeInteger .
_:node19mpfjp20x125 rdf:rest _:node19mpfjp20x127 .
_:node19mpfjp20x127 rdf:first _:node19mpfjp20x126 .
_:node19mpfjp20x126 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/model> ;
owl:allValuesFrom mdr:Model .
_:node19mpfjp20x127 rdf:rest _:node19mpfjp20x129 .
_:node19mpfjp20x129 rdf:first _:node19mpfjp20x128 .
_:node19mpfjp20x128 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/model> ;
owl:minCardinality "1"^^xs:nonNegativeInteger .
_:node19mpfjp20x129 rdf:rest _:node19mpfjp20x131 .
_:node19mpfjp20x131 rdf:first _:node19mpfjp20x130 .
_:node19mpfjp20x130 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/dataElement> ;
owl:allValuesFrom mdr:DataElement .
_:node19mpfjp20x131 rdf:rest _:node19mpfjp20x133 .
_:node19mpfjp20x133 rdf:first _:node19mpfjp20x132 .
_:node19mpfjp20x132 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/dataElement> ;
owl:minCardinality "1"^^xs:nonNegativeInteger .
_:node19mpfjp20x133 rdf:rest _:node19mpfjp20x135 .
_:node19mpfjp20x135 rdf:first _:node19mpfjp20x134 .
_:node19mpfjp20x134 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/valueDomain> ;
owl:allValuesFrom mdr:ValueDomain .
_:node19mpfjp20x135 rdf:rest _:node19mpfjp20x137 .
_:node19mpfjp20x137 rdf:first _:node19mpfjp20x136 .
_:node19mpfjp20x136 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/valueDomain> ;
owl:minCardinality "1"^^xs:nonNegativeInteger .
_:node19mpfjp20x137 rdf:rest _:node19mpfjp20x139 .
_:node19mpfjp20x139 rdf:first _:node19mpfjp20x138 .
_:node19mpfjp20x138 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/dataType> ;
owl:allValuesFrom mdr:DataType .
_:node19mpfjp20x139 rdf:rest _:node19mpfjp20x141 .
_:node19mpfjp20x141 rdf:first _:node19mpfjp20x140 .
_:node19mpfjp20x140 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/dataType> ;
owl:minCardinality "1"^^xs:nonNegativeInteger .
_:node19mpfjp20x141 rdf:rest _:node19mpfjp20x143 .
_:node19mpfjp20x143 rdf:first _:node19mpfjp20x142 .
_:node19mpfjp20x142 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/measurementUnit> ;
owl:allValuesFrom mdr:MeasurementUnit .
_:node19mpfjp20x143 rdf:rest _:node19mpfjp20x145 .
_:node19mpfjp20x145 rdf:first _:node19mpfjp20x144 .
_:node19mpfjp20x144 a owl:Restriction ;
owl:onProperty <http://www.metadataregistry.org.uk/assets/schema/1.0/measurementUnit> ;
owl:minCardinality "1"^^xs:nonNegativeInteger .
_:node19mpfjp20x145 rdf:rest rdf:nil .
_:node19mpfjp20x121 rdf:rest rdf:nil .
mdr:catalogue a owl:ObjectProperty ;
rdfs:range mdr:Catalogue .
mdr:any a owl:ObjectProperty .
mdr:basedOn a owl:ObjectProperty .
mdr:classification a rdf:Property .
mdr:createAutomatically a owl:DatatypeProperty .
mdr:dataElement a owl:ObjectProperty .
mdr:dataType a owl:ObjectProperty .
mdr:description a owl:DatatypeProperty .
mdr:enumeration a owl:ObjectProperty .
mdr:enumerations a owl:ObjectProperty .
mdr:extension a owl:ObjectProperty .
mdr:extensions a owl:ObjectProperty .
mdr:from a owl:ObjectProperty .
mdr:globalSearchFor a owl:DatatypeProperty .
mdr:href a owl:DatatypeProperty .
mdr:id a owl:DatatypeProperty .
mdr:key a owl:DatatypeProperty .
mdr:measurementUnit a owl:ObjectProperty .
mdr:metadata a owl:ObjectProperty .
mdr:model a owl:ObjectProperty .
mdr:name a owl:DatatypeProperty .
mdr:ref a owl:DatatypeProperty .
mdr:regex a owl:DatatypeProperty .
mdr:relatedTo a owl:ObjectProperty .
mdr:relationshipType a owl:DatatypeProperty .
mdr:relationships a owl:ObjectProperty .
mdr:rule a owl:DatatypeProperty .
mdr:status a owl:DatatypeProperty .
mdr:symbol a owl:DatatypeProperty .
mdr:synonym a owl:ObjectProperty .
mdr:to a owl:ObjectProperty .
mdr:type a owl:DatatypeProperty .
mdr:unitOfMeasure a owl:ObjectProperty .
mdr:value a owl:DatatypeProperty .
mdr:valueDomain a owl:ObjectProperty .