@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/12009/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Ich Hub a Neiem Gluck Bashafn (A New Bell Rang Out)" ;
    ns2:actor <http://data.carnegiehall.org/names/131725>,
        <http://data.carnegiehall.org/names/132318>,
        <http://data.carnegiehall.org/names/132319>,
        <http://data.carnegiehall.org/names/132320>,
        <http://data.carnegiehall.org/names/132321>,
        <http://data.carnegiehall.org/names/39559> ;
    ns2:piano <http://data.carnegiehall.org/names/54145> ;
    ns2:tenor <http://data.carnegiehall.org/names/46262> ;
    ns3:performer <http://data.carnegiehall.org/names/131725>,
        <http://data.carnegiehall.org/names/132318>,
        <http://data.carnegiehall.org/names/132319>,
        <http://data.carnegiehall.org/names/132320>,
        <http://data.carnegiehall.org/names/132321>,
        <http://data.carnegiehall.org/names/39559>,
        <http://data.carnegiehall.org/names/46262>,
        <http://data.carnegiehall.org/names/54145> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/116594> .

