@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://id.loc.gov/vocabulary/relators/> .
@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/121676> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Herbstkummer, WAB 72" ;
    ns2:aut <http://data.carnegiehall.org/names/1029714> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1029714> ;
    dcterms:creator <http://data.carnegiehall.org/names/1002382> ;
    ns1:dateCreated "1864" ;
    skos:exactMatch <http://dbpedia.org/resource/Herbstkummer,_WAB_72>,
        <http://www.wikidata.org/entity/Q21998534>,
        <https://musicbrainz.org/work/1e5b01f8-5d9a-43cb-9239-0577c3fa3f3e> .

