@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/1624/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:bassoon <http://data.carnegiehall.org/names/24024> ;
    ns1:double_bass <http://data.carnegiehall.org/names/38202> ;
    ns1:french_horn <http://data.carnegiehall.org/names/31726> ;
    ns1:piano <http://data.carnegiehall.org/names/9103> ;
    ns1:trombone <http://data.carnegiehall.org/names/14115> ;
    ns1:trumpet <http://data.carnegiehall.org/names/31378> ;
    ns1:viola <http://data.carnegiehall.org/names/16510> ;
    ns1:violin <http://data.carnegiehall.org/names/14116> ;
    ns2:performer <http://data.carnegiehall.org/names/14115>,
        <http://data.carnegiehall.org/names/14116>,
        <http://data.carnegiehall.org/names/16510>,
        <http://data.carnegiehall.org/names/24024>,
        <http://data.carnegiehall.org/names/31378>,
        <http://data.carnegiehall.org/names/31726>,
        <http://data.carnegiehall.org/names/38202>,
        <http://data.carnegiehall.org/names/9103> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

