This dataset provides structured linked data about Nigerian music artists featured on Trackloaded. It includes metadata such as artist name, homepage, genre, biography, social links, and birth date. The dataset is publicly available via machine-readable formats and a SPARQL query endpoint.
Each artist profile page supports RDF output via query parameters:
?rdf=ttl
– Turtle format?rdf=xml
– RDF/XML formatExample: /tag/asake/?rdf=ttl
Artist profile pages also embed application/ld+json
using Schema.org’s Person
type, with fields including name
, url
, description
, sameAs
, and genre
.
SELECT ?name ?url ?bio WHERE { ?x foaf:name ?name ; foaf:homepage ?url . OPTIONAL { ?x foaf:bio ?bio } }
foaf:name
, foaf:homepage
, foaf:bio
schema:birthDate
, schema:alternateName
mo:genre
(Music Ontology)owl:sameAs
(for social and identity links)This dataset is published under the Creative Commons Attribution 4.0 License (CC BY 4.0) .