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

<http://data.carnegiehall.org/events/46910/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass of the Children" ;
    ns1:baritone <http://data.carnegiehall.org/names/80052> ;
    ns1:childrens_chorus <http://data.carnegiehall.org/names/77763> ;
    ns1:choir <http://data.carnegiehall.org/names/51739>,
        <http://data.carnegiehall.org/names/67459>,
        <http://data.carnegiehall.org/names/70617>,
        <http://data.carnegiehall.org/names/76545>,
        <http://data.carnegiehall.org/names/83008>,
        <http://data.carnegiehall.org/names/83009>,
        <http://data.carnegiehall.org/names/83010>,
        <http://data.carnegiehall.org/names/83011>,
        <http://data.carnegiehall.org/names/83012> ;
    ns1:soprano <http://data.carnegiehall.org/names/73859> ;
    ns2:performer <http://data.carnegiehall.org/names/51739>,
        <http://data.carnegiehall.org/names/67459>,
        <http://data.carnegiehall.org/names/70617>,
        <http://data.carnegiehall.org/names/73859>,
        <http://data.carnegiehall.org/names/76545>,
        <http://data.carnegiehall.org/names/77763>,
        <http://data.carnegiehall.org/names/80052>,
        <http://data.carnegiehall.org/names/83008>,
        <http://data.carnegiehall.org/names/83009>,
        <http://data.carnegiehall.org/names/83010>,
        <http://data.carnegiehall.org/names/83011>,
        <http://data.carnegiehall.org/names/83012> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/61793> .

