query-700bda8406e1636ed9ef5c620b7427fd

rq turtle/ttl

Propertiesinstance of (P31)subclass of (P279)depicts (P180)from narrative universe (P1080)

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?item ?itemLabel ?itemDescription ?enwp WHERE {
?item wdt:P31/wdt:P279? wd:Q738680 .  # instance of type of ancient Greek pottery
?item wdt:P180 wd:Q14080 #Depicts palm tree 
OPTIONAL {?enwp schema:about ?item; schema:isPartOf <https://en.wikipedia.org/> }

MINUS {?item wdt:P1080 []} # exclude fictional (Pandora's Box)
SERVICE wikibase:label {bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en,el,fr,de,pl,uk"}
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?enwp"):::projected v1("?item"):::projected a2((" ")) a1((" ")) c13(["#91;AUTO_LANGUAGE#93;,en,el,fr,de,pl,uk"]):::literal c2(["wd:Q738680"]):::iri c5(["wd:Q14080"]):::iri c8([https://en.wikipedia.org/]):::iri c11(["bd:serviceParam"]):::iri v1 --"wdt:P31"--> a1 subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; a1 --"wdt:P279"--> c2 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; end union0r <== or ==> union0l end v1 --"wdt:P180"--> c5 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."schema:about".-> v1 v2 --"schema:isPartOf"--> c8 end subgraph minus0["MINUS"] style minus0 stroke-width:6px,fill:pink,stroke:red; v1 --"wdt:P1080"--> a2 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c11 --"wikibase:language"--> c13 end