@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/32765/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Geometrias No. 1" ;
    ns1:bassoon <http://data.carnegiehall.org/names/60058> ;
    ns1:clarinet <http://data.carnegiehall.org/names/30579> ;
    ns1:conductor <http://data.carnegiehall.org/names/17526> ;
    ns1:flute <http://data.carnegiehall.org/names/47812> ;
    ns1:oboe <http://data.carnegiehall.org/names/29695> ;
    ns1:percussion <http://data.carnegiehall.org/names/33696> ;
    ns1:trumpet <http://data.carnegiehall.org/names/38636> ;
    ns2:performer <http://data.carnegiehall.org/names/17526>,
        <http://data.carnegiehall.org/names/29695>,
        <http://data.carnegiehall.org/names/30579>,
        <http://data.carnegiehall.org/names/33696>,
        <http://data.carnegiehall.org/names/38636>,
        <http://data.carnegiehall.org/names/47812>,
        <http://data.carnegiehall.org/names/60058> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/14128> .

