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

<http://data.carnegiehall.org/events/55329/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Homenaje a Federico García Lorca" ;
    ns2:clarinet <http://data.carnegiehall.org/names/103842> ;
    ns2:double_bass <http://data.carnegiehall.org/names/48105> ;
    ns2:flute <http://data.carnegiehall.org/names/93570> ;
    ns2:percussion <http://data.carnegiehall.org/names/103911> ;
    ns2:piano <http://data.carnegiehall.org/names/22663> ;
    ns2:trombone <http://data.carnegiehall.org/names/103836> ;
    ns2:trumpet <http://data.carnegiehall.org/names/103846>,
        <http://data.carnegiehall.org/names/96323> ;
    ns2:tuba <http://data.carnegiehall.org/names/108541> ;
    ns2:violin <http://data.carnegiehall.org/names/103835>,
        <http://data.carnegiehall.org/names/103845> ;
    ns1:performer <http://data.carnegiehall.org/names/103835>,
        <http://data.carnegiehall.org/names/103836>,
        <http://data.carnegiehall.org/names/103842>,
        <http://data.carnegiehall.org/names/103845>,
        <http://data.carnegiehall.org/names/103846>,
        <http://data.carnegiehall.org/names/103911>,
        <http://data.carnegiehall.org/names/108541>,
        <http://data.carnegiehall.org/names/22663>,
        <http://data.carnegiehall.org/names/48105>,
        <http://data.carnegiehall.org/names/93570>,
        <http://data.carnegiehall.org/names/96323> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/16998> .

