@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/79601/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Cuatro estaciones porteñas" ;
    ns1:cello <http://data.carnegiehall.org/names/123327>,
        <http://data.carnegiehall.org/names/18422> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/141098> ;
    ns1:double_bass <http://data.carnegiehall.org/names/79650> ;
    ns1:viola <http://data.carnegiehall.org/names/102379>,
        <http://data.carnegiehall.org/names/141101>,
        <http://data.carnegiehall.org/names/95977> ;
    ns1:violin <http://data.carnegiehall.org/names/100624>,
        <http://data.carnegiehall.org/names/141096>,
        <http://data.carnegiehall.org/names/141099>,
        <http://data.carnegiehall.org/names/141100>,
        <http://data.carnegiehall.org/names/18277>,
        <http://data.carnegiehall.org/names/33428>,
        <http://data.carnegiehall.org/names/58367>,
        <http://data.carnegiehall.org/names/82644>,
        <http://data.carnegiehall.org/names/89891> ;
    ns2:performer <http://data.carnegiehall.org/names/100624>,
        <http://data.carnegiehall.org/names/102379>,
        <http://data.carnegiehall.org/names/123327>,
        <http://data.carnegiehall.org/names/141096>,
        <http://data.carnegiehall.org/names/141098>,
        <http://data.carnegiehall.org/names/141099>,
        <http://data.carnegiehall.org/names/141100>,
        <http://data.carnegiehall.org/names/141101>,
        <http://data.carnegiehall.org/names/18277>,
        <http://data.carnegiehall.org/names/18422>,
        <http://data.carnegiehall.org/names/33428>,
        <http://data.carnegiehall.org/names/58367>,
        <http://data.carnegiehall.org/names/79650>,
        <http://data.carnegiehall.org/names/82644>,
        <http://data.carnegiehall.org/names/89891>,
        <http://data.carnegiehall.org/names/95977> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/16537> .

