@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/56064/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Peer Gynt, Op. 23: Solvejgs Sang, Op. 23, No. 19" ;
    ns1:cello <http://data.carnegiehall.org/names/103520> ;
    ns1:harp <http://data.carnegiehall.org/names/101481> ;
    ns1:soprano <http://data.carnegiehall.org/names/103517> ;
    ns1:string_quartet <http://data.carnegiehall.org/names/103516> ;
    ns1:viola <http://data.carnegiehall.org/names/103522> ;
    ns1:violin <http://data.carnegiehall.org/names/103519>,
        <http://data.carnegiehall.org/names/103521> ;
    ns2:performer <http://data.carnegiehall.org/names/101481>,
        <http://data.carnegiehall.org/names/103516>,
        <http://data.carnegiehall.org/names/103517>,
        <http://data.carnegiehall.org/names/103519>,
        <http://data.carnegiehall.org/names/103520>,
        <http://data.carnegiehall.org/names/103521>,
        <http://data.carnegiehall.org/names/103522> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/5479> .

