query-2e542d0c7daf15dc68cf2ea79f36944c
Propertiesinstance of (P31)subclass of (P279)made from material (P186)collection (P195)end time (P582)
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 schema: <http://schema.org/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
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 ?material ?l ?d (COUNT(DISTINCT ?q) AS ?mcount)
WHERE {
?q (wdt:P31/wdt:P279*) wd:Q87167.
?q p:P195 ?s. ?s ps:P195 ?collection . MINUS {?s pq:P582 []}.
MINUS { ?s ps:P195 wd:Q1322278 }
?q wdt:P186 ?material
SERVICE wikibase:label {
bd:serviceParam wikibase:language "en".
?material rdfs:label ?l; schema:description ?d
}
}
GROUP BY ?material ?l ?d
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?collection")
v6("?d"):::projected
v5("?l"):::projected
v4("?material"):::projected
v7("?mcount")
v1("?q"):::projected
v2("?s")
a2((" "))
a1((" "))
c7(["wd:Q1322278"]):::iri
c12(["en"]):::literal
c3(["wd:Q87167"]):::iri
c10(["bd:serviceParam"]):::iri
v1 --"p:direct/P31"--> a1
a1 --"p:direct/P279"--> c3
v1 --"p:P195"--> v2
v2 --"p:statement/P195"--> v3
subgraph minus0["MINUS"]
style minus0 stroke-width:6px,fill:pink,stroke:red;
v2 --"p:qualifier/P582"--> a2
end
subgraph minus1["MINUS"]
style minus1 stroke-width:6px,fill:pink,stroke:red;
v2 --"p:statement/P195"--> c7
end
v1 --"p:direct/P186"--> v4
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c10 --"wikibase:language"--> c12
v4 --"rdfs:label"--> v5
v4 --"schema:description"--> v6
end
bind3[/"count(?q)"/]
v1 --o bind3
bind3 --as--o v7