@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://data.carnegiehall.org/works/71791> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "At the Octoroon Balls: 5. Hellbound Highball" ;
    dcterms:creator <http://data.carnegiehall.org/names/2022> ;
    ns1:dateCreated "1995" ;
    skos:exactMatch <https://musicbrainz.org/work/198df0a0-549d-4ba6-a60b-f262e38d509f> .

