@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/22368/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Columbia Calls, A Pageant" ;
    ns1:actor <http://data.carnegiehall.org/names/44109>,
        <http://data.carnegiehall.org/names/48758>,
        <http://data.carnegiehall.org/names/50829> ;
    ns1:choir <http://data.carnegiehall.org/names/82224> ;
    ns1:conductor <http://data.carnegiehall.org/names/44108> ;
    ns1:organ <http://data.carnegiehall.org/names/31768> ;
    ns1:piano <http://data.carnegiehall.org/names/41061> ;
    ns1:violin <http://data.carnegiehall.org/names/24661>,
        <http://data.carnegiehall.org/names/29872>,
        <http://data.carnegiehall.org/names/39079>,
        <http://data.carnegiehall.org/names/49003> ;
    ns2:performer <http://data.carnegiehall.org/names/24661>,
        <http://data.carnegiehall.org/names/29872>,
        <http://data.carnegiehall.org/names/31768>,
        <http://data.carnegiehall.org/names/39079>,
        <http://data.carnegiehall.org/names/41061>,
        <http://data.carnegiehall.org/names/44108>,
        <http://data.carnegiehall.org/names/44109>,
        <http://data.carnegiehall.org/names/48758>,
        <http://data.carnegiehall.org/names/49003>,
        <http://data.carnegiehall.org/names/50829>,
        <http://data.carnegiehall.org/names/82224> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/103219> .

