File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
lib/bald/tests/integration/TTL Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
12
12
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
13
13
14
- this: a bald:xContainer ;
14
+ this: a bald:Container ;
15
15
this:process_chain " gfsmos_process_chain" ;
16
- bald:xcontains this:gfsmos_process_chain,
16
+ bald:contains this:gfsmos_process_chain,
17
17
this:step1,
18
18
this:step2 ;
19
- bald:xisPrefixedBy " prefix_list" .
19
+ bald:isPrefixedBy " prefix_list" .
20
20
21
- this:gfsmos_process_chain a bald:xResource ;
21
+ this:gfsmos_process_chain a bald:Resource ;
22
22
this:OM_Process " (step1 step2)" .
23
23
24
- this:step1 a bald:xResource ;
24
+ this:step1 a bald:Resource ;
25
25
this:LE_ProcessStep <https://codes.nws.noaa.gov/NumericalWeatherPrediction/Models/GFS13> ;
26
26
this:LE_Source <https://codes.nws.noaa.gov/DataAssimilation/Methods/GDAS13> .
27
27
28
- this:step2 a bald:xResource ;
28
+ this:step2 a bald:Resource ;
29
29
this:LE_ProcessStep <https://codes.nws.noaa.gov/StatisticalPostProcessing/Methods/GFSMOS05> ;
30
30
this:LE_Source <https://codes.nws.noaa.gov/NumericalWeatherPrediction/Models/GFS13> .
31
31
You can’t perform that action at this time.
0 commit comments