@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@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" ;
    ns3:cello <http://data.carnegiehall.org/names/20211> ;
    ns3:chamber_ensemble <http://data.carnegiehall.org/names/50632> ;
    ns3:clarinet <http://data.carnegiehall.org/names/46077> ;
    ns3:double_bass <http://data.carnegiehall.org/names/35057> ;
    ns3:flute <http://data.carnegiehall.org/names/3042> ;
    ns3:french_horn <http://data.carnegiehall.org/names/59463> ;
    ns3:harp <http://data.carnegiehall.org/names/53964> ;
    ns3:mezzo_soprano <http://data.carnegiehall.org/names/28320> ;
    ns3:percussion <http://data.carnegiehall.org/names/20212> ;
    ns3:piano <http://data.carnegiehall.org/names/53423> ;
    ns3:trumpet <http://data.carnegiehall.org/names/5130> ;
    ns3:viola <http://data.carnegiehall.org/names/26793> ;
    ns3:violin <http://data.carnegiehall.org/names/44818> ;
    ns2: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> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/7375> .

