@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/46225/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Dreamgates World Lullaby" ;
    ns1:cello <http://data.carnegiehall.org/names/81452> ;
    ns1:childrens_chorus <http://data.carnegiehall.org/names/50270> ;
    ns1:flute <http://data.carnegiehall.org/names/81451> ;
    ns1:harp <http://data.carnegiehall.org/names/73943> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/81449> ;
    ns1:piano <http://data.carnegiehall.org/names/36775> ;
    ns1:tenor <http://data.carnegiehall.org/names/81450> ;
    ns1:violin <http://data.carnegiehall.org/names/39784> ;
    ns2:performer <http://data.carnegiehall.org/names/36775>,
        <http://data.carnegiehall.org/names/39784>,
        <http://data.carnegiehall.org/names/50270>,
        <http://data.carnegiehall.org/names/73943>,
        <http://data.carnegiehall.org/names/81449>,
        <http://data.carnegiehall.org/names/81450>,
        <http://data.carnegiehall.org/names/81451>,
        <http://data.carnegiehall.org/names/81452> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/77352> .

