@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/6633> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Lyric Pieces, Book I, Op. 12: 5. Folkevise" ;
    dcterms:creator <http://data.carnegiehall.org/names/1000740> ;
    ns1:dateCreated "1864-1867" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no2001080590>,
        <https://musicbrainz.org/work/ce4b0bb1-7bd8-3290-b0d8-b69c841d40fc> .

