@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <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/61576> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "3 Volkslieder, WoO 11: 3. Wasserfahrt" ;
    dcterms:creator <http://data.carnegiehall.org/names/1010675> ;
    ns1:dateCreated "1838" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/no98114378>,
        <https://musicbrainz.org/work/d77a70f3-07d0-41a4-aa10-38875023621c> .

