Bene created this task. Bene added subscribers: Bene, Lucie, hoo. Bene added a project: Wikidata. Restricted Application added a subscriber: Aklapper.
TASK DESCRIPTION When executing the following query, one of the results is that the United States have rdf:type "official language". This is the reason why querying for items with alias "United States" and rdf:type "wikibase:Item" does return no result. ``` PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX skos: <http://www.w3.org/2004/02/skos/core#> PREFIX wikibase: <http://wikiba.se/ontology#> PREFIX wdt: <http://www.wikidata.org/prop/direct/> SELECT DISTINCT ?subject0 ?a ?x WHERE { { { ?subject0 rdfs:label "United States"@en . } UNION { ?subject0 skos:altLabel "United States"@en . } } . ?subject0 ?a ?x. } ``` ``` <http://www.wikidata.org/entity/Q30> rdf:type <http://www.wikidata.org/prop/novalue/P37> ``` TASK DETAIL https://phabricator.wikimedia.org/T100167 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Bene Cc: hoo, Lucie, Bene, Aklapper, Wikidata-bugs, aude _______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
