query-deaa7b41970a84d66ad0f45e2b4d56b9

rq turtle/ttl

Query to get UG Space Bibliographic Wikidata Items 09:33, 23 November 2020 (UTC)) talk (Celestinesucess. here which will be used as the listeria query but the subject and author statements are creating duplicate entries. I think the duplicates exist because there are multiple subject matters and authors for each. I am trying to figure out a way to efficiently group and separate them with a comma. I would be very glad if someone can help me out. You can find more info about the project I'm working on Wikidata queryI am trying to create the

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT DISTINCT ?item
WHERE
{
  ?item wdt:P8602 []
}
LIMIT 500

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected a1((" ")) v1 --"wdt:P8602"--> a1