@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/13296/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:double_bass <http://data.carnegiehall.org/names/46779> ;
    ns1:french_horn <http://data.carnegiehall.org/names/55563> ;
    ns1:harp <http://data.carnegiehall.org/names/11668> ;
    ns1:percussion <http://data.carnegiehall.org/names/52914> ;
    ns1:piano <http://data.carnegiehall.org/names/47627> ;
    ns1:violin <http://data.carnegiehall.org/names/20207>,
        <http://data.carnegiehall.org/names/55564> ;
    ns2:performer <http://data.carnegiehall.org/names/11668>,
        <http://data.carnegiehall.org/names/20207>,
        <http://data.carnegiehall.org/names/46779>,
        <http://data.carnegiehall.org/names/47627>,
        <http://data.carnegiehall.org/names/52914>,
        <http://data.carnegiehall.org/names/55563>,
        <http://data.carnegiehall.org/names/55564> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

