@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://id.loc.gov/vocabulary/relators/> .
@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/43432> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "5 Songs to Poems of William Blake" ;
    ns2:aut <http://data.carnegiehall.org/names/1019623> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1019623> ;
    dcterms:creator <http://data.carnegiehall.org/names/1867> ;
    ns1:dateCreated "1951" ;
    skos:exactMatch <https://musicbrainz.org/work/91c373c5-9011-4812-9d2d-829877c08e4d> .

