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
When the referrer is not available, the script generates a referer_url predicate anyway. Example (in Turtle syntax):
referer_url
<http://premvc.didactalia.net/comunidad/materialeducativo/recurso/tomas-el-bombero/87C15400-8A30-484B-AC36-19A85623CEE2> <http://gnoss.com/ontology.owl#referer_url> ""
It would be preferable to avoid it if possible.
Also it would be even better if the datatype could be provided for the resource, e.g.
[...] <http://gnoss.com/ontology.owl#referer_url> "http://example.org"^^<http://www.w3.org/2001/XMLSchema#anyURI>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When the referrer is not available, the script generates a
referer_url
predicate anyway. Example (in Turtle syntax):It would be preferable to avoid it if possible.
Also it would be even better if the datatype could be provided for the resource, e.g.
The text was updated successfully, but these errors were encountered: