query-fe296c7e29fec4e6a4f1513b3b939dd0
title:Shahnameh manuscripts SELECT DISTINCT ?item ?itemLabel ?placeLabel ?pubdate ?pubdatePrecision ?url ?img WHERE { ?item wdt:P1574 wd:Q8279. ?item p:P571/psv:P571 ?pubdateStatementNode. ?pubdateStatementNode wikibase:timeValue ?pubdate ; wikibase:timePrecision ?pubdatePrecision # get precision of the creation date OPTIONAL {?item wdt:P1071 ?place} OPTIONAL {?item wdt:P973 ?url} OPTIONAL {?item wdt:P18 ?img} SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } }
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 psv: <http://www.wikidata.org/prop/statement/value/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#title:Shahnameh manuscripts
SELECT DISTINCT ?item ?itemLabel ?placeLabel ?pubdate ?pubdatePrecision ?url ?img WHERE {
?item wdt:P1574 wd:Q8279.
?item p:P571/psv:P571 ?pubdateStatementNode.
?pubdateStatementNode wikibase:timeValue ?pubdate ;
wikibase:timePrecision ?pubdatePrecision # get precision of the creation date
OPTIONAL {?item wdt:P1071 ?place}
OPTIONAL {?item wdt:P973 ?url}
OPTIONAL {?item wdt:P18 ?img}
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v7("?img"):::projected
v1("?item"):::projected
v5("?place")
v3("?pubdate"):::projected
v4("?pubdatePrecision"):::projected
v2("?pubdateStatementNode")
v6("?url"):::projected
a1((" "))
c2(["wd:Q8279"]):::iri
c11(["bd:serviceParam"]):::iri
c13(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v1 --"p:direct/P1574"--> c2
v1 --"p:P571"--> a1
a1 --"p:statement/value/P571"--> v2
v2 --"wikibase:timeValue"--> v3
v2 --"wikibase:timePrecision"--> v4
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v1 -."p:direct/P1071".-> v5
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v1 -."p:direct/P973".-> v6
end
subgraph optional2["(optional)"]
style optional2 fill:#bbf,stroke-dasharray: 5 5;
v1 -."p:direct/P18".-> v7
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c11 --"wikibase:language"--> c13
end