| Lucas_Werkmeister_WMDE added a comment. |
For RDF users , this is really blocking.
Any RDF user that really cares specifically about Wikidata can trivially unblock this on their end by adjusting URLs as necessary, loading the URL http://www.wikidata.org/entity/P279 (or directly https://www.wikidata.org/wiki/Special:EntityData/P279, the content negotiation endpoint) when encountering an URI like http://www.wikidata.org/prop/…/P279.
It's all about stable URI's, and having several URI's for a single property is bad.
Wikibase properties are not directly RDF properties (as far as I understand). Instead, each Wikibase property corresponds to several predicates, each of which is its own RDF property (either owl:ObjectProperty or owl:DatatypeProperty): wdt:P279 is the predicate linking a subject to the best (simple) value for that (Wikibase) property, p:P279 is the predicate linking a subject to all statement nodes for the statements with that (Wikibase) property, ps:P279 is the predicate linking from a statement node to the (simple) value for that (Wikibase) property, etc. (see the documentation for the full list).
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
