@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/70208/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "little tree" ;
    ns1:childrens_chorus <http://data.carnegiehall.org/names/102788>,
        <http://data.carnegiehall.org/names/112601> ;
    ns1:choir <http://data.carnegiehall.org/names/109740>,
        <http://data.carnegiehall.org/names/112596>,
        <http://data.carnegiehall.org/names/112782>,
        <http://data.carnegiehall.org/names/129220>,
        <http://data.carnegiehall.org/names/129221>,
        <http://data.carnegiehall.org/names/129222>,
        <http://data.carnegiehall.org/names/51355> ;
    ns1:piano <http://data.carnegiehall.org/names/84994> ;
    ns2:performer <http://data.carnegiehall.org/names/102788>,
        <http://data.carnegiehall.org/names/109740>,
        <http://data.carnegiehall.org/names/112596>,
        <http://data.carnegiehall.org/names/112601>,
        <http://data.carnegiehall.org/names/112782>,
        <http://data.carnegiehall.org/names/129220>,
        <http://data.carnegiehall.org/names/129221>,
        <http://data.carnegiehall.org/names/129222>,
        <http://data.carnegiehall.org/names/51355>,
        <http://data.carnegiehall.org/names/84994> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/87545> .

