@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/31470/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Liebeslieder, Op. 52: Selection (unspecified)" ;
    ns3:cello <http://data.carnegiehall.org/names/24704> ;
    ns3:conductor <http://data.carnegiehall.org/names/23318> ;
    ns3:double_bass <http://data.carnegiehall.org/names/39654> ;
    ns3:viola <http://data.carnegiehall.org/names/27770>,
        <http://data.carnegiehall.org/names/45703> ;
    ns3:violin <http://data.carnegiehall.org/names/18072>,
        <http://data.carnegiehall.org/names/20973>,
        <http://data.carnegiehall.org/names/33640>,
        <http://data.carnegiehall.org/names/48663>,
        <http://data.carnegiehall.org/names/60975> ;
    ns2:performer <http://data.carnegiehall.org/names/18072>,
        <http://data.carnegiehall.org/names/20973>,
        <http://data.carnegiehall.org/names/23318>,
        <http://data.carnegiehall.org/names/24704>,
        <http://data.carnegiehall.org/names/27770>,
        <http://data.carnegiehall.org/names/33640>,
        <http://data.carnegiehall.org/names/39654>,
        <http://data.carnegiehall.org/names/45703>,
        <http://data.carnegiehall.org/names/48663>,
        <http://data.carnegiehall.org/names/60975> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/18898> .

