@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/41253/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Fantasia on Christmas Carols" ;
    ns1:choir <http://data.carnegiehall.org/names/34691>,
        <http://data.carnegiehall.org/names/41637>,
        <http://data.carnegiehall.org/names/51739>,
        <http://data.carnegiehall.org/names/69404>,
        <http://data.carnegiehall.org/names/69405>,
        <http://data.carnegiehall.org/names/69406>,
        <http://data.carnegiehall.org/names/69407>,
        <http://data.carnegiehall.org/names/69408> ;
    ns1:conductor <http://data.carnegiehall.org/names/3000> ;
    ns2:performer <http://data.carnegiehall.org/names/3000>,
        <http://data.carnegiehall.org/names/34691>,
        <http://data.carnegiehall.org/names/41637>,
        <http://data.carnegiehall.org/names/51739>,
        <http://data.carnegiehall.org/names/69404>,
        <http://data.carnegiehall.org/names/69405>,
        <http://data.carnegiehall.org/names/69406>,
        <http://data.carnegiehall.org/names/69407>,
        <http://data.carnegiehall.org/names/69408> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/58311> .

