query-454ef98934c54518b5bddb16fae6e684
Liste des éléments à relier à la base Sirene
Use at
- https://query.wikidata.org/sparql
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 DISTINCT ?organisation ?organisationLabel WHERE {
?organisation (wdt:P31/wdt:P279*) wd:Q6881511.
SERVICE wikibase:label { bd:serviceParam wikibase:language "fr". }
?organisation wdt:P17 wd:Q142.
MINUS { ?organisation wdt:P1616 _:b15. }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?organisation"):::projected
a2((" "))
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 minus0["MINUS"]
style minus0 stroke-width:6px,fill:pink,stroke:red;
v1 --"wdt:P1616"--> a2
end