@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/58669/work_13> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "When Birds Sing" ;
    ns2:cello <http://data.carnegiehall.org/names/103165>,
        <http://data.carnegiehall.org/names/94084> ;
    ns2:clarinet <http://data.carnegiehall.org/names/109222> ;
    ns2:conductor <http://data.carnegiehall.org/names/109219> ;
    ns2:double_bass <http://data.carnegiehall.org/names/109220> ;
    ns2:flute <http://data.carnegiehall.org/names/109221> ;
    ns2:oboe <http://data.carnegiehall.org/names/103166> ;
    ns2:piano <http://data.carnegiehall.org/names/92910> ;
    ns2:tenor <http://data.carnegiehall.org/names/72517> ;
    ns2:trombone <http://data.carnegiehall.org/names/96937> ;
    ns2:trumpet <http://data.carnegiehall.org/names/74906> ;
    ns2:violin <http://data.carnegiehall.org/names/103163>,
        <http://data.carnegiehall.org/names/103164> ;
    ns1:performer <http://data.carnegiehall.org/names/103163>,
        <http://data.carnegiehall.org/names/103164>,
        <http://data.carnegiehall.org/names/103165>,
        <http://data.carnegiehall.org/names/103166>,
        <http://data.carnegiehall.org/names/109219>,
        <http://data.carnegiehall.org/names/109220>,
        <http://data.carnegiehall.org/names/109221>,
        <http://data.carnegiehall.org/names/109222>,
        <http://data.carnegiehall.org/names/72517>,
        <http://data.carnegiehall.org/names/74906>,
        <http://data.carnegiehall.org/names/92910>,
        <http://data.carnegiehall.org/names/94084>,
        <http://data.carnegiehall.org/names/96937> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/99533> .

