@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/62618/work_22> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Y Bolanzero" ;
    ns1:bass_guitar <http://data.carnegiehall.org/names/117281>,
        <http://data.carnegiehall.org/names/117285> ;
    ns1:conductor <http://data.carnegiehall.org/names/36459> ;
    ns1:guitar <http://data.carnegiehall.org/names/114728>,
        <http://data.carnegiehall.org/names/117280>,
        <http://data.carnegiehall.org/names/117282>,
        <http://data.carnegiehall.org/names/117284>,
        <http://data.carnegiehall.org/names/117290>,
        <http://data.carnegiehall.org/names/117291> ;
    ns2:performer <http://data.carnegiehall.org/names/114728>,
        <http://data.carnegiehall.org/names/117280>,
        <http://data.carnegiehall.org/names/117281>,
        <http://data.carnegiehall.org/names/117282>,
        <http://data.carnegiehall.org/names/117284>,
        <http://data.carnegiehall.org/names/117285>,
        <http://data.carnegiehall.org/names/117290>,
        <http://data.carnegiehall.org/names/117291>,
        <http://data.carnegiehall.org/names/36459> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/105667> .

