@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/37115/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Die Meistersinger von Nürnberg: Wach' auf" ;
    ns2:bass <http://data.carnegiehall.org/names/9714> ;
    ns2:choir <http://data.carnegiehall.org/names/58449> ;
    ns2:contralto <http://data.carnegiehall.org/names/36669>,
        <http://data.carnegiehall.org/names/51230> ;
    ns2:soprano <http://data.carnegiehall.org/names/12585>,
        <http://data.carnegiehall.org/names/18664>,
        <http://data.carnegiehall.org/names/3401>,
        <http://data.carnegiehall.org/names/37720> ;
    ns2:tenor <http://data.carnegiehall.org/names/60457>,
        <http://data.carnegiehall.org/names/6133> ;
    ns3:performer <http://data.carnegiehall.org/names/12585>,
        <http://data.carnegiehall.org/names/18664>,
        <http://data.carnegiehall.org/names/3401>,
        <http://data.carnegiehall.org/names/36669>,
        <http://data.carnegiehall.org/names/37720>,
        <http://data.carnegiehall.org/names/51230>,
        <http://data.carnegiehall.org/names/58449>,
        <http://data.carnegiehall.org/names/60457>,
        <http://data.carnegiehall.org/names/6133>,
        <http://data.carnegiehall.org/names/9714> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/39622> .

