rdfstore-js
rdfstore-js copied to clipboard
relative IRIs not being parsed properly
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?