@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/55339> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Písne milostné, Op. 83: 2. V tak mnohém srdci mrtvo jest (Death reigns in many a human breast)" ;
    dcterms:creator <http://data.carnegiehall.org/names/10716> ;
    ns1:dateCreated "1888" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no96055753> .

