query-f7e54886fa154fd6f72d63cd969abf73

rq turtle/ttl

GLAM Suisse (sans les expositions, ni les sites archéologiques, ni les bibliothèques numériques, les sociétés historiques) (sans les institutions ayant cessé d'exister) SELECT DISTINCT ?item ?itemLabel WHERE { ?item wdt:P17 wd:Q39; wdt:P31/wdt:P279 wd:Q1030034. MINUS {?item wdt:P31/wdt:P279 wd:Q464980}. MINUS {?item wdt:P31/wdt:P279 wd:Q839954}. MINUS {?item wdt:P31/wdt:P279 wd:Q212805}. MINUS {?item wdt:P31/wdt:P279* wd:Q5774403}. MINUS {?item wdt:P156 []}. MINUS {?item wdt:P576 []}. MINUS {?item wdt:P131 []}. SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],de,it,en". } } ORDER BY ?itemLabel

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#>
#GLAM Suisse (sans les expositions, ni les sites archéologiques, ni les bibliothèques numériques, les sociétés historiques) (sans les institutions ayant cessé d'exister)
SELECT DISTINCT ?item ?itemLabel
WHERE 
{
  ?item wdt:P17 wd:Q39;
  wdt:P31/wdt:P279* wd:Q1030034.
  MINUS {?item wdt:P31/wdt:P279* wd:Q464980}.
  MINUS {?item wdt:P31/wdt:P279* wd:Q839954}.
  MINUS {?item wdt:P31/wdt:P279* wd:Q212805}.
  MINUS {?item wdt:P31/wdt:P279* wd:Q5774403}.
  MINUS {?item wdt:P156 []}.
  MINUS {?item wdt:P576 []}.
  MINUS {?item wdt:P131 []}.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],de,it,en". }
}
ORDER BY ?itemLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?item"):::projected v1("?itemLabel"):::projected a6((" ")) a7((" ")) a8((" ")) a1((" ")) a2((" ")) a3((" ")) a4((" ")) a5((" ")) c7(["wd:Q839954"]):::iri c2(["wd:Q39"]):::iri c14(["bd:serviceParam"]):::iri c9(["wd:Q5774403"]):::iri c6(["wd:Q464980"]):::iri c8(["wd:Q212805"]):::iri c5(["wd:Q1030034"]):::iri c16(["#91;AUTO_LANGUAGE#93;,de,it,en"]):::literal v2 --"wdt:P17"--> c2 v2 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c5 subgraph minus0["MINUS"] style minus0 stroke-width:6px,fill:pink,stroke:red; v2 --"wdt:P31"--> a2 a2 --"wdt:P279"--> c6 end subgraph minus1["MINUS"] style minus1 stroke-width:6px,fill:pink,stroke:red; v2 --"wdt:P31"--> a3 a3 --"wdt:P279"--> c7 end subgraph minus2["MINUS"] style minus2 stroke-width:6px,fill:pink,stroke:red; v2 --"wdt:P31"--> a4 a4 --"wdt:P279"--> c8 end subgraph minus3["MINUS"] style minus3 stroke-width:6px,fill:pink,stroke:red; v2 --"wdt:P31"--> a5 a5 --"wdt:P279"--> c9 end subgraph minus4["MINUS"] style minus4 stroke-width:6px,fill:pink,stroke:red; v2 --"wdt:P156"--> a6 end subgraph minus5["MINUS"] style minus5 stroke-width:6px,fill:pink,stroke:red; v2 --"wdt:P576"--> a7 end subgraph minus6["MINUS"] style minus6 stroke-width:6px,fill:pink,stroke:red; v2 --"wdt:P131"--> a8 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c14 --"wikibase:language"--> c16 end