@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/10943/work_02> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Four Loves" ;
    ns1:cello <http://data.carnegiehall.org/names/49098> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/39201> ;
    ns1:conductor <http://data.carnegiehall.org/names/4615> ;
    ns1:electric_keyboards <http://data.carnegiehall.org/names/26838> ;
    ns1:flute <http://data.carnegiehall.org/names/59651> ;
    ns1:oboe <http://data.carnegiehall.org/names/29695> ;
    ns1:piano <http://data.carnegiehall.org/names/48614> ;
    ns1:soprano <http://data.carnegiehall.org/names/55173> ;
    ns1:viola <http://data.carnegiehall.org/names/33945> ;
    ns1:violin <http://data.carnegiehall.org/names/30294> ;
    ns2:performer <http://data.carnegiehall.org/names/26838>,
        <http://data.carnegiehall.org/names/29695>,
        <http://data.carnegiehall.org/names/30294>,
        <http://data.carnegiehall.org/names/33945>,
        <http://data.carnegiehall.org/names/39201>,
        <http://data.carnegiehall.org/names/4615>,
        <http://data.carnegiehall.org/names/48614>,
        <http://data.carnegiehall.org/names/49098>,
        <http://data.carnegiehall.org/names/55173>,
        <http://data.carnegiehall.org/names/59651> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/34202> ;
    rdfs:comment "New York premiere" .

