query-a6c56ca2a29dfe2efe8738545df3d73a
Timeline view
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 bd: <http://www.bigdata.com/rdf#>
#South Park characters debut
#defaultView:Timeline
SELECT ?fictional_character ?fictional_characterLabel ?inception WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
?fictional_character wdt:P1441 wd:Q16538.
?fictional_character wdt:P571 ?inception.
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?fictional_character"):::projected
v2("?inception"):::projected
c6(["wd:Q16538"]):::iri
c2(["bd:serviceParam"]):::iri
c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c2 --"wikibase:language"--> c4
end
v1 --"wdt:P1441"--> c6
v1 --"wdt:P571"--> v2