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

<http://data.carnegiehall.org/events/63867/work_14> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Scherzo on Themes by Komitas" ;
    ns1:bassoon <http://data.carnegiehall.org/names/120912> ;
    ns1:cello <http://data.carnegiehall.org/names/106519> ;
    ns1:duduk <http://data.carnegiehall.org/names/121315> ;
    ns1:flute <http://data.carnegiehall.org/names/65466> ;
    ns1:guitar <http://data.carnegiehall.org/names/121309>,
        <http://data.carnegiehall.org/names/121311> ;
    ns1:oboe <http://data.carnegiehall.org/names/99480> ;
    ns1:piano <http://data.carnegiehall.org/names/121312> ;
    ns1:soprano <http://data.carnegiehall.org/names/121314> ;
    ns1:violin <http://data.carnegiehall.org/names/121313> ;
    ns3:performer <http://data.carnegiehall.org/names/106519>,
        <http://data.carnegiehall.org/names/120912>,
        <http://data.carnegiehall.org/names/121309>,
        <http://data.carnegiehall.org/names/121311>,
        <http://data.carnegiehall.org/names/121312>,
        <http://data.carnegiehall.org/names/121313>,
        <http://data.carnegiehall.org/names/121314>,
        <http://data.carnegiehall.org/names/121315>,
        <http://data.carnegiehall.org/names/65466>,
        <http://data.carnegiehall.org/names/99480> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/107818> .

