@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/45149/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Tempo e Tempi" ;
    ns1:bass_clarinet <http://data.carnegiehall.org/names/5096> ;
    ns1:cello <http://data.carnegiehall.org/names/53238> ;
    ns1:clarinet <http://data.carnegiehall.org/names/25615> ;
    ns1:english_horn <http://data.carnegiehall.org/names/53413> ;
    ns1:oboe <http://data.carnegiehall.org/names/60419> ;
    ns1:soprano <http://data.carnegiehall.org/names/4884> ;
    ns1:violin <http://data.carnegiehall.org/names/52398> ;
    ns2:performer <http://data.carnegiehall.org/names/25615>,
        <http://data.carnegiehall.org/names/4884>,
        <http://data.carnegiehall.org/names/5096>,
        <http://data.carnegiehall.org/names/52398>,
        <http://data.carnegiehall.org/names/53238>,
        <http://data.carnegiehall.org/names/53413>,
        <http://data.carnegiehall.org/names/60419> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/7219> .

