@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/56321> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Let Us Garlands Bring, Op. 18" ;
    ns2:aut <http://data.carnegiehall.org/names/1019635> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1019635> ;
    dcterms:creator <http://data.carnegiehall.org/names/1007169> ;
    ns1:dateCreated "1929-1942" ;
    skos:exactMatch <http://dbpedia.org/resource/Let_Us_Garlands_Bring_(Finzi)>,
        <http://www.wikidata.org/entity/Q19875091>,
        <https://id.loc.gov/authorities/names/n97088234>,
        <https://musicbrainz.org/work/475e650c-beb4-4ac0-8122-24d378aa19a1> .

