You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> rdf-test-suite spec/parser.js https://w3c.github.io/rdf-star/tests/trig/syntax/manifest.ttl -i '{ "format": "trig-star" }' -c .rdf-test-suite-cache/
Error: Could not find a resource https://w3c.github.io/rdf-star/tests/trig/syntax/manifest.ttl in the document at https://w3c.github.io/rdf-star/tests/trig/syntax/manifest.ttl
at ManifestLoader.<anonymous> (/home/jeswr/Documents/rdfstar/N3.js/node_modules/rdf-test-suite/lib/ManifestLoader.js:51:27)
at Generator.next (<anonymous>)
at fulfilled (/home/jeswr/Documents/rdfstar/N3.js/node_modules/rdf-test-suite/lib/ManifestLoader.js:5:58)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
Is there an option to override the resource URI (I realise that this is currently a problem with the way the spec is published but it would be good to have a way to get around it until then).
The text was updated successfully, but these errors were encountered:
In the case of the RDF* specifications, the manifest documents are located at URLs like:
https://w3c.github.io/rdf-star/tests/trig/syntax/manifest.ttl
But in the document they are referred to using a fragment identifier
https://w3c.github.io/rdf-star/tests/trig/syntax#manifest
Which results in the error
Is there an option to override the resource URI (I realise that this is currently a problem with the way the spec is published but it would be good to have a way to get around it until then).
The text was updated successfully, but these errors were encountered: