@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/8878/work_08> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "5 Melodies, Op. 35b: 2. Lento, ma non troppo" ;
    ns1:piano <http://data.carnegiehall.org/names/44869> ;
    ns1:violin <http://data.carnegiehall.org/names/37641> ;
    ns3:performer <http://data.carnegiehall.org/names/37641>,
        <http://data.carnegiehall.org/names/44869> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/52680> ;
    rdfs:comment "New York premiere" .

