@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/58374/work_11> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Ayres for the Violin: Diverse bizzarie sopra la vecchia sarabanda ò pur ciaccona" ;
    ns1:harpsichord <http://data.carnegiehall.org/names/80092> ;
    ns1:theorbo <http://data.carnegiehall.org/names/104196> ;
    ns1:viola_da_gamba <http://data.carnegiehall.org/names/95886> ;
    ns1:violin <http://data.carnegiehall.org/names/62838> ;
    ns2:performer <http://data.carnegiehall.org/names/104196>,
        <http://data.carnegiehall.org/names/62838>,
        <http://data.carnegiehall.org/names/80092>,
        <http://data.carnegiehall.org/names/95886> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/101077> .

