@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/14621/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "A Musical" ;
    ns2:harp <http://data.carnegiehall.org/names/4280> ;
    ns2:narrator <http://data.carnegiehall.org/names/15456>,
        <http://data.carnegiehall.org/names/28999> ;
    ns2:piano <http://data.carnegiehall.org/names/22725> ;
    ns2:soprano <http://data.carnegiehall.org/names/35658>,
        <http://data.carnegiehall.org/names/38104> ;
    ns2:vocalist <http://data.carnegiehall.org/names/24628>,
        <http://data.carnegiehall.org/names/73044>,
        <http://data.carnegiehall.org/names/73045>,
        <http://data.carnegiehall.org/names/73046>,
        <http://data.carnegiehall.org/names/73047>,
        <http://data.carnegiehall.org/names/73048>,
        <http://data.carnegiehall.org/names/73049>,
        <http://data.carnegiehall.org/names/73050>,
        <http://data.carnegiehall.org/names/73051>,
        <http://data.carnegiehall.org/names/73052>,
        <http://data.carnegiehall.org/names/73053>,
        <http://data.carnegiehall.org/names/73054>,
        <http://data.carnegiehall.org/names/73055>,
        <http://data.carnegiehall.org/names/73056>,
        <http://data.carnegiehall.org/names/73057> ;
    ns1:performer <http://data.carnegiehall.org/names/15456>,
        <http://data.carnegiehall.org/names/22725>,
        <http://data.carnegiehall.org/names/24628>,
        <http://data.carnegiehall.org/names/28999>,
        <http://data.carnegiehall.org/names/35658>,
        <http://data.carnegiehall.org/names/38104>,
        <http://data.carnegiehall.org/names/4280>,
        <http://data.carnegiehall.org/names/73044>,
        <http://data.carnegiehall.org/names/73045>,
        <http://data.carnegiehall.org/names/73046>,
        <http://data.carnegiehall.org/names/73047>,
        <http://data.carnegiehall.org/names/73048>,
        <http://data.carnegiehall.org/names/73049>,
        <http://data.carnegiehall.org/names/73050>,
        <http://data.carnegiehall.org/names/73051>,
        <http://data.carnegiehall.org/names/73052>,
        <http://data.carnegiehall.org/names/73053>,
        <http://data.carnegiehall.org/names/73054>,
        <http://data.carnegiehall.org/names/73055>,
        <http://data.carnegiehall.org/names/73056>,
        <http://data.carnegiehall.org/names/73057> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/42181> .

