common-workflow-language / common-workflow-language/cwltool

cwl:cwlVersion in RDF output has incorrect base URL

Open
#429 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
376
Forks
255
Avg merge
2d 7h
Merged PRs (30d)
12

Description

## Expected Behavior
This value should be either a literal or URL with a base of w3id.org/cwl or commonwl.org
```
a cwl:Workflow ;
cwl:cwlVersion ;
```

## Actual Behavior
Actual output uses the base URL of the workflow:
```
a cwl:Workflow ;
cwl:cwlVersion ;
```

## Command to reproduce
```
cwltool --print-rdf https://raw.githubusercontent.com/common-workflow-language/workflows/master/workflows/lobSTR/lobSTR-workflow.cwl
```

## Cwltool version
* 1.0.20170525215327

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.