@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/60796/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Creation, H.XXI:2: Part II" ;
    ns2:baritone <http://data.carnegiehall.org/names/85066> ;
    ns2:chamber_orchestra <http://data.carnegiehall.org/names/61706> ;
    ns2:choir <http://data.carnegiehall.org/names/108553>,
        <http://data.carnegiehall.org/names/113582>,
        <http://data.carnegiehall.org/names/113583>,
        <http://data.carnegiehall.org/names/113584>,
        <http://data.carnegiehall.org/names/113585>,
        <http://data.carnegiehall.org/names/63556>,
        <http://data.carnegiehall.org/names/94329> ;
    ns2:conductor <http://data.carnegiehall.org/names/38230> ;
    ns2:soprano <http://data.carnegiehall.org/names/63005> ;
    ns2:tenor <http://data.carnegiehall.org/names/108911> ;
    ns1:performer <http://data.carnegiehall.org/names/108553>,
        <http://data.carnegiehall.org/names/108911>,
        <http://data.carnegiehall.org/names/113582>,
        <http://data.carnegiehall.org/names/113583>,
        <http://data.carnegiehall.org/names/113584>,
        <http://data.carnegiehall.org/names/113585>,
        <http://data.carnegiehall.org/names/38230>,
        <http://data.carnegiehall.org/names/61706>,
        <http://data.carnegiehall.org/names/63005>,
        <http://data.carnegiehall.org/names/63556>,
        <http://data.carnegiehall.org/names/85066>,
        <http://data.carnegiehall.org/names/94329> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/102507> .

