@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/48636/work_18> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Come Ye Makers of Song" ;
    ns1:childrens_chorus <http://data.carnegiehall.org/names/48579>,
        <http://data.carnegiehall.org/names/81922> ;
    ns1:choir <http://data.carnegiehall.org/names/31524>,
        <http://data.carnegiehall.org/names/71684>,
        <http://data.carnegiehall.org/names/81932>,
        <http://data.carnegiehall.org/names/87990>,
        <http://data.carnegiehall.org/names/87991> ;
    ns1:conductor <http://data.carnegiehall.org/names/71685> ;
    ns1:girls_chorus <http://data.carnegiehall.org/names/87989> ;
    ns1:piano <http://data.carnegiehall.org/names/87980> ;
    ns2:performer <http://data.carnegiehall.org/names/31524>,
        <http://data.carnegiehall.org/names/48579>,
        <http://data.carnegiehall.org/names/71684>,
        <http://data.carnegiehall.org/names/71685>,
        <http://data.carnegiehall.org/names/81922>,
        <http://data.carnegiehall.org/names/81932>,
        <http://data.carnegiehall.org/names/87980>,
        <http://data.carnegiehall.org/names/87989>,
        <http://data.carnegiehall.org/names/87990>,
        <http://data.carnegiehall.org/names/87991> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/46229> .

