@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/42048/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Grodek, Op. 7" ;
    ns1:clarinet <http://data.carnegiehall.org/names/71080> ;
    ns1:double_bass <http://data.carnegiehall.org/names/2983> ;
    ns1:harmonium <http://data.carnegiehall.org/names/42865> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/71090> ;
    ns1:oboe <http://data.carnegiehall.org/names/62682> ;
    ns1:percussion <http://data.carnegiehall.org/names/19371> ;
    ns1:piano <http://data.carnegiehall.org/names/42865> ;
    ns1:soprano <http://data.carnegiehall.org/names/71088> ;
    ns1:violin <http://data.carnegiehall.org/names/71091> ;
    ns2:performer <http://data.carnegiehall.org/names/19371>,
        <http://data.carnegiehall.org/names/2983>,
        <http://data.carnegiehall.org/names/42865>,
        <http://data.carnegiehall.org/names/62682>,
        <http://data.carnegiehall.org/names/71080>,
        <http://data.carnegiehall.org/names/71088>,
        <http://data.carnegiehall.org/names/71090>,
        <http://data.carnegiehall.org/names/71091> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/67696> .

