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

<http://data.carnegiehall.org/events/50022/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Ave Maria" ;
    ns2:contralto <http://data.carnegiehall.org/names/48259> ;
    ns2:soprano <http://data.carnegiehall.org/names/345> ;
    ns2:unspecified_voice <http://data.carnegiehall.org/names/10275>,
        <http://data.carnegiehall.org/names/34699>,
        <http://data.carnegiehall.org/names/91220>,
        <http://data.carnegiehall.org/names/91221>,
        <http://data.carnegiehall.org/names/91222>,
        <http://data.carnegiehall.org/names/91223>,
        <http://data.carnegiehall.org/names/91224>,
        <http://data.carnegiehall.org/names/91225>,
        <http://data.carnegiehall.org/names/91226>,
        <http://data.carnegiehall.org/names/91227> ;
    ns2:violin <http://data.carnegiehall.org/names/25655>,
        <http://data.carnegiehall.org/names/26517> ;
    ns1:performer <http://data.carnegiehall.org/names/10275>,
        <http://data.carnegiehall.org/names/25655>,
        <http://data.carnegiehall.org/names/26517>,
        <http://data.carnegiehall.org/names/345>,
        <http://data.carnegiehall.org/names/34699>,
        <http://data.carnegiehall.org/names/48259>,
        <http://data.carnegiehall.org/names/91220>,
        <http://data.carnegiehall.org/names/91221>,
        <http://data.carnegiehall.org/names/91222>,
        <http://data.carnegiehall.org/names/91223>,
        <http://data.carnegiehall.org/names/91224>,
        <http://data.carnegiehall.org/names/91225>,
        <http://data.carnegiehall.org/names/91226>,
        <http://data.carnegiehall.org/names/91227> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/84544> .

