|
2 | 2 | @prefix metce: <http://codes.wmo.int/common/observation-type/METCE/2013/> .
|
3 | 3 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
4 | 4 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
5 |
| -@prefix some_vocab: <http://binary-array-ld.net/latest/> . |
6 | 5 | @prefix xml: <http://www.w3.org/XML/1998/namespace> .
|
7 | 6 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
|
8 | 7 |
|
9 |
| -<file://CDL/multi_array_reference.cdl> a some_vocab:Container ; |
10 |
| - some_vocab:contains <file://CDL/multi_array_reference.cdl/data_variable1>, |
| 8 | +<file://CDL/multi_array_reference.cdl> a bald:Container ; |
| 9 | + bald:contains <file://CDL/multi_array_reference.cdl/data_variable1>, |
11 | 10 | <file://CDL/multi_array_reference.cdl/data_variable1_pdim0_ref>,
|
12 | 11 | <file://CDL/multi_array_reference.cdl/data_variable2>,
|
13 | 12 | <file://CDL/multi_array_reference.cdl/data_variable2_pdim0_ref>,
|
|
17 | 16 | <file://CDL/multi_array_reference.cdl/pdim0>,
|
18 | 17 | <file://CDL/multi_array_reference.cdl/pdim1>,
|
19 | 18 | <file://CDL/multi_array_reference.cdl/set_collection> ;
|
20 |
| - some_vocab:isPrefixedBy "prefix_list" . |
| 19 | + bald:isPrefixedBy "prefix_list" . |
21 | 20 |
|
22 |
| -<file://CDL/multi_array_reference.cdl/data_variable1> a some_vocab:Array ; |
23 |
| - some_vocab:references <file://CDL/multi_array_reference.cdl/data_variable1_pdim0_ref>, |
| 21 | +<file://CDL/multi_array_reference.cdl/data_variable1> a bald:Array ; |
| 22 | + bald:references <file://CDL/multi_array_reference.cdl/data_variable1_pdim0_ref>, |
24 | 23 | <file://CDL/multi_array_reference.cdl/location_variable>,
|
25 | 24 | <file://CDL/multi_array_reference.cdl/pdim1> ;
|
26 |
| - some_vocab:shape "(11, 17)" ; |
| 25 | + bald:shape "(11, 17)" ; |
27 | 26 | <long_name> "Gerald" ;
|
28 | 27 | <obtype> metce:SamplingObservation .
|
29 | 28 |
|
30 |
| -<file://CDL/multi_array_reference.cdl/data_variable2> a some_vocab:Array ; |
31 |
| - some_vocab:references <file://CDL/multi_array_reference.cdl/data_variable2_pdim0_ref>, |
| 29 | +<file://CDL/multi_array_reference.cdl/data_variable2> a bald:Array ; |
| 30 | + bald:references <file://CDL/multi_array_reference.cdl/data_variable2_pdim0_ref>, |
32 | 31 | <file://CDL/multi_array_reference.cdl/location_variable>,
|
33 | 32 | <file://CDL/multi_array_reference.cdl/pdim1> ;
|
34 |
| - some_vocab:shape "(11, 17)" ; |
| 33 | + bald:shape "(11, 17)" ; |
35 | 34 | <long_name> "Imelda" ;
|
36 | 35 | <obtype> metce:SamplingObservation .
|
37 | 36 |
|
38 |
| -<file://CDL/multi_array_reference.cdl/list_collection> a some_vocab:Subject ; |
39 |
| - some_vocab:references <file://CDL/multi_array_reference.cdl/data_variable1_pdim0_ref>, |
| 37 | +<file://CDL/multi_array_reference.cdl/list_collection> a bald:Subject ; |
| 38 | + bald:references <file://CDL/multi_array_reference.cdl/data_variable1_pdim0_ref>, |
40 | 39 | <file://CDL/multi_array_reference.cdl/data_variable2_pdim0_ref> .
|
41 | 40 |
|
42 |
| -<file://CDL/multi_array_reference.cdl/set_collection> a some_vocab:Subject ; |
43 |
| - some_vocab:references <file://CDL/multi_array_reference.cdl/data_variable1_pdim0_ref>, |
| 41 | +<file://CDL/multi_array_reference.cdl/set_collection> a bald:Subject ; |
| 42 | + bald:references <file://CDL/multi_array_reference.cdl/data_variable1_pdim0_ref>, |
44 | 43 | <file://CDL/multi_array_reference.cdl/data_variable2_pdim0_ref> .
|
45 | 44 |
|
46 |
| -<file://CDL/multi_array_reference.cdl/location_reference_system> a some_vocab:Subject ; |
47 |
| - some_vocab:array <file://CDL/multi_array_reference.cdl/location_reference_system> ; |
| 45 | +<file://CDL/multi_array_reference.cdl/location_reference_system> a bald:Subject ; |
| 46 | + bald:array <file://CDL/multi_array_reference.cdl/location_reference_system> ; |
48 | 47 | <pcode> "4897" .
|
49 | 48 |
|
50 |
| -<file://CDL/multi_array_reference.cdl/data_variable1_pdim0_ref> a some_vocab:Reference, |
51 |
| - some_vocab:Subject ; |
52 |
| - some_vocab:array <file://CDL/multi_array_reference.cdl/pdim0> ; |
53 |
| - some_vocab:childBroadcast "(11, 1)" . |
| 49 | +<file://CDL/multi_array_reference.cdl/data_variable1_pdim0_ref> a bald:Reference, |
| 50 | + bald:Subject ; |
| 51 | + bald:array <file://CDL/multi_array_reference.cdl/pdim0> ; |
| 52 | + bald:childBroadcast "(11, 1)" . |
54 | 53 |
|
55 |
| -<file://CDL/multi_array_reference.cdl/data_variable2_pdim0_ref> a some_vocab:Reference, |
56 |
| - some_vocab:Subject ; |
57 |
| - some_vocab:array <file://CDL/multi_array_reference.cdl/pdim0> ; |
58 |
| - some_vocab:childBroadcast "(11, 1)" . |
| 54 | +<file://CDL/multi_array_reference.cdl/data_variable2_pdim0_ref> a bald:Reference, |
| 55 | + bald:Subject ; |
| 56 | + bald:array <file://CDL/multi_array_reference.cdl/pdim0> ; |
| 57 | + bald:childBroadcast "(11, 1)" . |
59 | 58 |
|
60 |
| -<file://CDL/multi_array_reference.cdl/location_variable> a some_vocab:Array, |
61 |
| - some_vocab:Reference ; |
62 |
| - some_vocab:array <file://CDL/multi_array_reference.cdl/location_variable> ; |
63 |
| - some_vocab:references <file://CDL/multi_array_reference.cdl/location_reference_system> ; |
64 |
| - some_vocab:shape "(11, 17)" . |
| 59 | +<file://CDL/multi_array_reference.cdl/location_variable> a bald:Array, |
| 60 | + bald:Reference ; |
| 61 | + bald:array <file://CDL/multi_array_reference.cdl/location_variable> ; |
| 62 | + bald:references <file://CDL/multi_array_reference.cdl/location_reference_system> ; |
| 63 | + bald:shape "(11, 17)" . |
65 | 64 |
|
66 |
| -<file://CDL/multi_array_reference.cdl/pdim0> a some_vocab:Array, |
67 |
| - some_vocab:Reference ; |
68 |
| - some_vocab:array <file://CDL/multi_array_reference.cdl/pdim0> ; |
69 |
| - some_vocab:shape "(11,)" . |
| 65 | +<file://CDL/multi_array_reference.cdl/pdim0> a bald:Array, |
| 66 | + bald:Reference ; |
| 67 | + bald:array <file://CDL/multi_array_reference.cdl/pdim0> ; |
| 68 | + bald:shape "(11,)" . |
70 | 69 |
|
71 |
| -<file://CDL/multi_array_reference.cdl/pdim1> a some_vocab:Array, |
72 |
| - some_vocab:Reference ; |
73 |
| - some_vocab:array <file://CDL/multi_array_reference.cdl/pdim1> ; |
74 |
| - some_vocab:shape "(17,)" . |
| 70 | +<file://CDL/multi_array_reference.cdl/pdim1> a bald:Array, |
| 71 | + bald:Reference ; |
| 72 | + bald:array <file://CDL/multi_array_reference.cdl/pdim1> ; |
| 73 | + bald:shape "(17,)" . |
75 | 74 |
|
0 commit comments