@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/39242/work_21> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Te quiero, dijiste" ;
    ns1:bandoneón <http://data.carnegiehall.org/names/65469> ;
    ns1:cuatro <http://data.carnegiehall.org/names/65463> ;
    ns1:double_bass <http://data.carnegiehall.org/names/65465> ;
    ns1:flute <http://data.carnegiehall.org/names/65466> ;
    ns1:guitar <http://data.carnegiehall.org/names/65464> ;
    ns1:percussion <http://data.carnegiehall.org/names/65463>,
        <http://data.carnegiehall.org/names/65467> ;
    ns1:piano <http://data.carnegiehall.org/names/65472> ;
    ns1:tenor <http://data.carnegiehall.org/names/62857> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/65468> ;
    ns1:tres <http://data.carnegiehall.org/names/65468> ;
    ns1:trombone <http://data.carnegiehall.org/names/65473> ;
    ns1:trumpet <http://data.carnegiehall.org/names/65470> ;
    ns1:violin <http://data.carnegiehall.org/names/65471> ;
    ns2:performer <http://data.carnegiehall.org/names/62857>,
        <http://data.carnegiehall.org/names/65463>,
        <http://data.carnegiehall.org/names/65464>,
        <http://data.carnegiehall.org/names/65465>,
        <http://data.carnegiehall.org/names/65466>,
        <http://data.carnegiehall.org/names/65467>,
        <http://data.carnegiehall.org/names/65468>,
        <http://data.carnegiehall.org/names/65469>,
        <http://data.carnegiehall.org/names/65470>,
        <http://data.carnegiehall.org/names/65471>,
        <http://data.carnegiehall.org/names/65472>,
        <http://data.carnegiehall.org/names/65473> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/62564> .

