@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/wande-coal-ft-empire-umbrella/> a dcat:Dataset ;
    dct:title "Wande Coal ft. Empire – Umbrella" ;
    dct:identifier "wande-coal-ft-empire-umbrella" ;
    dct:creator <https://trackloaded.com/author/tao/> ;
    dct:subject <https://trackloaded.com/tag/empire/> ;
    dct:subject <https://trackloaded.com/tag/wande-coal/> ;
    dct:modified "2022-10-31T19:11:00+00:00" .