@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/75090/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:banjo <http://data.carnegiehall.org/names/110214> ;
    ns1:double_bass <http://data.carnegiehall.org/names/110218>,
        <http://data.carnegiehall.org/names/110222> ;
    ns1:fiddle <http://data.carnegiehall.org/names/110215> ;
    ns1:flute <http://data.carnegiehall.org/names/97724> ;
    ns1:guitar <http://data.carnegiehall.org/names/96790> ;
    ns1:host <http://data.carnegiehall.org/names/93743> ;
    ns1:mandolin <http://data.carnegiehall.org/names/110217> ;
    ns1:oud <http://data.carnegiehall.org/names/110221> ;
    ns1:percussion <http://data.carnegiehall.org/names/110223> ;
    ns1:pipa <http://data.carnegiehall.org/names/86203> ;
    ns1:vocalist <http://data.carnegiehall.org/names/110219>,
        <http://data.carnegiehall.org/names/110220>,
        <http://data.carnegiehall.org/names/86198>,
        <http://data.carnegiehall.org/names/96790> ;
    ns2:performer <http://data.carnegiehall.org/names/110214>,
        <http://data.carnegiehall.org/names/110215>,
        <http://data.carnegiehall.org/names/110217>,
        <http://data.carnegiehall.org/names/110218>,
        <http://data.carnegiehall.org/names/110219>,
        <http://data.carnegiehall.org/names/110220>,
        <http://data.carnegiehall.org/names/110221>,
        <http://data.carnegiehall.org/names/110222>,
        <http://data.carnegiehall.org/names/110223>,
        <http://data.carnegiehall.org/names/86198>,
        <http://data.carnegiehall.org/names/86203>,
        <http://data.carnegiehall.org/names/93743>,
        <http://data.carnegiehall.org/names/96790>,
        <http://data.carnegiehall.org/names/97724> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

