@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/45773/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Sing unto God, HWV 263" ;
    ns1:bass <http://data.carnegiehall.org/names/62587> ;
    ns1:choir <http://data.carnegiehall.org/names/63295>,
        <http://data.carnegiehall.org/names/79801>,
        <http://data.carnegiehall.org/names/80217>,
        <http://data.carnegiehall.org/names/80218>,
        <http://data.carnegiehall.org/names/80219>,
        <http://data.carnegiehall.org/names/80220> ;
    ns1:conductor <http://data.carnegiehall.org/names/80215> ;
    ns1:continuo <http://data.carnegiehall.org/names/77736> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/17627> ;
    ns1:soprano <http://data.carnegiehall.org/names/69323> ;
    ns1:tenor <http://data.carnegiehall.org/names/64047> ;
    ns3:performer <http://data.carnegiehall.org/names/17627>,
        <http://data.carnegiehall.org/names/62587>,
        <http://data.carnegiehall.org/names/63295>,
        <http://data.carnegiehall.org/names/64047>,
        <http://data.carnegiehall.org/names/69323>,
        <http://data.carnegiehall.org/names/77736>,
        <http://data.carnegiehall.org/names/79801>,
        <http://data.carnegiehall.org/names/80215>,
        <http://data.carnegiehall.org/names/80217>,
        <http://data.carnegiehall.org/names/80218>,
        <http://data.carnegiehall.org/names/80219>,
        <http://data.carnegiehall.org/names/80220> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/76221> .

