@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/65200> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Morceaux de salon, Op. 10: 4. Mélodie in E Minor" ;
    dcterms:creator <http://data.carnegiehall.org/names/52002> ;
    ns1:dateCreated "1893-1894" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no2008019893>,
        <https://musicbrainz.org/work/041a6e1a-9f2f-4478-a332-51bca78c6f5f> .

