query-71333240be153721edcd9402a13bccf8
So9q
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX schema: <http://schema.org/>
SELECT ?item WHERE {
?item schema:description "Hebrew calendar year"@en;
wdt:P155 ?follows.
FILTER NOT EXISTS { ?item wdt:P31 ?instanceOf. }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?follows")
v2("?instanceOf")
v1("?item"):::projected
c3([sHebrew calendar year^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#langString>"]):::literal
f0[["not "]]
subgraph f0e0["Exists Clause"]
e0v1 --"wdt:P31"--> e0v2
e0v2("?instanceOf"):::projected
e0v1("?item"):::projected
end
f0--EXISTS--> f0e0
f0 --> v1
f0 --> c1
f0 --> v2
v1 --"wdt:P31"--> v2
v1 --"schema:description"--> c3
v1 --"wdt:P155"--> v3