@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/567> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Nänie, Op. 82" ;
    ns2:aut <http://data.carnegiehall.org/names/1019815> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1019815> ;
    dcterms:creator <http://data.carnegiehall.org/names/1004316> ;
    ns1:dateCreated "1880-1881" ;
    skos:exactMatch <http://dbpedia.org/resource/N%C3%A4nie>,
        <http://id.loc.gov/authorities/names/no97077028>,
        <http://www.wikidata.org/entity/Q442416>,
        <https://musicbrainz.org/work/475a8025-57cd-3ee5-af2d-67e95dbe4588> .

