@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/55441/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Messa a quattro voci" ;
    ns1:baritone <http://data.carnegiehall.org/names/100883> ;
    ns1:bass <http://data.carnegiehall.org/names/89627> ;
    ns1:childrens_chorus <http://data.carnegiehall.org/names/100886> ;
    ns1:choir <http://data.carnegiehall.org/names/100884>,
        <http://data.carnegiehall.org/names/100885>,
        <http://data.carnegiehall.org/names/64850>,
        <http://data.carnegiehall.org/names/71243>,
        <http://data.carnegiehall.org/names/87842>,
        <http://data.carnegiehall.org/names/87843> ;
    ns1:conductor <http://data.carnegiehall.org/names/94928> ;
    ns1:tenor <http://data.carnegiehall.org/names/97259> ;
    ns2:performer <http://data.carnegiehall.org/names/100883>,
        <http://data.carnegiehall.org/names/100884>,
        <http://data.carnegiehall.org/names/100885>,
        <http://data.carnegiehall.org/names/100886>,
        <http://data.carnegiehall.org/names/64850>,
        <http://data.carnegiehall.org/names/71243>,
        <http://data.carnegiehall.org/names/87842>,
        <http://data.carnegiehall.org/names/87843>,
        <http://data.carnegiehall.org/names/89627>,
        <http://data.carnegiehall.org/names/94928>,
        <http://data.carnegiehall.org/names/97259> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/22496> .

