@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/album-oxlade-eclipse-ep/> a dcat:Dataset ;
    dct:title "[Album] Oxlade – Eclipse Ep" ;
    dct:identifier "album-oxlade-eclipse-ep" ;
    dct:creator <https://trackloaded.com/author/skylord/> ;
    dct:modified "2021-08-23T13:52:58+00:00" .