@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/32210> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "amid fleeting pockets of billowing radiance" ;
    dcterms:creator <http://data.carnegiehall.org/names/1000218> ;
    ns1:dateCreated "1990" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/nr2001000927>,
        <https://musicbrainz.org/work/b7e5e0c5-d3e3-4c05-b453-6255e24bf8ae> .

