@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/5490> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Suite gothique, Op. 25" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003064> ;
    ns1:dateCreated "1895" ;
    skos:exactMatch <http://dbpedia.org/resource/Suite_Gothique>,
        <http://id.loc.gov/authorities/names/n85064871>,
        <http://www.wikidata.org/entity/Q1424591>,
        <https://musicbrainz.org/work/5e6d614e-87d0-4d49-9e11-831a16d5b1d0> .

