@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/112423> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Souvenirs de Munich" ;
    dcterms:creator <http://data.carnegiehall.org/names/1008893> ;
    ns1:dateCreated "1885-1886" ;
    skos:exactMatch <http://dbpedia.org/resource/Souvenirs_de_Munich>,
        <http://www.wikidata.org/entity/Q7571540>,
        <https://id.loc.gov/authorities/names/no97074227>,
        <https://musicbrainz.org/work/104af54d-0eba-4602-b4d3-9c151e4a06ab> .

