@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/1257/work_11> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Boccherini's Minuet" ;
    ns1:cello <http://data.carnegiehall.org/names/3367> ;
    ns1:double_bass <http://data.carnegiehall.org/names/27106> ;
    ns1:english_horn <http://data.carnegiehall.org/names/29695> ;
    ns1:flute <http://data.carnegiehall.org/names/31056> ;
    ns1:harpsichord <http://data.carnegiehall.org/names/43683> ;
    ns1:percussion <http://data.carnegiehall.org/names/52310> ;
    ns1:piano <http://data.carnegiehall.org/names/24480> ;
    ns2:performer <http://data.carnegiehall.org/names/24480>,
        <http://data.carnegiehall.org/names/27106>,
        <http://data.carnegiehall.org/names/29695>,
        <http://data.carnegiehall.org/names/31056>,
        <http://data.carnegiehall.org/names/3367>,
        <http://data.carnegiehall.org/names/43683>,
        <http://data.carnegiehall.org/names/52310> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/52387> .

