@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/35020/work_01> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "The Joan of Arc Legend" ;
    ns1:bass_guitar <http://data.carnegiehall.org/names/55333> ;
    ns1:drums <http://data.carnegiehall.org/names/14646> ;
    ns1:guitar <http://data.carnegiehall.org/names/45714> ;
    ns1:jazz_ensemble <http://data.carnegiehall.org/names/435> ;
    ns1:piano <http://data.carnegiehall.org/names/37742> ;
    ns1:saxophone <http://data.carnegiehall.org/names/13801> ;
    ns1:trombone <http://data.carnegiehall.org/names/9124> ;
    ns1:vocalist <http://data.carnegiehall.org/names/17223>,
        <http://data.carnegiehall.org/names/29675>,
        <http://data.carnegiehall.org/names/34167>,
        <http://data.carnegiehall.org/names/45711>,
        <http://data.carnegiehall.org/names/53615>,
        <http://data.carnegiehall.org/names/61151> ;
    ns2:performer <http://data.carnegiehall.org/names/13801>,
        <http://data.carnegiehall.org/names/14646>,
        <http://data.carnegiehall.org/names/17223>,
        <http://data.carnegiehall.org/names/29675>,
        <http://data.carnegiehall.org/names/34167>,
        <http://data.carnegiehall.org/names/37742>,
        <http://data.carnegiehall.org/names/435>,
        <http://data.carnegiehall.org/names/45711>,
        <http://data.carnegiehall.org/names/45714>,
        <http://data.carnegiehall.org/names/53615>,
        <http://data.carnegiehall.org/names/55333>,
        <http://data.carnegiehall.org/names/61151>,
        <http://data.carnegiehall.org/names/9124> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/20236> ;
    rdfs:comment "world premiere" .

