@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/48637/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Symphony of Songs" ;
    ns1:cello <http://data.carnegiehall.org/names/6983> ;
    ns1:choir <http://data.carnegiehall.org/names/35099>,
        <http://data.carnegiehall.org/names/55452>,
        <http://data.carnegiehall.org/names/61873>,
        <http://data.carnegiehall.org/names/61876>,
        <http://data.carnegiehall.org/names/67780>,
        <http://data.carnegiehall.org/names/72718> ;
    ns1:clarinet <http://data.carnegiehall.org/names/17188> ;
    ns1:conductor <http://data.carnegiehall.org/names/53713> ;
    ns1:double_bass <http://data.carnegiehall.org/names/48813> ;
    ns1:percussion <http://data.carnegiehall.org/names/21052>,
        <http://data.carnegiehall.org/names/74056>,
        <http://data.carnegiehall.org/names/87994> ;
    ns1:piano <http://data.carnegiehall.org/names/87992> ;
    ns1:violin <http://data.carnegiehall.org/names/87993> ;
    ns2:performer <http://data.carnegiehall.org/names/17188>,
        <http://data.carnegiehall.org/names/21052>,
        <http://data.carnegiehall.org/names/35099>,
        <http://data.carnegiehall.org/names/48813>,
        <http://data.carnegiehall.org/names/53713>,
        <http://data.carnegiehall.org/names/55452>,
        <http://data.carnegiehall.org/names/61873>,
        <http://data.carnegiehall.org/names/61876>,
        <http://data.carnegiehall.org/names/67780>,
        <http://data.carnegiehall.org/names/6983>,
        <http://data.carnegiehall.org/names/72718>,
        <http://data.carnegiehall.org/names/74056>,
        <http://data.carnegiehall.org/names/87992>,
        <http://data.carnegiehall.org/names/87993>,
        <http://data.carnegiehall.org/names/87994> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/80073> .

