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

<http://data.carnegiehall.org/events/6796/work_17> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Canasteros de Triana" ;
    ns3:dance_group <http://data.carnegiehall.org/names/51884> ;
    ns3:dancer <http://data.carnegiehall.org/names/1616>,
        <http://data.carnegiehall.org/names/23222>,
        <http://data.carnegiehall.org/names/23612>,
        <http://data.carnegiehall.org/names/31018>,
        <http://data.carnegiehall.org/names/35893>,
        <http://data.carnegiehall.org/names/37791>,
        <http://data.carnegiehall.org/names/45889>,
        <http://data.carnegiehall.org/names/55986> ;
    ns3:flamenco_dancer <http://data.carnegiehall.org/names/73500>,
        <http://data.carnegiehall.org/names/73501> ;
    ns3:guitar <http://data.carnegiehall.org/names/51225> ;
    ns1:performer <http://data.carnegiehall.org/names/1616>,
        <http://data.carnegiehall.org/names/23222>,
        <http://data.carnegiehall.org/names/23612>,
        <http://data.carnegiehall.org/names/31018>,
        <http://data.carnegiehall.org/names/35893>,
        <http://data.carnegiehall.org/names/37791>,
        <http://data.carnegiehall.org/names/45889>,
        <http://data.carnegiehall.org/names/51225>,
        <http://data.carnegiehall.org/names/51884>,
        <http://data.carnegiehall.org/names/55986>,
        <http://data.carnegiehall.org/names/73500>,
        <http://data.carnegiehall.org/names/73501> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/36610> .

