query-b9e33ad60720231bc8ce478789987560

rq turtle/ttl

Propertiesinstance of (P31)IANA Root Zone Database ID (P5914)inception (P571)

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 ?item ?itemLabel ?value ?date WHERE {
  ?item wdt:P31 wd:Q42032.
  ?item wdt:P5914 ?value.
  OPTIONAL {?item wdt:P571 ?date}.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en,en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?date"):::projected v1("?item"):::projected v2("?value"):::projected c6(["bd:serviceParam"]):::iri c2(["wd:Q42032"]):::iri c8(["en,en"]):::literal v1 --"wdt:P31"--> c2 v1 --"wdt:P5914"--> v2 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P571".-> v3 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end