@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/71543> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "5 kleine Klavierstücke: Lento assai, S. 192/2 (R. 60, No. 2)" ;
    dcterms:creator <http://data.carnegiehall.org/names/1001205> ;
    ns1:dateCreated "1865" ;
    skos:exactMatch <https://musicbrainz.org/work/02ee5daa-a11a-4ea4-9ed7-5f357a725ec7> .

