query-721edb5fd2ac39d56246226f455f4cf6

rq turtle/ttl

فترات التاريخ الياباني وما سُمِّي على اسمها Periods of Japanese history and what they were named after Periods of Japanese history and what they were named after Období japonské historie a jejich názvy Periods of Japanese history and what they were named after Periods of Japanese history and what they were named after Periods of Japanese history and what they were named after Periods of Japanese history and what they were named after Periods of Japanese history and what they were named after Periods of Japanese history and what they were named after Periods of Japanese history and what they were named after Périodes de l’histoire japonaise et ce qui leur a donné leur nom Periods of Japanese history and what they were named after Periods of Japanese history and what they were named after Periods of Japanese history and what they were named after Periodi della storia giapponese e i loro nomi Periods of Japanese history and what they were named after Periods of Japanese history and what they were named after Periods of Japanese history and what they were named after Periods of Japanese history and what they were named after Periods of Japanese history and what they were named after Periodes uit de Japanse geschiedenis en waar ze naar vernoemd zijn Periods of Japanese history and what they were named after Periods of Japanese history and what they were named after Periods of Japanese history and what they were named after Periods of Japanese history and what they were named after Periods of Japanese history and what they were named after Perioder i Japans historia och vad dem är döpta efter Periods of Japanese history and what they were named after Periods of Japanese history and what they were named after Periods of Japanese history and what they were named after Periods of Japanese history and what they were named after 日本历史时期及名字

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#>
SELECT ?era ?eraLabel (YEAR(?start_time) AS ?start) (YEAR(?end_time) AS ?end) ?namedLabel ?namedDescription WHERE {
?era wdt:P31 wd:Q11514315; wdt:P361 wd:Q130436; # eras of the history of Japan
  wdt:P580 ?start_time.
MINUS { ?era wdt:P2348/wdt:P361 wd:Q130436 } # exclude sub-eras
OPTIONAL { ?era wdt:P582 ?end_time } # optional end-time to make sure we include the current era
OPTIONAL { ?era wdt:P138 ?named }
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en" }
} ORDER BY ?start DESC(?end)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v7("?end") v5("?end_time"):::projected v3("?era"):::projected v6("?named") v7("?start") v4("?start_time"):::projected a1((" ")) c4(["wd:Q130436"]):::iri c10(["bd:serviceParam"]):::iri c12(["#91;AUTO_LANGUAGE#93;,mul,en"]):::literal c2(["wd:Q11514315"]):::iri v3 --"wdt:P31"--> c2 v3 --"wdt:P361"--> c4 v3 --"wdt:P580"--> v4 subgraph minus0["MINUS"] style minus0 stroke-width:6px,fill:pink,stroke:red; v3 --"wdt:P2348"--> a1 a1 --"wdt:P361"--> c4 end subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v3 -."wdt:P582".-> v5 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v3 -."wdt:P138".-> v6 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c10 --"wikibase:language"--> c12 end bind1[/"year-from-dateTime(?start_time)"/] v4 --o bind1 bind1 --as--o v7 bind2[/"year-from-dateTime(?end_time)"/] v5 --o bind2 bind2 --as--o v7