@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/discovery> a dcat:Catalog ;
    dct:title "Trackloaded Media Knowledge Catalog" ;
    dct:description "Semantic discovery catalog for the Trackloaded Media Platform." ;
    dct:modified "2026-08-24T23:53:41+00:00" .

<https://trackloaded.com/discovery?view=categories> a dcat:Dataset ;
    dct:title "Categories" ;
    dct:identifier "categories" .

<https://trackloaded.com/discovery?view=resources> a dcat:Dataset ;
    dct:title "Resources" ;
    dct:identifier "resources" .

<https://trackloaded.com/discovery?view=artists> a dcat:Dataset ;
    dct:title "Artists" ;
    dct:identifier "artists" .

<https://trackloaded.com/discovery?view=labels> a dcat:Dataset ;
    dct:title "Labels" ;
    dct:identifier "labels" .

<https://trackloaded.com/discovery?view=subjects> a dcat:Dataset ;
    dct:title "Subjects" ;
    dct:identifier "subjects" .