|
4 | 4 | @prefix StatPP: <https://codes.nws.noaa.gov/StatisticalPostProcessing> .
|
5 | 5 | @prefix bald: <http://binary-array-ld.net/latest/> .
|
6 | 6 | @prefix cf_sname: <http://vocab.nerc.ac.uk/standard_name/> .
|
7 |
| -@prefix ns1: <file://CDL/ProcessChain0300.cdl/> . |
8 | 7 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
9 | 8 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
| 9 | +@prefix this: <file://CDL/ProcessChain0300.cdl/> . |
10 | 10 | @prefix xml: <http://www.w3.org/XML/1998/namespace> .
|
11 | 11 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
|
12 | 12 |
|
13 | 13 | <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 ; |
18 | 18 | bald:isPrefixedBy "prefix_list" .
|
19 | 19 |
|
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 ) . |
22 | 22 |
|
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> . |
26 | 26 |
|
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> . |
30 | 30 |
|
0 commit comments