@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/10047/work_01> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Doktor Faust" ;
    ns1:baritone <http://data.carnegiehall.org/names/26992> ;
    ns1:bass <http://data.carnegiehall.org/names/17801>,
        <http://data.carnegiehall.org/names/32059> ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/28272>,
        <http://data.carnegiehall.org/names/52634> ;
    ns1:soprano <http://data.carnegiehall.org/names/59935> ;
    ns1:tenor <http://data.carnegiehall.org/names/12511>,
        <http://data.carnegiehall.org/names/2412>,
        <http://data.carnegiehall.org/names/39313>,
        <http://data.carnegiehall.org/names/55573> ;
    ns2:performer <http://data.carnegiehall.org/names/12511>,
        <http://data.carnegiehall.org/names/17801>,
        <http://data.carnegiehall.org/names/2412>,
        <http://data.carnegiehall.org/names/26992>,
        <http://data.carnegiehall.org/names/28272>,
        <http://data.carnegiehall.org/names/32059>,
        <http://data.carnegiehall.org/names/39313>,
        <http://data.carnegiehall.org/names/52634>,
        <http://data.carnegiehall.org/names/55573>,
        <http://data.carnegiehall.org/names/59935> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/15823> ;
    rdfs:comment "United States premiere" .

