query-4ac0c26a563378e4b134cdcccc40fd95

rq turtle/ttl

:(Q4830453)business = (P31)instance of Et ceux qui ont en plus

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel
WHERE {
    ?item wdt:P646 ?x ; wdt:P159 ?y ; wdt:P31 wd:Q4830453 .
    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 v2("?x") v3("?y") c6(["bd:serviceParam"]):::iri c4(["wd:Q4830453"]):::iri c8(["fr"]):::literal v1 --"wdt:P646"--> v2 v1 --"wdt:P159"--> v3 v1 --"wdt:P31"--> c4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end