| 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/P279And using the entity URI with RDF content negociation , one gets the same predicate.
wget --header='Accept: text/turtle' http://www.wikidata.org/entity/Q625994But both should be what I understand as the "generic" URI in Wikidata:
http://www.wikidata.org/entity/P279Or , 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/P279Only http://www.wikidata.org/entity/P279 works this way (with RDF content negociation) .
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
