Jmvanel added a comment.

I checked that there is no problem regarding the coherence of the database is between what SPARQL outputs and what entity URI's output.
Consider this simple query:

PREFIX wikidata: <http://www.wikidata.org/entity/>
SELECT * WHERE {
  wikidata:Q625994 ?pred ?obj .
}

Run it in YasGUI (generic tool)

One obtains predicates like
http://www.wikidata.org/prop/direct/P279

And using the entity URI with RDF content negociation , one gets the same predicate.

wget  --header='Accept: text/turtle'  http://www.wikidata.org/entity/Q625994

But both should be what I understand as the "generic" URI in Wikidata:
http://www.wikidata.org/entity/P279

Or , another solution,
http://www.wikidata.org/prop/direct/P279
can be considered the "generic" URI in Wikidata, and it gives access to the ontology information.

But /prop/direct/P279 gives no RDF, just HTML :

wget  --header='Accept: text/turtle' http://www.wikidata.org/prop/direct/P279

Only http://www.wikidata.org/entity/P279 works this way (with RDF content negociation) .


TASK DETAIL
https://phabricator.wikimedia.org/T203400

EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Jmvanel
Cc: Jmvanel, Aklapper, Lucas_Werkmeister_WMDE, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, D3r1ck01, Wikidata-bugs, aude, Mbch331
_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to