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

<http://data.carnegiehall.org/events/4730/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Pagina d’album, Op. 2" ;
    ns1:cello <http://data.carnegiehall.org/names/56993> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/21375> ;
    ns1:clarinet <http://data.carnegiehall.org/names/31038> ;
    ns1:flute <http://data.carnegiehall.org/names/58261> ;
    ns1:piano <http://data.carnegiehall.org/names/17103> ;
    ns1:trombone <http://data.carnegiehall.org/names/20611> ;
    ns1:trumpet <http://data.carnegiehall.org/names/15890>,
        <http://data.carnegiehall.org/names/23073> ;
    ns1:viola <http://data.carnegiehall.org/names/40713> ;
    ns1:violin <http://data.carnegiehall.org/names/43443>,
        <http://data.carnegiehall.org/names/52200> ;
    ns2:performer <http://data.carnegiehall.org/names/15890>,
        <http://data.carnegiehall.org/names/17103>,
        <http://data.carnegiehall.org/names/20611>,
        <http://data.carnegiehall.org/names/21375>,
        <http://data.carnegiehall.org/names/23073>,
        <http://data.carnegiehall.org/names/31038>,
        <http://data.carnegiehall.org/names/40713>,
        <http://data.carnegiehall.org/names/43443>,
        <http://data.carnegiehall.org/names/52200>,
        <http://data.carnegiehall.org/names/56993>,
        <http://data.carnegiehall.org/names/58261> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/25118> .

