@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/38277/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Stoned Guest, S. 86 proof (A Half-Act Opera)" ;
    ns1:countertenor <http://data.carnegiehall.org/names/3925> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/63393> ;
    ns1:performing_dog <http://data.carnegiehall.org/names/63394> ;
    ns1:soprano <http://data.carnegiehall.org/names/63391> ;
    ns1:vocalist <http://data.carnegiehall.org/names/57125> ;
    ns2:performer <http://data.carnegiehall.org/names/3925>,
        <http://data.carnegiehall.org/names/57125>,
        <http://data.carnegiehall.org/names/63391>,
        <http://data.carnegiehall.org/names/63393>,
        <http://data.carnegiehall.org/names/63394> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/61105> .

