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

<http://data.carnegiehall.org/events/57491/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Histoire du Tango: Night-Club 1960" ;
    ns2:accordion <http://data.carnegiehall.org/names/106671> ;
    ns2:duo <http://data.carnegiehall.org/names/106669> ;
    ns2:saxophone <http://data.carnegiehall.org/names/106670> ;
    ns3:performer <http://data.carnegiehall.org/names/106669>,
        <http://data.carnegiehall.org/names/106670>,
        <http://data.carnegiehall.org/names/106671> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/60552> .

