@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/36885/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Die Entführung aus dem Serail, K. 384" ;
    ns2:baritone <http://data.carnegiehall.org/names/12669>,
        <http://data.carnegiehall.org/names/21231> ;
    ns2:bass <http://data.carnegiehall.org/names/28538>,
        <http://data.carnegiehall.org/names/39245> ;
    ns2:contralto <http://data.carnegiehall.org/names/4221> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/83401> ;
    ns2:narrator <http://data.carnegiehall.org/names/44997> ;
    ns2:soprano <http://data.carnegiehall.org/names/11483>,
        <http://data.carnegiehall.org/names/33978>,
        <http://data.carnegiehall.org/names/6098>,
        <http://data.carnegiehall.org/names/75241>,
        <http://data.carnegiehall.org/names/83403> ;
    ns2:tenor <http://data.carnegiehall.org/names/48473>,
        <http://data.carnegiehall.org/names/53630>,
        <http://data.carnegiehall.org/names/57074>,
        <http://data.carnegiehall.org/names/83407>,
        <http://data.carnegiehall.org/names/83408> ;
    ns2:unspecified_voice <http://data.carnegiehall.org/names/83400>,
        <http://data.carnegiehall.org/names/83402>,
        <http://data.carnegiehall.org/names/83404>,
        <http://data.carnegiehall.org/names/83405>,
        <http://data.carnegiehall.org/names/83406> ;
    ns1:performer <http://data.carnegiehall.org/names/11483>,
        <http://data.carnegiehall.org/names/12669>,
        <http://data.carnegiehall.org/names/21231>,
        <http://data.carnegiehall.org/names/28538>,
        <http://data.carnegiehall.org/names/33978>,
        <http://data.carnegiehall.org/names/39245>,
        <http://data.carnegiehall.org/names/4221>,
        <http://data.carnegiehall.org/names/44997>,
        <http://data.carnegiehall.org/names/48473>,
        <http://data.carnegiehall.org/names/53630>,
        <http://data.carnegiehall.org/names/57074>,
        <http://data.carnegiehall.org/names/6098>,
        <http://data.carnegiehall.org/names/75241>,
        <http://data.carnegiehall.org/names/83400>,
        <http://data.carnegiehall.org/names/83401>,
        <http://data.carnegiehall.org/names/83402>,
        <http://data.carnegiehall.org/names/83403>,
        <http://data.carnegiehall.org/names/83404>,
        <http://data.carnegiehall.org/names/83405>,
        <http://data.carnegiehall.org/names/83406>,
        <http://data.carnegiehall.org/names/83407>,
        <http://data.carnegiehall.org/names/83408> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/53449> .

