We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
having some trouble parsing a turtle file with relative IRIs. here is an example file.
https://dl.dropboxusercontent.com/u/363467/ds000001/RESULTS/Group/Con1/nidm_001/test2.ttl
the prov:atLocation triples with relative IRIs <Contrast.nii.gz> should expand out as:
https://dl.dropboxusercontent.com/u/363467/ds000001/RESULTS/Group/Con1/nidm_001/Contrast.nii.gz
however, the parser doesn't appear to generate them without the @base prefix included in the ttl file, as in this file.
any thoughts?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
having some trouble parsing a turtle file with relative IRIs. here is an example file.
https://dl.dropboxusercontent.com/u/363467/ds000001/RESULTS/Group/Con1/nidm_001/test2.ttl
the prov:atLocation triples with relative IRIs <Contrast.nii.gz> should expand out as:
https://dl.dropboxusercontent.com/u/363467/ds000001/RESULTS/Group/Con1/nidm_001/Contrast.nii.gz
however, the parser doesn't appear to generate them without the @base prefix included in the ttl file, as in this file.
https://dl.dropboxusercontent.com/u/363467/ds000001/RESULTS/Group/Con1/nidm_001/test2.ttl
any thoughts?
The text was updated successfully, but these errors were encountered: