@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/commas-lyrics-by-ayra-starr/> a dcat:Dataset ;
    dct:title "Commas Lyrics by Ayra Starr" ;
    dct:identifier "commas-lyrics-by-ayra-starr" ;
    dct:creator <https://trackloaded.com/author/> ;
    dct:subject <https://trackloaded.com/tag/ayra-starr/> ;
    dct:modified "2024-02-02T09:01:36+00:00" .