@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/19231/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Huyano" ;
    ns1:charango <http://data.carnegiehall.org/names/55640> ;
    ns1:folk_ensemble <http://data.carnegiehall.org/names/11511> ;
    ns1:guitar <http://data.carnegiehall.org/names/17479> ;
    ns1:percussion <http://data.carnegiehall.org/names/9900> ;
    ns1:quena <http://data.carnegiehall.org/names/28853> ;
    ns1:siku <http://data.carnegiehall.org/names/58235> ;
    ns2:performer <http://data.carnegiehall.org/names/11511>,
        <http://data.carnegiehall.org/names/17479>,
        <http://data.carnegiehall.org/names/28853>,
        <http://data.carnegiehall.org/names/55640>,
        <http://data.carnegiehall.org/names/58235>,
        <http://data.carnegiehall.org/names/9900> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/69684> .

