query-60442b73fa62e5970c5d9be7e1a9b054

rq turtle/ttl

Liste des entreprises françaises

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 ?organisation ?organisationLabel ?siren WHERE {
  ?organisation (wdt:P31/wdt:P279*) wd:Q6881511.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "fr". }
  ?organisation wdt:P17 wd:Q142.
  OPTIONAL {?organisation wdt:P1616 ?siren.}
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?organisation"):::projected v2("?siren"):::projected a1((" ")) c5(["bd:serviceParam"]):::iri c7(["fr"]):::literal c3(["wd:Q6881511"]):::iri c9(["wd:Q142"]):::iri v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end v1 --"wdt:P17"--> c9 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P1616".-> v2 end