@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/49361/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Libertango" ;
    ns1:bassoon <http://data.carnegiehall.org/names/13448>,
        <http://data.carnegiehall.org/names/90043> ;
    ns1:clarinet <http://data.carnegiehall.org/names/60420>,
        <http://data.carnegiehall.org/names/90042> ;
    ns1:flute <http://data.carnegiehall.org/names/52919>,
        <http://data.carnegiehall.org/names/90040> ;
    ns1:french_horn <http://data.carnegiehall.org/names/51414>,
        <http://data.carnegiehall.org/names/90044> ;
    ns1:oboe <http://data.carnegiehall.org/names/1845>,
        <http://data.carnegiehall.org/names/90041> ;
    ns1:wind_quintet <http://data.carnegiehall.org/names/29837>,
        <http://data.carnegiehall.org/names/90039> ;
    ns2:performer <http://data.carnegiehall.org/names/13448>,
        <http://data.carnegiehall.org/names/1845>,
        <http://data.carnegiehall.org/names/29837>,
        <http://data.carnegiehall.org/names/51414>,
        <http://data.carnegiehall.org/names/52919>,
        <http://data.carnegiehall.org/names/60420>,
        <http://data.carnegiehall.org/names/90039>,
        <http://data.carnegiehall.org/names/90040>,
        <http://data.carnegiehall.org/names/90041>,
        <http://data.carnegiehall.org/names/90042>,
        <http://data.carnegiehall.org/names/90043>,
        <http://data.carnegiehall.org/names/90044> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/10159> .

