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

<http://data.carnegiehall.org/events/54932/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Recitation" ;
    ns2:reciter <http://data.carnegiehall.org/names/107764>,
        <http://data.carnegiehall.org/names/107765>,
        <http://data.carnegiehall.org/names/107766>,
        <http://data.carnegiehall.org/names/107767>,
        <http://data.carnegiehall.org/names/107768>,
        <http://data.carnegiehall.org/names/107769>,
        <http://data.carnegiehall.org/names/107770>,
        <http://data.carnegiehall.org/names/107771>,
        <http://data.carnegiehall.org/names/16461>,
        <http://data.carnegiehall.org/names/19894>,
        <http://data.carnegiehall.org/names/22853>,
        <http://data.carnegiehall.org/names/3528>,
        <http://data.carnegiehall.org/names/40254> ;
    ns3:performer <http://data.carnegiehall.org/names/107764>,
        <http://data.carnegiehall.org/names/107765>,
        <http://data.carnegiehall.org/names/107766>,
        <http://data.carnegiehall.org/names/107767>,
        <http://data.carnegiehall.org/names/107768>,
        <http://data.carnegiehall.org/names/107769>,
        <http://data.carnegiehall.org/names/107770>,
        <http://data.carnegiehall.org/names/107771>,
        <http://data.carnegiehall.org/names/16461>,
        <http://data.carnegiehall.org/names/19894>,
        <http://data.carnegiehall.org/names/22853>,
        <http://data.carnegiehall.org/names/3528>,
        <http://data.carnegiehall.org/names/40254> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/23837> .

