@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns3: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/49906/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Preludio a Colón" ;
    ns2:96_tone_harp <http://data.carnegiehall.org/names/59289> ;
    ns2:cello <http://data.carnegiehall.org/names/88376> ;
    ns2:conductor <http://data.carnegiehall.org/names/90836> ;
    ns2:flute <http://data.carnegiehall.org/names/88387> ;
    ns2:quarter_tone_guitar <http://data.carnegiehall.org/names/90835> ;
    ns2:soprano <http://data.carnegiehall.org/names/88371> ;
    ns2:viola <http://data.carnegiehall.org/names/90834> ;
    ns2:violin <http://data.carnegiehall.org/names/90832>,
        <http://data.carnegiehall.org/names/90833> ;
    ns1:performer <http://data.carnegiehall.org/names/59289>,
        <http://data.carnegiehall.org/names/88371>,
        <http://data.carnegiehall.org/names/88376>,
        <http://data.carnegiehall.org/names/88387>,
        <http://data.carnegiehall.org/names/90832>,
        <http://data.carnegiehall.org/names/90833>,
        <http://data.carnegiehall.org/names/90834>,
        <http://data.carnegiehall.org/names/90835>,
        <http://data.carnegiehall.org/names/90836> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/84237> .

