@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/8054/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Creation, H.XXI:2" ;
    ns2:bass <http://data.carnegiehall.org/names/35418> ;
    ns2:choir <http://data.carnegiehall.org/names/106845>,
        <http://data.carnegiehall.org/names/106846>,
        <http://data.carnegiehall.org/names/106847>,
        <http://data.carnegiehall.org/names/106848>,
        <http://data.carnegiehall.org/names/106849>,
        <http://data.carnegiehall.org/names/106850>,
        <http://data.carnegiehall.org/names/106851>,
        <http://data.carnegiehall.org/names/61382>,
        <http://data.carnegiehall.org/names/87114> ;
    ns2:soprano <http://data.carnegiehall.org/names/4548> ;
    ns2:tenor <http://data.carnegiehall.org/names/48963> ;
    ns1:performer <http://data.carnegiehall.org/names/106845>,
        <http://data.carnegiehall.org/names/106846>,
        <http://data.carnegiehall.org/names/106847>,
        <http://data.carnegiehall.org/names/106848>,
        <http://data.carnegiehall.org/names/106849>,
        <http://data.carnegiehall.org/names/106850>,
        <http://data.carnegiehall.org/names/106851>,
        <http://data.carnegiehall.org/names/35418>,
        <http://data.carnegiehall.org/names/4548>,
        <http://data.carnegiehall.org/names/48963>,
        <http://data.carnegiehall.org/names/61382>,
        <http://data.carnegiehall.org/names/87114> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/47276> .

