@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/62958/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Calling All Dawns" ;
    ns2:chanter <http://data.carnegiehall.org/names/118326>,
        <http://data.carnegiehall.org/names/118327> ;
    ns2:choir <http://data.carnegiehall.org/names/80008> ;
    ns2:conductor <http://data.carnegiehall.org/names/85851> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/118325>,
        <http://data.carnegiehall.org/names/12304> ;
    ns2:soprano <http://data.carnegiehall.org/names/118323>,
        <http://data.carnegiehall.org/names/118324> ;
    ns2:tenor <http://data.carnegiehall.org/names/118322> ;
    ns2:vocalist <http://data.carnegiehall.org/names/98183>,
        <http://data.carnegiehall.org/names/98184>,
        <http://data.carnegiehall.org/names/98187>,
        <http://data.carnegiehall.org/names/98188> ;
    ns1:performer <http://data.carnegiehall.org/names/118322>,
        <http://data.carnegiehall.org/names/118323>,
        <http://data.carnegiehall.org/names/118324>,
        <http://data.carnegiehall.org/names/118325>,
        <http://data.carnegiehall.org/names/118326>,
        <http://data.carnegiehall.org/names/118327>,
        <http://data.carnegiehall.org/names/12304>,
        <http://data.carnegiehall.org/names/80008>,
        <http://data.carnegiehall.org/names/85851>,
        <http://data.carnegiehall.org/names/98183>,
        <http://data.carnegiehall.org/names/98184>,
        <http://data.carnegiehall.org/names/98187>,
        <http://data.carnegiehall.org/names/98188> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/91264> .

