query-03b23bd3b5effe95bd1768bb308cfb40
View timeline of records produced between February 1 and March 31, 1907
Use at
- https://query.wikidata.org/sparql
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
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#>
#View timeline of records produced between February 1 and March 31, 1907
#defaultView:Timeline
SELECT ?item ?itemLabel ?inception {
?item wdt:P31 wd:Q11723795. #P31 = instance of / wd:Q11723795 = item
?item wdt:P485 wd:Q115296901. #P485 = archives at / wd:Q115296901 = NDRM archive
?item wdt:P571 ?inception. #P571 = inception
filter(?inception >= "1907-02-01T00:00:00"^^xsd:dateTime && ?inception <= "1907-03-31T00:00:00"^^xsd:dateTime)
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],ko". }
} ORDER BY ?inception
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?inception"):::projected
v2("?item"):::projected
c9(["bd:serviceParam"]):::iri
c6(["wd:Q115296901"]):::iri
c4(["wd:Q11723795"]):::iri
c11(["#91;AUTO_LANGUAGE#93;,ko"]):::literal
f0[["?inception >= '1907-02-01T00:00:00^^xsd:dateTime'?inception <= '1907-03-31T00:00:00^^xsd:dateTime'"]]
f0 --> v1
v2 --"wdt:P31"--> c4
v2 --"wdt:P485"--> c6
v2 --"wdt:P571"--> v1
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c9 --"wikibase:language"--> c11
end