@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/33302/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Brochos" ;
    ns1:alto <http://data.carnegiehall.org/names/67420>,
        <http://data.carnegiehall.org/names/67421> ;
    ns1:bass <http://data.carnegiehall.org/names/54458>,
        <http://data.carnegiehall.org/names/67424>,
        <http://data.carnegiehall.org/names/67425> ;
    ns1:soprano <http://data.carnegiehall.org/names/67418>,
        <http://data.carnegiehall.org/names/67419> ;
    ns1:tenor <http://data.carnegiehall.org/names/67422>,
        <http://data.carnegiehall.org/names/67423> ;
    ns2:performer <http://data.carnegiehall.org/names/54458>,
        <http://data.carnegiehall.org/names/67418>,
        <http://data.carnegiehall.org/names/67419>,
        <http://data.carnegiehall.org/names/67420>,
        <http://data.carnegiehall.org/names/67421>,
        <http://data.carnegiehall.org/names/67422>,
        <http://data.carnegiehall.org/names/67423>,
        <http://data.carnegiehall.org/names/67424>,
        <http://data.carnegiehall.org/names/67425> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/64285> .

