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

<http://data.carnegiehall.org/events/20335/work_04> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Beauty and the Beast" ;
    ns1:baritone <http://data.carnegiehall.org/names/44041> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/55882> ;
    ns1:soprano <http://data.carnegiehall.org/names/27407> ;
    ns1:unspecified_voice <http://data.carnegiehall.org/names/26940>,
        <http://data.carnegiehall.org/names/32556>,
        <http://data.carnegiehall.org/names/46748>,
        <http://data.carnegiehall.org/names/7698> ;
    ns3:performer <http://data.carnegiehall.org/names/26940>,
        <http://data.carnegiehall.org/names/27407>,
        <http://data.carnegiehall.org/names/32556>,
        <http://data.carnegiehall.org/names/44041>,
        <http://data.carnegiehall.org/names/46748>,
        <http://data.carnegiehall.org/names/55882>,
        <http://data.carnegiehall.org/names/7698> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/43882> ;
    rdfs:comment "world premiere" .

