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

<http://data.carnegiehall.org/events/48455/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Zilver" ;
    ns2:cello <http://data.carnegiehall.org/names/87354> ;
    ns2:clarinet <http://data.carnegiehall.org/names/87338> ;
    ns2:flute <http://data.carnegiehall.org/names/87334> ;
    ns2:marimba <http://data.carnegiehall.org/names/87347> ;
    ns2:piano <http://data.carnegiehall.org/names/87345> ;
    ns2:vibraphone <http://data.carnegiehall.org/names/87346> ;
    ns2:violin <http://data.carnegiehall.org/names/87351> ;
    ns1:performer <http://data.carnegiehall.org/names/87334>,
        <http://data.carnegiehall.org/names/87338>,
        <http://data.carnegiehall.org/names/87345>,
        <http://data.carnegiehall.org/names/87346>,
        <http://data.carnegiehall.org/names/87347>,
        <http://data.carnegiehall.org/names/87351>,
        <http://data.carnegiehall.org/names/87354> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/81609> .

