Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Describe CWL workflows as RDF #3

Open
vemonet opened this issue Mar 9, 2020 · 0 comments
Open

Describe CWL workflows as RDF #3

vemonet opened this issue Mar 9, 2020 · 0 comments

Comments

@vemonet
Copy link
Member

vemonet commented Mar 9, 2020

cwltool offers the possiblity to print a representation of the CWL workflow and tools using --print-rdf
But the generated triples are not really nice, using the absolute local filepath to describe the CWL workflows.

We already implemented the step required to do it, and it works fine on GraphDB, but Virtuoso doesn't accept those triples

Uploading the RDF automatically generated by CWL to describe the workflow and its steps works on GraphDB, but fails on Virtuoso

From my understanding CWL generates the RDF using schema-salad
Error message:

at org.eclipse.rdf4j.http.client.SPARQLProtocolSession.execute(SPARQLProtocolSession.java:1123)
        at org.eclipse.rdf4j.http.client.SPARQLProtocolSession.executeNoContent(SPARQLProtocolSession.java:1073)
        at org.eclipse.rdf4j.http.client.SPARQLProtocolSession.sendUpdate(SPARQLProtocolSession.java:407)
        at org.eclipse.rdf4j.repository.sparql.query.SPARQLUpdate.execute(SPARQLUpdate.java:43)
        ... 5 more
[job step6-upload-cwl-rdf] completed permanentFail

We should look into a better way to represent it

See with @rcelebi to implement FAIR workflows recommendations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant