@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/15475/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Concertino for Violin, Cello, Horn, Harp, Piccolo, Guitar, and Orchestra" ;
    ns1:cello <http://data.carnegiehall.org/names/20927> ;
    ns1:french_horn <http://data.carnegiehall.org/names/45094> ;
    ns1:guitar <http://data.carnegiehall.org/names/35916> ;
    ns1:harp <http://data.carnegiehall.org/names/48773> ;
    ns1:octavina <http://data.carnegiehall.org/names/3980> ;
    ns1:violin <http://data.carnegiehall.org/names/24433> ;
    ns3:performer <http://data.carnegiehall.org/names/20927>,
        <http://data.carnegiehall.org/names/24433>,
        <http://data.carnegiehall.org/names/35916>,
        <http://data.carnegiehall.org/names/3980>,
        <http://data.carnegiehall.org/names/45094>,
        <http://data.carnegiehall.org/names/48773> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/40682> .

