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

<http://data.carnegiehall.org/events/53607/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Cuatro canciones sobre poesías de Federico García Lorca" ;
    ns3:cello <http://data.carnegiehall.org/names/97504> ;
    ns3:clarinet <http://data.carnegiehall.org/names/97506> ;
    ns3:piano <http://data.carnegiehall.org/names/82564> ;
    ns3:soprano <http://data.carnegiehall.org/names/97505> ;
    ns1:performer <http://data.carnegiehall.org/names/82564>,
        <http://data.carnegiehall.org/names/97504>,
        <http://data.carnegiehall.org/names/97505>,
        <http://data.carnegiehall.org/names/97506> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/45353> .

