query-9087a8b358c7c31429a39cc4a9cea275

rq turtle/ttl

csata dátummal

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#>
SELECT ?Id_paradoxon ?Id_paradoxonLabel WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?Id_paradoxon wdt:P585? "1849-06-01T00:00:00Z"^^xsd:dateTime.
  ?Id_paradoxon wdt:P31 wd:Q178561.
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?Id_paradoxon"):::projected c2(["bd:serviceParam"]):::iri c5(["1849-06-01T00:00:00Z^^xsd:dateTime"]):::literal c8(["wd:Q178561"]):::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 subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P585"--> c5 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; end union0r <== or ==> union0l end v1 --"wdt:P31"--> c8