@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@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" ;
    ns3:clarinet <http://data.carnegiehall.org/names/103842> ;
    ns3:double_bass <http://data.carnegiehall.org/names/48105> ;
    ns3:flute <http://data.carnegiehall.org/names/93570> ;
    ns3:percussion <http://data.carnegiehall.org/names/103911> ;
    ns3:piano <http://data.carnegiehall.org/names/22663> ;
    ns3:trombone <http://data.carnegiehall.org/names/103836> ;
    ns3:trumpet <http://data.carnegiehall.org/names/103846>,
        <http://data.carnegiehall.org/names/96323> ;
    ns3:tuba <http://data.carnegiehall.org/names/108541> ;
    ns3:violin <http://data.carnegiehall.org/names/103835>,
        <http://data.carnegiehall.org/names/103845> ;
    ns2: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> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/16998> .

