@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/42148/work_14> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Senorita Bailarina" ;
    ns1:double_bass <http://data.carnegiehall.org/names/71412> ;
    ns1:narrator <http://data.carnegiehall.org/names/71411> ;
    ns1:percussion <http://data.carnegiehall.org/names/71413> ;
    ns1:piano <http://data.carnegiehall.org/names/71414> ;
    ns1:vocalist <http://data.carnegiehall.org/names/71408>,
        <http://data.carnegiehall.org/names/71409> ;
    ns2:performer <http://data.carnegiehall.org/names/71408>,
        <http://data.carnegiehall.org/names/71409>,
        <http://data.carnegiehall.org/names/71411>,
        <http://data.carnegiehall.org/names/71412>,
        <http://data.carnegiehall.org/names/71413>,
        <http://data.carnegiehall.org/names/71414> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/67940> .

