query-ba44643fe4f5a74c1f20cdb5c22e90e9

rq turtle/ttl

UG Space Collections

SELECT ?item ?itemLabel ?publicationdate ?publishedinLabel ?volume ?issue ?fullworkurl ?exactmatch (group_concat(distinct ?auths;separator=", ") as ?authors) (group_concat(distinct ?subj;separator=", ") as ?mainsubjectLabel) WHERE { ?item wdt:P8602 ?University_of_Ghana_Digital_Collections__UGSpace__ID. ?item wdt:P921 ?subj . ?item wdt:P2093 ?auths . ?item wdt:P577 ?publicationdate . ?item wdt:P1433 ?publishedin . ?item wdt:P2888 ?exactmatch . OPTIONAL {?item wdt:P478 ?volume .} OPTIONAL {?item wdt:P433 ?issue .} OPTIONAL {?item wdt:P953 ?fullworkurl .}

SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } }group by ?item

LIMIT 100

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#UG Space Collections

SELECT ?item ?itemLabel ?publicationdate ?publishedinLabel ?volume ?issue ?fullworkurl ?exactmatch (group_concat(distinct ?auths;separator=", ") as ?authors) (group_concat(distinct ?subj;separator=", ") as ?mainsubjectLabel) WHERE  {
  ?item wdt:P8602 ?University_of_Ghana_Digital_Collections__UGSpace__ID.
  ?item wdt:P921 ?subj .
  ?item wdt:P2093 ?auths .
  ?item wdt:P577 ?publicationdate .
  ?item wdt:P1433 ?publishedin .
  ?item wdt:P2888 ?exactmatch .
  OPTIONAL {?item wdt:P478 ?volume .}
  OPTIONAL {?item wdt:P433 ?issue .}
  OPTIONAL {?item wdt:P953 ?fullworkurl .}

  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}group by ?item

LIMIT 100

Query found at