@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns3: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/77666/work_15> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Toccata" ;
    ns2:duo <http://data.carnegiehall.org/names/138181> ;
    ns2:guitar <http://data.carnegiehall.org/names/127526>,
        <http://data.carnegiehall.org/names/138182>,
        <http://data.carnegiehall.org/names/138183>,
        <http://data.carnegiehall.org/names/138185>,
        <http://data.carnegiehall.org/names/138186>,
        <http://data.carnegiehall.org/names/63457>,
        <http://data.carnegiehall.org/names/73565>,
        <http://data.carnegiehall.org/names/96931>,
        <http://data.carnegiehall.org/names/97296> ;
    ns2:guitar_quartet <http://data.carnegiehall.org/names/138184> ;
    ns1:performer <http://data.carnegiehall.org/names/127526>,
        <http://data.carnegiehall.org/names/138181>,
        <http://data.carnegiehall.org/names/138182>,
        <http://data.carnegiehall.org/names/138183>,
        <http://data.carnegiehall.org/names/138184>,
        <http://data.carnegiehall.org/names/138185>,
        <http://data.carnegiehall.org/names/138186>,
        <http://data.carnegiehall.org/names/63457>,
        <http://data.carnegiehall.org/names/73565>,
        <http://data.carnegiehall.org/names/96931>,
        <http://data.carnegiehall.org/names/97296> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/61170> .

