query-02962933e7955ea9d4447fec1f266f4a
Propertiesinstance of (P31)publication date (P577)
Use at
- https://query.wikidata.org/sparql
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 ?item ?itemLabel ?propItem ?propItemLabel ?value WHERE {
?item wdt:P31 wd:Q7889;
wdt:P577 "+1980-05-22T00:00:00Z"^^xsd:dateTime;
?prop ?value.
?propItem wikibase:directClaim ?prop;
wikibase:propertyType wikibase:ExternalId.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
v2("?prop")
v4("?propItem"):::projected
v3("?value"):::projected
c4(["+1980-05-22T00:00:00Z^^xsd:dateTime"]):::literal
c9(["bd:serviceParam"]):::iri
c2(["wd:Q7889"]):::iri
c11(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c7(["wikibase:ExternalId"]):::iri
v1 --"wdt:P31"--> c2
v1 --"wdt:P577"--> c4
v1 -->v2--> v3
v4 --"wikibase:directClaim"--> v2
v4 --"wikibase:propertyType"--> c7
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c9 --"wikibase:language"--> c11
end