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

Do not generate empty referer_url and use xsd:anyURI datatype #1

Open
alexdma opened this issue Dec 2, 2016 · 0 comments
Open

Do not generate empty referer_url and use xsd:anyURI datatype #1

alexdma opened this issue Dec 2, 2016 · 0 comments

Comments

@alexdma
Copy link

alexdma commented Dec 2, 2016

When the referrer is not available, the script generates a referer_url predicate anyway. Example (in Turtle syntax):

<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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant