Skip to content

Commit 5ac9531

Browse files
authored
typo 'x' removed from test result
1 parent fcad5c4 commit 5ac9531

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@
1111
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
1212
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
1313

14-
this: a bald:xContainer ;
14+
this: a bald:Container ;
1515
this:process_chain "gfsmos_process_chain" ;
16-
bald:xcontains this:gfsmos_process_chain,
16+
bald:contains this:gfsmos_process_chain,
1717
this:step1,
1818
this:step2 ;
19-
bald:xisPrefixedBy "prefix_list" .
19+
bald:isPrefixedBy "prefix_list" .
2020

21-
this:gfsmos_process_chain a bald:xResource ;
21+
this:gfsmos_process_chain a bald:Resource ;
2222
this:OM_Process "(step1 step2)" .
2323

24-
this:step1 a bald:xResource ;
24+
this:step1 a bald:Resource ;
2525
this:LE_ProcessStep <https://codes.nws.noaa.gov/NumericalWeatherPrediction/Models/GFS13> ;
2626
this:LE_Source <https://codes.nws.noaa.gov/DataAssimilation/Methods/GDAS13> .
2727

28-
this:step2 a bald:xResource ;
28+
this:step2 a bald:Resource ;
2929
this:LE_ProcessStep <https://codes.nws.noaa.gov/StatisticalPostProcessing/Methods/GFSMOS05> ;
3030
this:LE_Source <https://codes.nws.noaa.gov/NumericalWeatherPrediction/Models/GFS13> .
3131

0 commit comments

Comments
 (0)