File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed
lib/bald/tests/integration Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ dimensions:
3
3
pdim0 = 11 ;
4
4
pdim1 = 17 ;
5
5
variables:
6
+ int prefix_list(pdim0, pdim1) ;
7
+ prefix_list:bald__ = "http://binary-array-ld.net/latest/" ;
8
+ prefix_list:metce__ = "http://codes.wmo.int/common/observation-type/METCE/2013/" ;
9
+ prefix_list:rdf__ = "http://www.w3.org/1999/02/22-rdf-syntax-ns#" ;
10
+
6
11
int variable1(pdim0, pdim1) ;
7
12
variable1:bald__references = "location_variable" ;
8
13
variable1:long_name = "Gerald";
@@ -31,11 +36,4 @@ variables:
31
36
:_NCProperties = "version=1|netcdflibversion=4.4.1|hdf5libversion=1.8.17" ;
32
37
:bald__isPrefixedBy = "prefix_list" ;
33
38
34
- group: prefix_list {
35
-
36
- // group attributes:
37
- :bald__ = "http://binary-array-ld.net/latest/" ;
38
- :metce__ = "http://codes.wmo.int/common/observation-type/METCE/2013/" ;
39
- :rdf__ = "http://www.w3.org/1999/02/22-rdf-syntax-ns#" ;
40
- } // group bald__prefix_list
41
39
}
Original file line number Diff line number Diff line change 1
1
@prefix bald: <http://binary-array-ld.net/latest/> .
2
+ @prefix metce: <http://codes.wmo.int/common/observation-type/METCE/2013/> .
2
3
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
3
4
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
4
5
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
21
22
<variable1_pdim0_ref> ;
22
23
bald:shape " (11, 17)" ;
23
24
<long_name> " Gerald" ;
24
- <obtype> <http://codes.wmo.int/common/observation-type/METCE/2013/ SamplingObservation> .
25
+ <obtype> metce: SamplingObservation .
25
26
26
27
<variable2> a bald:Array ;
27
28
bald:references <location_variable> ,
28
29
<pdim1> ,
29
30
<variable2_pdim0_ref> ;
30
31
bald:shape " (11, 17)" ;
31
32
<long_name> " Imelda" ;
32
- <obtype> <http://codes.wmo.int/common/observation-type/METCE/2013/ SamplingObservation> .
33
+ <obtype> metce: SamplingObservation .
33
34
34
35
<variable1_pdim0_ref> a bald:Reference,
35
36
bald:Subject ;
You can’t perform that action at this time.
0 commit comments