All,
See: https://www.wikidata.org/wiki/Q76
The resource to which the URI above resolves contains: schema:version 72358096^^xsd:integer .
It should be:
schema:version "72358096"^^xsd:integer .
Who is responsible for RDF resource publication and issue report handling?
There was a long discussion not so long ago about using established RDF tools for Wikipedia dumps instead of home-brewed ones, but I guess someone hasn't learnt the lesson yet.
On Thu, Sep 26, 2013 at 2:22 PM, Kingsley Idehen kidehen@openlinksw.com wrote:
All,
See: https://www.wikidata.org/wiki/Q76
The resource to which the URI above resolves contains: schema:version 72358096^^xsd:integer .
It should be:
schema:version "72358096"^^xsd:integer .
Who is responsible for RDF resource publication and issue report handling?
--
Regards,
Kingsley Idehen Founder & CEO OpenLink Software Company Web: http://www.openlinksw.com Personal Weblog: http://www.openlinksw.com/blog/~kidehen Twitter/Identi.ca handle: @kidehen Google+ Profile: https://plus.google.com/112399767740508618350/about LinkedIn Profile: http://www.linkedin.com/in/kidehen
Wikidata-l mailing list Wikidata-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikidata-l
Wikidata uses a fork of EasyRdf: https://github.com/Wikidata/easyrdf_lite
Which should handle this correctly.
However I don't seem to be able to content negotiate for Turtle today. This is returning HTML for me now: curl -H 'Accept: text/turtle' http://www.wikidata.org/wiki/Q76
Does anyone have an example curl command working?
nick.
On 26/09/2013 13:33, "Martynas Jusevičius" martynas@graphity.org wrote:
There was a long discussion not so long ago about using established RDF tools for Wikipedia dumps instead of home-brewed ones, but I guess someone hasn't learnt the lesson yet.
On Thu, Sep 26, 2013 at 2:22 PM, Kingsley Idehen kidehen@openlinksw.com wrote:
All,
See: https://www.wikidata.org/wiki/Q76
The resource to which the URI above resolves contains: schema:version 72358096^^xsd:integer .
It should be:
schema:version "72358096"^^xsd:integer .
Who is responsible for RDF resource publication and issue report handling?
--
Regards,
Kingsley Idehen Founder & CEO OpenLink Software Company Web: http://www.openlinksw.com Personal Weblog: http://www.openlinksw.com/blog/~kidehen Twitter/Identi.ca handle: @kidehen Google+ Profile: https://plus.google.com/112399767740508618350/about LinkedIn Profile: http://www.linkedin.com/in/kidehen
Wikidata-l mailing list Wikidata-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikidata-l
Wikidata-l mailing list Wikidata-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikidata-l
----------------------------- http://www.bbc.co.uk This e-mail (and any attachments) is confidential and may contain personal views which are not the views of the BBC unless specifically stated. If you have received it in error, please delete it from your system. Do not use, copy or disclose the information in any way nor act in reliance on it and notify the sender immediately. Please note that the BBC monitors e-mails sent or received. Further communication will signify your consent to this. -----------------------------
Am 26.09.2013 14:54, schrieb Nicholas Humfrey:
Wikidata uses a fork of EasyRdf: https://github.com/Wikidata/easyrdf_lite
Which should handle this correctly.
Looks like it doesn't, but I'll investigate.
However I don't seem to be able to content negotiate for Turtle today. This is returning HTML for me now: curl -H 'Accept: text/turtle' http://www.wikidata.org/wiki/Q76
Does anyone have an example curl command working?
That's because http://www.wikidata.org/wiki/Q76 is the URI of the HTML document. The URI of the entity itself is http://www.wikidata.org/entity/Q76, which will perform content negotiation (though you need to tell curl to follow redirects):
curl -L -H 'Accept: text/turtle' http://www.wikidata.org/entity/Q76
The URI of the turtle representation is https://www.wikidata.org/wiki/Special:EntityData/Q76.n3 (http://www.wikidata.org/entity/Q76.ttl will also work).
-- daniel
On 26/09/2013 15:33, "Daniel Kinzler" daniel.kinzler@wikimedia.de wrote:
Am 26.09.2013 14:54, schrieb Nicholas Humfrey:
Wikidata uses a fork of EasyRdf: https://github.com/Wikidata/easyrdf_lite
Which should handle this correctly.
Looks like it doesn't, but I'll investigate.
However I don't seem to be able to content negotiate for Turtle today. This is returning HTML for me now: curl -H 'Accept: text/turtle' http://www.wikidata.org/wiki/Q76
Does anyone have an example curl command working?
That's because http://www.wikidata.org/wiki/Q76 is the URI of the HTML document. The URI of the entity itself is http://www.wikidata.org/entity/Q76, which will perform content negotiation (though you need to tell curl to follow redirects):
curl -L -H 'Accept: text/turtle' http://www.wikidata.org/entity/Q76
The URI of the turtle representation is https://www.wikidata.org/wiki/Special:EntityData/Q76.n3 (http://www.wikidata.org/entity/Q76.ttl will also work).
Oops, yes, I did know that, sorry!
Why do you prefer .n3 over .ttl? (Turtle is a W3C Candidate Recommendation and Notation3 is an incomplete super-set of RDF)
nick.
----------------------------- http://www.bbc.co.uk This e-mail (and any attachments) is confidential and may contain personal views which are not the views of the BBC unless specifically stated. If you have received it in error, please delete it from your system. Do not use, copy or disclose the information in any way nor act in reliance on it and notify the sender immediately. Please note that the BBC monitors e-mails sent or received. Further communication will signify your consent to this. -----------------------------
On Thu, Sep 26, 2013 at 2:22 PM, Kingsley Idehen kidehen@openlinksw.com wrote:
All,
See: https://www.wikidata.org/wiki/Q76
The resource to which the URI above resolves contains: schema:version 72358096^^xsd:integer .
It should be:
schema:version "72358096"^^xsd:integer .
Who is responsible for RDF resource publication and issue report handling?
Hi Kingsley,
You know https://www.wikidata.org/wiki/Special:EntityData/Q76.n3 right? Nevertheless the problem is there as well and this looks like a bug in EasyRdf which we're using as Nicholas says. Do you have time to report this to them?
Cheers Lydia
On 9/26/13 10:27 AM, Lydia Pintscher wrote:
On Thu, Sep 26, 2013 at 2:22 PM, Kingsley Idehen kidehen@openlinksw.com wrote:
All,
See: https://www.wikidata.org/wiki/Q76
The resource to which the URI above resolves contains: schema:version 72358096^^xsd:integer .
It should be:
schema:version "72358096"^^xsd:integer .
Who is responsible for RDF resource publication and issue report handling?
Hi Kingsley,
You know https://www.wikidata.org/wiki/Special:EntityData/Q76.n3 right? Nevertheless the problem is there as well and this looks like a bug in EasyRdf which we're using as Nicholas says. Do you have time to report this to them?
Cheers Lydia
Lydia,
Issue logged, and in Linked Data form too :-)
[1] http://bit.ly/1h5KKr9 -- Issue #1 re. EasyRDF and Wikidata .