@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/27505/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "America(n) (Day)dreams" ;
    ns2:cello <http://data.carnegiehall.org/names/20211> ;
    ns2:chamber_ensemble <http://data.carnegiehall.org/names/50632> ;
    ns2:clarinet <http://data.carnegiehall.org/names/46077> ;
    ns2:double_bass <http://data.carnegiehall.org/names/35057> ;
    ns2:flute <http://data.carnegiehall.org/names/3042> ;
    ns2:french_horn <http://data.carnegiehall.org/names/59463> ;
    ns2:harp <http://data.carnegiehall.org/names/53964> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/28320> ;
    ns2:percussion <http://data.carnegiehall.org/names/20212> ;
    ns2:piano <http://data.carnegiehall.org/names/53423> ;
    ns2:trumpet <http://data.carnegiehall.org/names/5130> ;
    ns2:viola <http://data.carnegiehall.org/names/26793> ;
    ns2:violin <http://data.carnegiehall.org/names/44818> ;
    ns1:performer <http://data.carnegiehall.org/names/20211>,
        <http://data.carnegiehall.org/names/20212>,
        <http://data.carnegiehall.org/names/26793>,
        <http://data.carnegiehall.org/names/28320>,
        <http://data.carnegiehall.org/names/3042>,
        <http://data.carnegiehall.org/names/35057>,
        <http://data.carnegiehall.org/names/44818>,
        <http://data.carnegiehall.org/names/46077>,
        <http://data.carnegiehall.org/names/50632>,
        <http://data.carnegiehall.org/names/5130>,
        <http://data.carnegiehall.org/names/53423>,
        <http://data.carnegiehall.org/names/53964>,
        <http://data.carnegiehall.org/names/59463> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/7375> .

