@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/40591> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "12 Études caractéristiques, Op. 2: 6. Si oiseau j'etais, à toi je volerais" ;
    dcterms:creator <http://data.carnegiehall.org/names/1002807> ;
    ns1:dateCreated "1837-1838" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/no98070327>,
        <https://musicbrainz.org/work/54b1bcc2-4eb1-4242-abf5-ab9aa3c15ed6> .

