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

<http://data.carnegiehall.org/events/79649/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Tres Minutos con la Realidad" ;
    ns1:bandoneón <http://data.carnegiehall.org/names/141197> ;
    ns1:double_bass <http://data.carnegiehall.org/names/106810> ;
    ns1:guitar <http://data.carnegiehall.org/names/141200> ;
    ns1:piano <http://data.carnegiehall.org/names/141199> ;
    ns1:quintet <http://data.carnegiehall.org/names/141196> ;
    ns1:violin <http://data.carnegiehall.org/names/141198> ;
    ns3:performer <http://data.carnegiehall.org/names/106810>,
        <http://data.carnegiehall.org/names/141196>,
        <http://data.carnegiehall.org/names/141197>,
        <http://data.carnegiehall.org/names/141198>,
        <http://data.carnegiehall.org/names/141199>,
        <http://data.carnegiehall.org/names/141200> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/65292> .

