@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://id.loc.gov/vocabulary/relators/> .
@prefix ns2: <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/47114> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "6 Lieder, Op. 23: 6. O Lust, vom Berg ein Lied" ;
    ns1:aut <http://data.carnegiehall.org/names/1022719> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1022719> ;
    dcterms:creator <http://data.carnegiehall.org/names/1010839> ;
    ns2:dateCreated "1853" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/no2002075455>,
        <https://musicbrainz.org/work/17971c9f-d201-4564-98ba-4808699c8e94> .

