@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/76841/work_15> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Regreso" ;
    ns2:bandoneón <http://data.carnegiehall.org/names/136929> ;
    ns2:chamber_ensemble <http://data.carnegiehall.org/names/136942> ;
    ns2:dancer <http://data.carnegiehall.org/names/136946>,
        <http://data.carnegiehall.org/names/136947> ;
    ns2:double_bass <http://data.carnegiehall.org/names/136944> ;
    ns2:piano <http://data.carnegiehall.org/names/136945> ;
    ns2:violin <http://data.carnegiehall.org/names/136943> ;
    ns1:performer <http://data.carnegiehall.org/names/136929>,
        <http://data.carnegiehall.org/names/136942>,
        <http://data.carnegiehall.org/names/136943>,
        <http://data.carnegiehall.org/names/136944>,
        <http://data.carnegiehall.org/names/136945>,
        <http://data.carnegiehall.org/names/136946>,
        <http://data.carnegiehall.org/names/136947> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/120909> .

