@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/26116/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Nueva España" ;
    ns2:chamber_ensemble <http://data.carnegiehall.org/names/44988> ;
    ns2:mandolin <http://data.carnegiehall.org/names/13512>,
        <http://data.carnegiehall.org/names/17490>,
        <http://data.carnegiehall.org/names/18643>,
        <http://data.carnegiehall.org/names/20053>,
        <http://data.carnegiehall.org/names/28623>,
        <http://data.carnegiehall.org/names/3292>,
        <http://data.carnegiehall.org/names/35135>,
        <http://data.carnegiehall.org/names/43979>,
        <http://data.carnegiehall.org/names/4589>,
        <http://data.carnegiehall.org/names/49008>,
        <http://data.carnegiehall.org/names/50561>,
        <http://data.carnegiehall.org/names/5420>,
        <http://data.carnegiehall.org/names/71055>,
        <http://data.carnegiehall.org/names/71056>,
        <http://data.carnegiehall.org/names/7372> ;
    ns1:performer <http://data.carnegiehall.org/names/13512>,
        <http://data.carnegiehall.org/names/17490>,
        <http://data.carnegiehall.org/names/18643>,
        <http://data.carnegiehall.org/names/20053>,
        <http://data.carnegiehall.org/names/28623>,
        <http://data.carnegiehall.org/names/3292>,
        <http://data.carnegiehall.org/names/35135>,
        <http://data.carnegiehall.org/names/43979>,
        <http://data.carnegiehall.org/names/44988>,
        <http://data.carnegiehall.org/names/4589>,
        <http://data.carnegiehall.org/names/49008>,
        <http://data.carnegiehall.org/names/50561>,
        <http://data.carnegiehall.org/names/5420>,
        <http://data.carnegiehall.org/names/71055>,
        <http://data.carnegiehall.org/names/71056>,
        <http://data.carnegiehall.org/names/7372> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/67670> .

