@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/music/dj-tunez-mmm-ft-mohbad-rexxie/> a dcat:Dataset ;
    dct:title "DJ Tunez – MMM Ft. Mohbad & Rexxie" ;
    dct:identifier "dj-tunez-mmm-ft-mohbad-rexxie" ;
    dct:creator <https://trackloaded.com/author/skylord/> ;
    dct:subject <https://trackloaded.com/tag/mohbad/> ;
    dct:subject <https://trackloaded.com/tag/rexxie/> ;
    dct:modified "2022-02-17T22:23:41+00:00" .