@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/33534/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "6 Songs, Op. 48: 4. Die Ehre Gottes aus der Natur" ;
    ns3:choir <http://data.carnegiehall.org/names/3204> ;
    ns3:conductor <http://data.carnegiehall.org/names/14835> ;
    ns3:mens_chorus <http://data.carnegiehall.org/names/23057>,
        <http://data.carnegiehall.org/names/32072> ;
    ns3:organ <http://data.carnegiehall.org/names/37232> ;
    ns2:performer <http://data.carnegiehall.org/names/14835>,
        <http://data.carnegiehall.org/names/23057>,
        <http://data.carnegiehall.org/names/3204>,
        <http://data.carnegiehall.org/names/32072>,
        <http://data.carnegiehall.org/names/37232> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/28886> .

