Connect with us

🎼 Trackloaded Artist Dataset – RDF & SPARQL Access

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.

🔗 Access Points

📄 Per-Artist Linked Data

Each artist profile page supports RDF output via query parameters:

  • ?rdf=ttl – Turtle format
  • ?rdf=xml – RDF/XML format

Example: /tag/asake/?rdf=ttl

📦 JSON-LD Metadata

Artist profile pages also embed application/ld+json using Schema.org’s Person type, with fields including name, url, description, sameAs, and genre.

Sample SPARQL Query

SELECT ?name ?url ?bio
WHERE {
  ?x foaf:name ?name ;
     foaf:homepage ?url .
  OPTIONAL { ?x foaf:bio ?bio }
}

📚 Vocabulary

  • foaf:name, foaf:homepage, foaf:bio
  • schema:birthDate, schema:alternateName
  • mo:genre (Music Ontology)
  • owl:sameAs (for social and identity links)

📜 Licensing

This dataset is published under the Creative Commons Attribution 4.0 License (CC BY 4.0) .