@prefix void:   <http://rdfs.org/ns/void#> .
@prefix dcterms:<http://purl.org/dc/terms/> .
@prefix foaf:   <http://xmlns.com/foaf/0.1/> .
@prefix mo:     <http://purl.org/ontology/mo/> .
@prefix owl:    <http://www.w3.org/2002/07/owl#> .
@prefix xsd:    <http://www.w3.org/2001/XMLSchema#> .

<> a void:Dataset ;
   dcterms:title "Trackloaded Music Knowledge Graph" ;
   dcterms:description "Linked Open Data dataset of African artists, labels, and charts curated by Trackloaded. Includes RDF metadata, SPARQL endpoint, and VoID description for semantic discovery." ;
   dcterms:creator <https://trackloaded.com/> ;
   dcterms:publisher <https://trackloaded.com/> ;
   dcterms:identifier <https://doi.org/10.5281/zenodo.16777415> ;
   dcterms:issued "2024-05-01"^^xsd:date ;
   dcterms:modified "2026-05-09"^^xsd:date ;
   dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
   void:uriSpace "https://trackloaded.com/" ;
   void:dataDump <https://trackloaded.com/?build_rdf_sitemap> ;
   void:sparqlEndpoint <https://trackloaded.com/sparql-endpoint.php> ;
   void:vocabulary <http://xmlns.com/foaf/0.1/> , <http://purl.org/ontology/mo/> , <http://purl.org/dc/terms/> ;
   void:exampleResource <https://trackloaded.com/tag/asake/> ;
   void:subset <#Artists> , <#Labels> ;
   dcterms:relation <https://trackloaded.com/sparql-endpoint.php?sparql_jsonld=1> , <https://trackloaded.com/sparql-endpoint.php> ;
   void:triples 2000 ;
   foaf:homepage <https://trackloaded.com/> ;
   owl:sameAs <https://lod-cloud.net/dataset/trackloaded> ,
              <https://github.com/trackloaded/data> ,
              <https://figshare.com/articles/dataset/Trackloaded_Artist_Dataset/29900933> ,
              <https://www.kaggle.com/datasets/trackloaded/artist-datasets> .

<#Artists> a void:Dataset ;
   dcterms:title "Trackloaded Artist Profiles" ;
   dcterms:description "RDF metadata about Nigerian and African artists (foaf:Person), including names, homepages, social links, and discographies." ;
   void:uriSpace "https://trackloaded.com/tag/" ;
   void:uriRegexPattern "^https\:\/\/trackloaded\.com\/tag\/.+" ;
   void:exampleResource <https://trackloaded.com/tag/wizkid/> ;
   void:triples 1200 ;
   void:subsetOf <> .

<#Labels> a void:Dataset ;
   dcterms:title "Trackloaded Label Profiles" ;
   dcterms:description "RDF metadata about Nigerian and African record labels (mo:MusicGroup), including founding years, members, and digital presence." ;
   void:uriSpace "https://trackloaded.com/tag/" ;
   void:uriRegexPattern "^https\:\/\/trackloaded\.com\/tag\/.+" ;
   void:exampleResource <https://trackloaded.com/tag/mavin-records/> ;
   void:triples 800 ;
   void:subsetOf <> .

<https://trackloaded.com/sparql-endpoint.php> a void:Dataset ;
   dcterms:title "Trackloaded SPARQL Endpoint" ;
   dcterms:description "SPARQL endpoint exposing artist and label RDF metadata from the Trackloaded Knowledge Graph." ;
   foaf:homepage <https://trackloaded.com/> .

<https://trackloaded.com/> a foaf:Organization ;
   foaf:name "Trackloaded" ;
   foaf:homepage <https://trackloaded.com/> ;
   owl:sameAs <https://g.co/kgs/BcqsCrZ> ,
              <https://instagram.com/trackloaded> ,
              <https://www.youtube.com/@trackloaded> ,
              <https://www.linkedin.com/company/trackloadedcom> ,
              <https://www.facebook.com/trackloaded.ng> ,
              <https://x.com/trackloaded> ,
              <https://domains.wikibase.cloud/wiki/Item:Q315676> ,
              <https://soundcloud.com/trackloaded-tv/> ,
              <https://www.crunchbase.com/organization/trackloaded-com-ng> ,
              <https://www.imdb.com/company/co1133162> ,
              <https://musicbrainz.org/label/d1b6bf6d-8d1a-4c8b-a22c-59e6ba16df72> ,
              <https://www.discogs.com/label/4153909-Trackloaded> ,
              <https://lod-cloud.net/dataset/trackloaded> ,
              <https://doi.org/10.5281/zenodo.16777415> ,
              <https://figshare.com/articles/dataset/Trackloaded_Artist_Dataset/29900933> ,
              <https://www.kaggle.com/datasets/trackloaded/artist-datasets> .
