query-2be2bf6fdc67031f9bf75777d0c7ca9b

rq turtle/ttl

Propertiesinstance of (P31)inception (P571)

Use at

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#>
#defaultView:Timeline
SELECT ?lang ?langLabel ?time
{
  ?lang wdt:P31 wd:Q9143 .
  ?lang wdt:P571 ?time .
FILTER((?time) < "1970-01-01"^^xsd:dat)
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?lang"):::projected v1("?time"):::projected c6(["bd:serviceParam"]):::iri c3(["wd:Q9143"]):::iri c8(["en"]):::literal f0[["?time < s1970-01-01^^<http://www.w3.org/2001/XMLSchema#dat>'"]] f0 --> v1 v2 --"wdt:P31"--> c3 v2 --"wdt:P571"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end