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

<http://data.carnegiehall.org/events/68441/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "A Midsummer Night's Dream, Op. 61: Nocturne" ;
    ns3:string_quartet <http://data.carnegiehall.org/names/126694> ;
    ns3:violin <http://data.carnegiehall.org/names/126695>,
        <http://data.carnegiehall.org/names/126696>,
        <http://data.carnegiehall.org/names/126697>,
        <http://data.carnegiehall.org/names/126698> ;
    ns2:performer <http://data.carnegiehall.org/names/126694>,
        <http://data.carnegiehall.org/names/126695>,
        <http://data.carnegiehall.org/names/126696>,
        <http://data.carnegiehall.org/names/126697>,
        <http://data.carnegiehall.org/names/126698> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/13721> .

