@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/90886> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Morceaux de fantaisie, Op. 3" ;
    dcterms:creator <http://data.carnegiehall.org/names/52002> ;
    ns1:dateCreated "1892" ;
    skos:exactMatch <http://dbpedia.org/resource/Morceaux_de_fantaisie>,
        <http://id.loc.gov/authorities/names/n81140260>,
        <http://www.wikidata.org/entity/Q386896>,
        <https://musicbrainz.org/work/8391d2e2-52e8-4a26-bcab-da13a17d9ba7> .

