@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/15203/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Fedora" ;
    ns1:baritone <http://data.carnegiehall.org/names/21413>,
        <http://data.carnegiehall.org/names/56047>,
        <http://data.carnegiehall.org/names/634> ;
    ns1:bass <http://data.carnegiehall.org/names/17481> ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/37935> ;
    ns1:boy_alto <http://data.carnegiehall.org/names/31975> ;
    ns1:choir <http://data.carnegiehall.org/names/49462> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/59546> ;
    ns1:piano <http://data.carnegiehall.org/names/41520> ;
    ns1:soprano <http://data.carnegiehall.org/names/11041>,
        <http://data.carnegiehall.org/names/37494> ;
    ns1:tenor <http://data.carnegiehall.org/names/1872>,
        <http://data.carnegiehall.org/names/33235>,
        <http://data.carnegiehall.org/names/53813> ;
    ns2:performer <http://data.carnegiehall.org/names/11041>,
        <http://data.carnegiehall.org/names/17481>,
        <http://data.carnegiehall.org/names/1872>,
        <http://data.carnegiehall.org/names/21413>,
        <http://data.carnegiehall.org/names/31975>,
        <http://data.carnegiehall.org/names/33235>,
        <http://data.carnegiehall.org/names/37494>,
        <http://data.carnegiehall.org/names/37935>,
        <http://data.carnegiehall.org/names/41520>,
        <http://data.carnegiehall.org/names/49462>,
        <http://data.carnegiehall.org/names/53813>,
        <http://data.carnegiehall.org/names/56047>,
        <http://data.carnegiehall.org/names/59546>,
        <http://data.carnegiehall.org/names/634> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/41589> .

