@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/7593/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Columbia Calls, A Patriotic Masque in One Scene" ;
    ns1:actor <http://data.carnegiehall.org/names/48758>,
        <http://data.carnegiehall.org/names/50829> ;
    ns1:piano <http://data.carnegiehall.org/names/41061> ;
    ns1:soprano <http://data.carnegiehall.org/names/57088> ;
    ns1:violin <http://data.carnegiehall.org/names/24661>,
        <http://data.carnegiehall.org/names/32675>,
        <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/32675>,
        <http://data.carnegiehall.org/names/39079>,
        <http://data.carnegiehall.org/names/41061>,
        <http://data.carnegiehall.org/names/48758>,
        <http://data.carnegiehall.org/names/49003>,
        <http://data.carnegiehall.org/names/50829>,
        <http://data.carnegiehall.org/names/57088> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/103319> .

