query-024a514ddb7e3d8026c04ffd75c7bb15

rq turtle/ttl

'De facto' officialFor the record, . See the corresponding query: (Q986)Eritrea , (Q697)Nauru , (Q225)Bosnia and Herzegovina , (Q30)United States of America There is 4 items with 'de facto' official languages right now :

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?item ?itemLabel WHERE {
    ?item wdt:P37 [] .
    ?item p:P37 [ ps:P37 [] ; pq:P794 wd:Q712144 ] .
    SERVICE wikibase:label { bd:serviceParam wikibase:language "fr" } .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected a1((" ")) a3((" ")) a2((" ")) c4(["wd:Q712144"]):::iri c7(["bd:serviceParam"]):::iri c9(["fr"]):::literal v1 --"p:direct/P37"--> a1 a2 --"p:statement/P37"--> a3 a2 --"p:qualifier/P794"--> c4 v1 --"p:P37"--> a2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end