query-35024857e815dbfc86357e05b66409b5
Self-portraits of women: Image grid
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#>
#defaultView:ImageGrid
SELECT ?p ?pLabel ?aLabel (SAMPLE(?image) AS ?img) (YEAR(?date) as ?year) WHERE {
?p wdt:P31 wd:Q3305213; wdt:P170 ?a; wdt:P136 wd:Q192110 ; wdt:P18 ?image. ?a wdt:P21 wd:Q6581072
OPTIONAL {?p wdt:P571 ?date}
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
} GROUP BY ?p ?pLabel ?aLabel ?date
ORDER BY ?year
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?a")
v5("?date"):::projected
v4("?image"):::projected
v6("?img")
v2("?p"):::projected
v7("?year")
c8(["wd:Q6581072"]):::iri
c2(["wd:Q3305213"]):::iri
c11(["bd:serviceParam"]):::iri
c13(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c5(["wd:Q192110"]):::iri
v2 --"wdt:P31"--> c2
v2 --"wdt:P170"--> v3
v2 --"wdt:P136"--> c5
v2 --"wdt:P18"--> v4
v3 --"wdt:P21"--> c8
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P571".-> v5
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c11 --"wikibase:language"--> c13
end
bind1[/"sample(?image)"/]
v4 --o bind1
bind1 --as--o v6
bind2[/"year-from-dateTime(?date)"/]
v5 --o bind2
bind2 --as--o v7