@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/27792/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Hearing" ;
    ns2:alto_saxophone <http://data.carnegiehall.org/names/47061> ;
    ns2:baritone <http://data.carnegiehall.org/names/36740> ;
    ns2:chamber_ensemble <http://data.carnegiehall.org/names/48341> ;
    ns2:clarinet <http://data.carnegiehall.org/names/47061> ;
    ns2:conductor <http://data.carnegiehall.org/names/46003> ;
    ns2:double_bass <http://data.carnegiehall.org/names/3997> ;
    ns2:mandolin <http://data.carnegiehall.org/names/40333> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/5051> ;
    ns2:percussion <http://data.carnegiehall.org/names/18728> ;
    ns2:piano <http://data.carnegiehall.org/names/8150> ;
    ns2:soprano <http://data.carnegiehall.org/names/47397> ;
    ns2:tenor <http://data.carnegiehall.org/names/47389> ;
    ns2:trumpet <http://data.carnegiehall.org/names/52069> ;
    ns2:viola <http://data.carnegiehall.org/names/46361> ;
    ns2:violin <http://data.carnegiehall.org/names/59427> ;
    ns1:performer <http://data.carnegiehall.org/names/18728>,
        <http://data.carnegiehall.org/names/36740>,
        <http://data.carnegiehall.org/names/3997>,
        <http://data.carnegiehall.org/names/40333>,
        <http://data.carnegiehall.org/names/46003>,
        <http://data.carnegiehall.org/names/46361>,
        <http://data.carnegiehall.org/names/47061>,
        <http://data.carnegiehall.org/names/47389>,
        <http://data.carnegiehall.org/names/47397>,
        <http://data.carnegiehall.org/names/48341>,
        <http://data.carnegiehall.org/names/5051>,
        <http://data.carnegiehall.org/names/52069>,
        <http://data.carnegiehall.org/names/59427>,
        <http://data.carnegiehall.org/names/8150> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/46710> .

