@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/70203/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Brundibár" ;
    ns1:choir <http://data.carnegiehall.org/names/5166> ;
    ns1:vocalist <http://data.carnegiehall.org/names/129196>,
        <http://data.carnegiehall.org/names/129197>,
        <http://data.carnegiehall.org/names/129198>,
        <http://data.carnegiehall.org/names/129199>,
        <http://data.carnegiehall.org/names/129200>,
        <http://data.carnegiehall.org/names/129201>,
        <http://data.carnegiehall.org/names/129202>,
        <http://data.carnegiehall.org/names/129203>,
        <http://data.carnegiehall.org/names/129204>,
        <http://data.carnegiehall.org/names/129205> ;
    ns2:performer <http://data.carnegiehall.org/names/129196>,
        <http://data.carnegiehall.org/names/129197>,
        <http://data.carnegiehall.org/names/129198>,
        <http://data.carnegiehall.org/names/129199>,
        <http://data.carnegiehall.org/names/129200>,
        <http://data.carnegiehall.org/names/129201>,
        <http://data.carnegiehall.org/names/129202>,
        <http://data.carnegiehall.org/names/129203>,
        <http://data.carnegiehall.org/names/129204>,
        <http://data.carnegiehall.org/names/129205>,
        <http://data.carnegiehall.org/names/5166> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/114126> .

