@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/19060/work_05> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Song of Fear" ;
    ns1:cello <http://data.carnegiehall.org/names/34738> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/39337> ;
    ns1:double_bass <http://data.carnegiehall.org/names/23547> ;
    ns1:piano <http://data.carnegiehall.org/names/14413>,
        <http://data.carnegiehall.org/names/3668> ;
    ns1:quartet <http://data.carnegiehall.org/names/58792> ;
    ns1:recorder <http://data.carnegiehall.org/names/36558> ;
    ns1:soprano_saxophone <http://data.carnegiehall.org/names/39576> ;
    ns1:vibraphone <http://data.carnegiehall.org/names/31794> ;
    ns1:violin <http://data.carnegiehall.org/names/24800> ;
    ns2:performer <http://data.carnegiehall.org/names/14413>,
        <http://data.carnegiehall.org/names/23547>,
        <http://data.carnegiehall.org/names/24800>,
        <http://data.carnegiehall.org/names/31794>,
        <http://data.carnegiehall.org/names/34738>,
        <http://data.carnegiehall.org/names/36558>,
        <http://data.carnegiehall.org/names/3668>,
        <http://data.carnegiehall.org/names/39337>,
        <http://data.carnegiehall.org/names/39576>,
        <http://data.carnegiehall.org/names/58792> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/55048> ;
    rdfs:comment "world premiere" .

