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

HasLocation still redirects to local path #25

Open
dgarijo opened this issue Jun 20, 2019 · 1 comment
Open

HasLocation still redirects to local path #25

dgarijo opened this issue Jun 20, 2019 · 1 comment

Comments

@dgarijo
Copy link
Contributor

dgarijo commented Jun 20, 2019

Describe the bug
See https://www.opmw.org/page/export/resource/WorkflowExecutionArtifact/ClimComp_Precipi-90455b3a-0079-4a54-a444-a39fd1959e2b_weather

To Reproduce
Go to https://www.opmw.org/page/export/resource/WorkflowExecutionArtifact/ClimComp_Precipi-90455b3a-0079-4a54-a444-a39fd1959e2b_weather and check the hasLocation property

Expected behavior
Should have a path to the uploader URL, or the WINGS URL if the file is too big (server, not local path)

@dgarijo
Copy link
Contributor Author

dgarijo commented Jul 12, 2019

This still happens for 20 artifacts:
URL: http://ontosoft.isi.edu:3030/provenance/query

select distinct ?a from <urn:x-arq:UnionGraph>where{
        ?a <https://www.opmw.org/ontology/hasLocation> ?loc.  
        ?a <https://www.opmw.org/ontology/hasLocation> ?loc2.
  filter(?loc!=?loc2)
}

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