@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/118313> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "6 English Folksongs: 4. The Brewer" ;
    ns2:arr <http://data.carnegiehall.org/names/1006483> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1006483> ;
    dcterms:creator <http://data.carnegiehall.org/names/1002893> ;
    ns1:dateCreated "c. 1935" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/n2022057394>,
        <https://musicbrainz.org/work/60957df3-124c-41cb-9c5b-0ffe06835a31> .

