@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/80251/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Missa Romantica" ;
    ns1:choir <http://data.carnegiehall.org/names/142679>,
        <http://data.carnegiehall.org/names/77881> ;
    ns1:conductor <http://data.carnegiehall.org/names/113695> ;
    ns1:girls_chorus <http://data.carnegiehall.org/names/127802>,
        <http://data.carnegiehall.org/names/55301>,
        <http://data.carnegiehall.org/names/98350> ;
    ns1:soprano <http://data.carnegiehall.org/names/89625> ;
    ns1:womens_chorus <http://data.carnegiehall.org/names/142678> ;
    ns2:performer <http://data.carnegiehall.org/names/113695>,
        <http://data.carnegiehall.org/names/127802>,
        <http://data.carnegiehall.org/names/142678>,
        <http://data.carnegiehall.org/names/142679>,
        <http://data.carnegiehall.org/names/55301>,
        <http://data.carnegiehall.org/names/77881>,
        <http://data.carnegiehall.org/names/89625>,
        <http://data.carnegiehall.org/names/98350> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/125895> .

