query-8a2cab978e5695c0d60d98d13f3dea89

rq turtle/ttl

Woods and fauna

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:Graph
SELECT ?item1 ?image ?item1Label ?item2 ?image2 ?item2Label ?edgeLabel 
WHERE {
   { SELECT ?item1 WHERE {
VALUES ?item1 {

               wd:Q1231487 #Great North Wood
               wd:Q48699807 #Spa Wood
               wd:Q4877512 #Beaulieu Heights
               wd:Q5595750 #Grangewood Park
               wd:Q116453252 #Stambourne Woods
               #Flora
               wd:Q158513 #Hornbeam
               wd:Q61105 #Cedar of Lebanon
               wd:Q623489 #Atlas Cedar
               wd:Q44789 #Mulberry
               wd:Q159570 #Tree of heaven



              }
} }
   {SELECT (?item1 AS ?item2) WHERE { { SELECT ?item1 WHERE {
VALUES ?item1 {

               wd:Q1231487 #Great North Wood
               wd:Q48699807 #Spa Wood
               wd:Q4877512 #Beaulieu Heights
               wd:Q5595750 #Grangewood Park
               wd:Q116453252 #Stambourne Woods
               #Flora
               wd:Q158513 #Hornbeam
               wd:Q61105 #Cedar of Lebanon
               wd:Q623489 #Atlas Cedar
               wd:Q44789 #Mulberry
               wd:Q159570 #Tree of heaven



              }
} }} }?item1 ?prop ?item2.
?edge ?dummy ?prop ; rdf:type wikibase:Property
OPTIONAL {?item1 wdt:P18 ?image}
OPTIONAL {?item2 wdt:P18 ?image2}
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v5("?dummy") v4("?edge") v6("?image"):::projected v7("?image2"):::projected v2("?item1"):::projected v2("?item2"):::projected v3("?prop") c5(["bd:serviceParam"]):::iri c2(["wikibase:Property"]):::iri c7(["en"]):::literal bind0[/VALUES ?item1/] bind0-->v2 bind00(["wd:Q1231487"]) bind00 --> bind0 bind01(["wd:Q48699807"]) bind01 --> bind0 bind02(["wd:Q4877512"]) bind02 --> bind0 bind03(["wd:Q5595750"]) bind03 --> bind0 bind04(["wd:Q116453252"]) bind04 --> bind0 bind05(["wd:Q158513"]) bind05 --> bind0 bind06(["wd:Q61105"]) bind06 --> bind0 bind07(["wd:Q623489"]) bind07 --> bind0 bind08(["wd:Q44789"]) bind08 --> bind0 bind09(["wd:Q159570"]) bind09 --> bind0 bind1[/VALUES ?item1/] bind1-->v2 bind10(["wd:Q1231487"]) bind10 --> bind1 bind11(["wd:Q48699807"]) bind11 --> bind1 bind12(["wd:Q4877512"]) bind12 --> bind1 bind13(["wd:Q5595750"]) bind13 --> bind1 bind14(["wd:Q116453252"]) bind14 --> bind1 bind15(["wd:Q158513"]) bind15 --> bind1 bind16(["wd:Q61105"]) bind16 --> bind1 bind17(["wd:Q623489"]) bind17 --> bind1 bind18(["wd:Q44789"]) bind18 --> bind1 bind19(["wd:Q159570"]) bind19 --> bind1 bind2[/"?item1"/] v2 --o bind2 bind2 --as--o v2 v2 -->v3--> v2 v4 -->v5--> v3 v4 --"a"--> c2 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P18".-> v6 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P18".-> v7 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end