@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

<https://trackloaded.com/album/erigga-the-lost-boy-album/> a dcat:Dataset ;
    dct:title "Erigga – The Lost Boy (Album)" ;
    dct:identifier "erigga-the-lost-boy-album" ;
    dct:creator <https://trackloaded.com/author/tao/> ;
    dct:subject <https://trackloaded.com/tag/erigga/> ;
    dct:modified "2022-09-02T12:39:42+00:00" .