@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <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/110419> a <http://schema.org/CreativeWork>,
        <http://schema.org/MusicComposition> ;
    rdfs:label "Abends unter der Linde, D. 235" ;
    ns1:aut <http://data.carnegiehall.org/names/1020310> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1020310> ;
    dcterms:creator <http://data.carnegiehall.org/names/1002249> ;
    skos:exactMatch <https://id.loc.gov/authorities/names/no96053082>,
        <https://musicbrainz.org/work/32e2cbd5-502b-40e4-82c2-855383035f87> .

