@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/50760/work_13> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Symphony No. 2 in B-flat Major, Op. 52, \"Lobgesang\"" ;
    ns2:choir <http://data.carnegiehall.org/names/29747>,
        <http://data.carnegiehall.org/names/73518>,
        <http://data.carnegiehall.org/names/82981>,
        <http://data.carnegiehall.org/names/84933>,
        <http://data.carnegiehall.org/names/90285>,
        <http://data.carnegiehall.org/names/93012>,
        <http://data.carnegiehall.org/names/93013>,
        <http://data.carnegiehall.org/names/93014> ;
    ns2:conductor <http://data.carnegiehall.org/names/84926> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/42561> ;
    ns2:orchestra <http://data.carnegiehall.org/names/27023> ;
    ns2:soprano <http://data.carnegiehall.org/names/72616> ;
    ns2:tenor <http://data.carnegiehall.org/names/41119> ;
    ns1:performer <http://data.carnegiehall.org/names/27023>,
        <http://data.carnegiehall.org/names/29747>,
        <http://data.carnegiehall.org/names/41119>,
        <http://data.carnegiehall.org/names/42561>,
        <http://data.carnegiehall.org/names/72616>,
        <http://data.carnegiehall.org/names/73518>,
        <http://data.carnegiehall.org/names/82981>,
        <http://data.carnegiehall.org/names/84926>,
        <http://data.carnegiehall.org/names/84933>,
        <http://data.carnegiehall.org/names/90285>,
        <http://data.carnegiehall.org/names/93012>,
        <http://data.carnegiehall.org/names/93013>,
        <http://data.carnegiehall.org/names/93014> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/10737> .

