@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/7596> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Morceaux de salon, Op. 10: 3. Barcarolle in G Minor" ;
    dcterms:creator <http://data.carnegiehall.org/names/52002> ;
    ns1:dateCreated "1893-1894" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no2003038681>,
        <https://musicbrainz.org/work/0e218339-fab1-4a65-8d7d-fd1ae1719088> .

