@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/5695> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "6 Morceaux de salon, Op. 22: 3. Rêverie" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003772> ;
    ns1:dateCreated "c. 1847" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/n82056390>,
        <https://musicbrainz.org/work/932cfbac-ff2a-4164-a993-98d7cab36f19> .

