@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/124984> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Carmen Suite No. 2: 6. Danse bohème" ;
    dcterms:creator <http://data.carnegiehall.org/names/1002900> ;
    ns1:dateCreated "1874" ;
    skos:exactMatch <https://musicbrainz.org/work/d1a24c17-fe3c-35e2-ba01-ae5e856e83b7> .

