@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/111578> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "3 Morceaux" ;
    dcterms:creator <http://data.carnegiehall.org/names/1000305> ;
    ns1:dateCreated "1914" ;
    skos:exactMatch <https://musicbrainz.org/work/ddf779c1-fc36-44e1-8fb2-b6c06765cb7b> .

