@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/17569/work_03> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Joseph and His Brothers" ;
    ns1:baritone <http://data.carnegiehall.org/names/46137> ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/43670> ;
    ns1:choir <http://data.carnegiehall.org/names/1001> ;
    ns1:conductor <http://data.carnegiehall.org/names/19914> ;
    ns1:narrator <http://data.carnegiehall.org/names/26641> ;
    ns1:soprano <http://data.carnegiehall.org/names/58336> ;
    ns1:tenor <http://data.carnegiehall.org/names/46136> ;
    ns2:performer <http://data.carnegiehall.org/names/1001>,
        <http://data.carnegiehall.org/names/19914>,
        <http://data.carnegiehall.org/names/26641>,
        <http://data.carnegiehall.org/names/43670>,
        <http://data.carnegiehall.org/names/46136>,
        <http://data.carnegiehall.org/names/46137>,
        <http://data.carnegiehall.org/names/58336> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/226> ;
    rdfs:comment "world premiere" .

