@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/10053/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "King Rene's Daughter" ;
    ns1:contralto <http://data.carnegiehall.org/names/23631> ;
    ns1:organ <http://data.carnegiehall.org/names/41340> ;
    ns1:piano <http://data.carnegiehall.org/names/11280> ;
    ns1:unspecified_voice <http://data.carnegiehall.org/names/62916>,
        <http://data.carnegiehall.org/names/62917>,
        <http://data.carnegiehall.org/names/62918>,
        <http://data.carnegiehall.org/names/62919>,
        <http://data.carnegiehall.org/names/62920>,
        <http://data.carnegiehall.org/names/62921>,
        <http://data.carnegiehall.org/names/62922>,
        <http://data.carnegiehall.org/names/62923>,
        <http://data.carnegiehall.org/names/62924>,
        <http://data.carnegiehall.org/names/62925>,
        <http://data.carnegiehall.org/names/62926> ;
    ns2:performer <http://data.carnegiehall.org/names/11280>,
        <http://data.carnegiehall.org/names/23631>,
        <http://data.carnegiehall.org/names/41340>,
        <http://data.carnegiehall.org/names/62916>,
        <http://data.carnegiehall.org/names/62917>,
        <http://data.carnegiehall.org/names/62918>,
        <http://data.carnegiehall.org/names/62919>,
        <http://data.carnegiehall.org/names/62920>,
        <http://data.carnegiehall.org/names/62921>,
        <http://data.carnegiehall.org/names/62922>,
        <http://data.carnegiehall.org/names/62923>,
        <http://data.carnegiehall.org/names/62924>,
        <http://data.carnegiehall.org/names/62925>,
        <http://data.carnegiehall.org/names/62926> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/34780> .

