query-b456af323b50e783c7ac6a7e34f0ad3c

rq turtle/ttl

General ActivityIf you want, add the Qnumbers you create to the below query but also relevant items like places, people, etc, this will help us visualise them and see where the connecting tissue might be missing. that can be modified.this is a very basic listTry writing queries, .propose itAre we lacking a property? Add different terminology in the alias label section of existing items. Add "connecting tissue", is there a type of machine or thing that does not exist? Create it, add it to the spreadsheet.

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 ?logo2Label 
WITH { SELECT ?item1 WHERE {
VALUES ?item1 {wd:Q125808087 wd:Q125807993 wd:Q173056 wd:Q116248865 wd:Q192296 wd:Q674773} # <-ADD YOUR CREATED ITEMS IN HERE
WITH {SELECT (?item1 AS ?item2) WHERE {INCLUDE %item1} } AS %item2
WHERE {
  INCLUDE %item1.
  INCLUDE %item2.?item1 ?prop ?item2.
?edge ?dummy ?prop ; rdf:type wikibase:Property
OPTIONAL {?item1 wdt:P18 ?image}
OPTIONAL {?item2 wdt:P18 ?image2}
OPTIONAL {?item2 wdt:P154 ?logo2} 
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
}

Query found at