@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/19395> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Die abgeblühte Linde, D. 514" ;
    ns2:aut <http://data.carnegiehall.org/names/1027134> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1027134> ;
    dcterms:creator <http://data.carnegiehall.org/names/1002249> ;
    ns1:dateCreated "c. 1817" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no97074453>,
        <https://musicbrainz.org/work/58c90a0c-40f9-428f-9605-cd443bbec4b1> .

