@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/37305> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "A Simple Symphony, Op. 4: 1. Boisterous Bourrée" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003241> ;
    ns1:dateCreated "1933-1934" ;
    skos:exactMatch <https://musicbrainz.org/work/c26e6270-420d-3516-852b-14a6d52cddf4> .

