query-c0c46c8c2c023d6a395480753c29c0f2
Calendar models qualifier (P31)instance of Calendar model does not match what is claimed by
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
SELECT ?statement ?pred ?type ?date ?prec WHERE {
VALUES (?model ?type) {
(wd:Q1985786 wd:Q26961029)
(wd:Q1985727 wd:Q26932615)
} .
?statement pq:P31 ?type; ?pred ?value .
?value wikibase:timeCalendarModel ?model;
wikibase:timeValue ?date;
wikibase:timePrecision ?prec .
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v6("?date"):::projected
v1("?model")
v7("?prec"):::projected
v4("?pred"):::projected
v3("?statement"):::projected
v2("?type"):::projected
v5("?value")
bind0[/VALUES ?model ?type/]
bind0-->v1
bind0-->v2
bind00(["wd:Q1985786"])
bind00 --> bind0
bind01(["wd:Q26961029"])
bind01 --> bind0
bind02(["wd:Q1985727"])
bind02 --> bind0
bind03(["wd:Q26932615"])
bind03 --> bind0
v3 --"pq:P31"--> v2
v3 -->v4--> v5
v5 --"wikibase:timeCalendarModel"--> v1
v5 --"wikibase:timeValue"--> v6
v5 --"wikibase:timePrecision"--> v7