@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/53813/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Calling All Dawns" ;
    ns2:chanter <http://data.carnegiehall.org/names/98189> ;
    ns2:choir <http://data.carnegiehall.org/names/80008> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/12304> ;
    ns2:tenor <http://data.carnegiehall.org/names/98181> ;
    ns2:vocalist <http://data.carnegiehall.org/names/98183>,
        <http://data.carnegiehall.org/names/98184>,
        <http://data.carnegiehall.org/names/98186>,
        <http://data.carnegiehall.org/names/98187>,
        <http://data.carnegiehall.org/names/98188> ;
    ns1:performer <http://data.carnegiehall.org/names/12304>,
        <http://data.carnegiehall.org/names/80008>,
        <http://data.carnegiehall.org/names/98181>,
        <http://data.carnegiehall.org/names/98183>,
        <http://data.carnegiehall.org/names/98184>,
        <http://data.carnegiehall.org/names/98186>,
        <http://data.carnegiehall.org/names/98187>,
        <http://data.carnegiehall.org/names/98188>,
        <http://data.carnegiehall.org/names/98189> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/91264> .

