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

LOD: License validation does not canonicalise URL forms #30

Open
nevali opened this issue Mar 6, 2015 · 1 comment
Open

LOD: License validation does not canonicalise URL forms #30

nevali opened this issue Mar 6, 2015 · 1 comment

Comments

@nevali
Copy link
Member

nevali commented Mar 6, 2015

Ingesting the URL:

http://sameas.org/rdf?uri=http://data.ordnancesurvey.co.uk/id/50kGazetteer/74563

Results in an RDF/XML document which describes itself (including an explicit CC0 licensing predicate) using the subject URI

http://sameas.org/rdf?uri=http%3A%2F%2Fdata.ordnancesurvey.co.uk%2Fid%2F50kGazetteer%2F74563

The two URIs are canonically equivalent, but the license validation fails.

@nevali nevali added the bug label Mar 6, 2015
@nevali nevali self-assigned this Mar 6, 2015
@nevali
Copy link
Member Author

nevali commented Mar 7, 2015

This appears at first blush to be an issue with librdf's librdf_model_find_statements() matching against a URI node.

The same issue does not appear to manifest in Spindle, presumably because the URIs are freshly-serialised by librdf itself.

@nevali nevali removed their assignment Feb 7, 2017
@nevali nevali added the triaged label Feb 7, 2017
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