File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ function parse_dir(){
179
179
$ this ->process_file ($ file );
180
180
181
181
// make the dataset description
182
- $ ouri = parent ::getGraphURI (parent :: getDatasetURI () );
182
+ $ ouri = parent ::getGraphURI ();
183
183
parent ::setGraphURI (parent ::getDatasetURI ());
184
184
185
185
$ rfile = "http://clinicaltrials.gov/ct2/show/ " .$ trial_id ."?resultsxml=true " ;
@@ -198,10 +198,10 @@ function parse_dir(){
198
198
->setDataset ("http://identifiers.org/clinicaltrials/ " );
199
199
200
200
parent ::writeToReleaseFile ($ source_file ->toRDF ());
201
- parent ::setGraphURI (parent :: setDatasetURI ( $ ouri) );
201
+ parent ::setGraphURI ($ ouri );
202
202
}
203
203
}
204
- echo "Finished \n . " ;
204
+ echo "Finished. " . PHP_EOL ;
205
205
closedir ($ handle );
206
206
207
207
$ output_file = (new DataResource ($ this ))
You can’t perform that action at this time.
0 commit comments