Project:Ulster Cycle/characters

From CODECS Wikibase
Jump to navigation Jump to search

A modest start was made based on the characters in Fled Bricrenn.

PREFIX : <https://codecs.wikibase.cloud/entity/>
PREFIX t: <https://codecs.wikibase.cloud/prop/direct/>
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX bd: <http://www.bigdata.com/rdf#>

SELECT DISTINCT ?item ?itemLabel ?Wikidata_Item_ID ?CODECS_ID ?associated_with_agent ?associated_with_agentLabel WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
  ?item t:P66 :Q3047 ;
  OPTIONAL { ?item t:P5 ?Wikidata_Item_ID. }
  OPTIONAL { ?item t:P14 ?CODECS_ID. }
  OPTIONAL { ?item t:P70 ?associated_with_agent. }
}
ORDER BY ASC(?itemLabel)
LIMIT 100

Try it!