@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/oxlade-bad-boy-ft-mayorkun/> a dcat:Dataset ;
    dct:title "Oxlade – Bad Boy ft Mayorkun" ;
    dct:identifier "oxlade-bad-boy-ft-mayorkun" ;
    dct:creator <https://trackloaded.com/author/tao/> ;
    dct:subject <https://trackloaded.com/tag/mayorkun/> ;
    dct:subject <https://trackloaded.com/tag/oxlade/> ;
    dct:modified "2022-11-25T15:04:58+00:00" .