@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/70473/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Viajera del Río" ;
    ns1:double_bass <http://data.carnegiehall.org/names/129982> ;
    ns1:guitar <http://data.carnegiehall.org/names/129979>,
        <http://data.carnegiehall.org/names/129980>,
        <http://data.carnegiehall.org/names/129981> ;
    ns1:music_ensemble <http://data.carnegiehall.org/names/129978> ;
    ns1:timple <http://data.carnegiehall.org/names/129980> ;
    ns1:vocalist <http://data.carnegiehall.org/names/129984> ;
    ns2:performer <http://data.carnegiehall.org/names/129978>,
        <http://data.carnegiehall.org/names/129979>,
        <http://data.carnegiehall.org/names/129980>,
        <http://data.carnegiehall.org/names/129981>,
        <http://data.carnegiehall.org/names/129982>,
        <http://data.carnegiehall.org/names/129984> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/114543> .

