Skip to content

Commit ea36967

Browse files
committed
results update
1 parent c80adea commit ea36967

File tree

6 files changed

+212
-213
lines changed

6 files changed

+212
-213
lines changed

lib/bald/tests/integration/TTL/ProcessChain0300.ttl

+13-13
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,27 @@
44
@prefix StatPP: <https://codes.nws.noaa.gov/StatisticalPostProcessing> .
55
@prefix bald: <http://binary-array-ld.net/latest/> .
66
@prefix cf_sname: <http://vocab.nerc.ac.uk/standard_name/> .
7-
@prefix ns1: <file://CDL/ProcessChain0300.cdl/> .
87
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
98
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
9+
@prefix this: <file://CDL/ProcessChain0300.cdl/> .
1010
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
1111
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
1212

1313
<file://CDL/ProcessChain0300.cdl> a bald:Container ;
14-
ns1:process_chain "gfsmos_process_chain" ;
15-
bald:contains ns1:gfsmos_process_chain,
16-
ns1:step1,
17-
ns1:step2 ;
14+
this:process_chain "gfsmos_process_chain" ;
15+
bald:contains this:gfsmos_process_chain,
16+
this:step1,
17+
this:step2 ;
1818
bald:isPrefixedBy "prefix_list" .
1919

20-
ns1:gfsmos_process_chain a bald:Subject ;
21-
ns1:OM_Process ( ns1:step1 ns1:step2 ) .
20+
this:gfsmos_process_chain a bald:Subject ;
21+
this:OM_Process ( this:step1 this:step2 ) .
2222

23-
ns1:step1 a bald:Subject ;
24-
ns1:LE_ProcessStep <https://codes.nws.noaa.gov/NumericalWeatherPrediction/Models/GFS13> ;
25-
ns1:LE_Source <https://codes.nws.noaa.gov/DataAssimilation/Methods/GDAS13> .
23+
this:step1 a bald:Subject ;
24+
this:LE_ProcessStep <https://codes.nws.noaa.gov/NumericalWeatherPrediction/Models/GFS13> ;
25+
this:LE_Source <https://codes.nws.noaa.gov/DataAssimilation/Methods/GDAS13> .
2626

27-
ns1:step2 a bald:Subject ;
28-
ns1:LE_ProcessStep <https://codes.nws.noaa.gov/StatisticalPostProcessing/Methods/GFSMOS05> ;
29-
ns1:LE_Source <https://codes.nws.noaa.gov/NumericalWeatherPrediction/Models/GFS13> .
27+
this:step2 a bald:Subject ;
28+
this:LE_ProcessStep <https://codes.nws.noaa.gov/StatisticalPostProcessing/Methods/GFSMOS05> ;
29+
this:LE_Source <https://codes.nws.noaa.gov/NumericalWeatherPrediction/Models/GFS13> .
3030

lib/bald/tests/integration/TTL/array_reference.ttl

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
@prefix bald: <http://binary-array-ld.net/latest/> .
2-
@prefix ns1: <file://CDL/array_reference.cdl/> .
32
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
43
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
54
@prefix this: <file://CDL/array_reference.cdl/> .

lib/bald/tests/integration/TTL/array_reference_withbase.ttl

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
@prefix bald: <http://binary-array-ld.net/latest/> .
2-
@prefix ns1: <http://example.org/base/> .
32
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
43
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
54
@prefix this: <http://example.org/base/> .

0 commit comments

Comments
 (0)