Skip to content

Commit 0697ef0

Browse files
committed
validate test results
1 parent 2117765 commit 0697ef0

File tree

4 files changed

+52
-24
lines changed

4 files changed

+52
-24
lines changed
Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
1-
@prefix bald: <http://binary-array-ld.net/latest/> .
1+
@prefix bald: <https://www.opengis.net/def/binary-array-ld/> .
2+
@prefix dcat: <http://www.w3.org/ns/dcat#> .
3+
@prefix dct: <http://purl.org/dc/terms/> .
24
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
35
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
46
@prefix this: <http://secret.binary-array-ld.net/identity.nc/> .
57
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
68
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
79

8-
<http://secret.binary-array-ld.net/identity.nc> a bald:Container ;
10+
this: a bald:Container ;
11+
dct:format [ a dct:MediaType ;
12+
dct:identifier <http://vocab.nerc.ac.uk/collection/M01/current/NC/> ] ;
13+
dcat:distribution [ a dcat:Distribution ;
14+
dcat:mediaType [ a dcat:MediaType ;
15+
dct:identifier "application/x-netcdf" ] ] ;
916
bald:contains this:var0,
1017
this:var1 .
1118

12-
this:var0 a bald:Subject .
19+
this:var0 a bald:Resource .
1320

14-
this:var1 a bald:Subject .
21+
this:var1 a bald:Resource .
1522

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
1-
@prefix bald: <http://binary-array-ld.net/latest/> .
1+
@prefix bald: <https://www.opengis.net/def/binary-array-ld/> .
2+
@prefix dcat: <http://www.w3.org/ns/dcat#> .
3+
@prefix dct: <http://purl.org/dc/terms/> .
24
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
35
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
46
@prefix this: <http://secret.binary-array-ld.net/prefix.nc/> .
57
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
68
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
79

8-
<http://secret.binary-array-ld.net/prefix.nc> a bald:Container ;
10+
this: a bald:Container ;
11+
dct:format [ a dct:MediaType ;
12+
dct:identifier <http://vocab.nerc.ac.uk/collection/M01/current/NC/> ] ;
13+
dcat:distribution [ a dcat:Distribution ;
14+
dcat:mediaType [ a dcat:MediaType ;
15+
dct:identifier "application/x-netcdf" ] ] ;
916
bald:contains this:var0,
1017
this:var1 ;
1118
bald:isPrefixedBy "prefix_list" .
1219

13-
this:var0 a bald:Subject ;
14-
rdfs:label rdfs:label .
20+
this:var0 a bald:Resource ;
21+
this:rdfs__label "rdfs__label" .
1522

16-
this:var1 a bald:Subject ;
17-
rdfs:label rdfs:label .
23+
this:var1 a bald:Resource ;
24+
this:rdfs__label "rdfs__label" .
1825

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
11
@prefix NetCDF: <http://def.scitools.org.uk/NetCDF/> .
2-
@prefix bald: <http://binary-array-ld.net/latest/> .
2+
@prefix bald: <https://www.opengis.net/def/binary-array-ld/> .
3+
@prefix dcat: <http://www.w3.org/ns/dcat#> .
4+
@prefix dct: <http://purl.org/dc/terms/> .
35
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
46
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
57
@prefix this: <http://secret.binary-array-ld.net/alias.nc/> .
68
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
79
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
810

9-
<http://secret.binary-array-ld.net/alias.nc> a bald:Container ;
11+
this: a bald:Container ;
12+
NetCDF:title "Sample netCDF file definition with alias terms from the netCDF user guide" ;
13+
dct:format [ a dct:MediaType ;
14+
dct:identifier <http://vocab.nerc.ac.uk/collection/M01/current/NC/> ] ;
15+
dcat:distribution [ a dcat:Distribution ;
16+
dcat:mediaType [ a dcat:MediaType ;
17+
dct:identifier "application/x-netcdf" ] ] ;
1018
bald:contains this:var0,
11-
this:var1 ;
12-
NetCDF:title "Sample netCDF file definition with alias terms from the netCDF user guide" .
19+
this:var1 .
1320

14-
this:var0 a bald:Subject .
21+
this:var0 a bald:Resource .
1522

16-
this:var1 a bald:Subject .
23+
this:var1 a bald:Resource .
1724

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,27 @@
11
@prefix NetCDF: <http://def.scitools.org.uk/NetCDF/> .
2-
@prefix bald: <http://binary-array-ld.net/latest/> .
2+
@prefix bald: <https://www.opengis.net/def/binary-array-ld/> .
3+
@prefix dcat: <http://www.w3.org/ns/dcat#> .
4+
@prefix dct: <http://purl.org/dc/terms/> .
35
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
46
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
57
@prefix this: <http://secret.binary-array-ld.net/attributes.nc/> .
68
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
79
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
810

9-
<http://secret.binary-array-ld.net/attributes.nc> a bald:Container ;
11+
this: a bald:Container ;
12+
NetCDF:title "Sample netCDF file definition with alias terms from the netCDF user guide" ;
13+
dct:format [ a dct:MediaType ;
14+
dct:identifier <http://vocab.nerc.ac.uk/collection/M01/current/NC/> ] ;
15+
dcat:distribution [ a dcat:Distribution ;
16+
dcat:mediaType [ a dcat:MediaType ;
17+
dct:identifier "application/x-netcdf" ] ] ;
1018
bald:contains this:var0,
1119
this:var1 ;
12-
bald:isPrefixedBy "prefix_list" ;
13-
NetCDF:title "Sample netCDF file definition with alias terms from the netCDF user guide" .
20+
bald:isPrefixedBy "prefix_list" .
1421

15-
this:var0 a bald:Subject ;
16-
rdfs:label rdfs:label .
22+
this:var0 a bald:Resource ;
23+
this:rdfs__label "rdfs__label" .
1724

18-
this:var1 a bald:Subject ;
19-
rdfs:label rdfs:label .
25+
this:var1 a bald:Resource ;
26+
this:rdfs__label "rdfs__label" .
2027

0 commit comments

Comments
 (0)