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

<http://data.carnegiehall.org/events/73925/work_04> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Lovers" ;
    ns2:cello <http://data.carnegiehall.org/names/3367> ;
    ns2:english_horn <http://data.carnegiehall.org/names/29695> ;
    ns2:harpsichord <http://data.carnegiehall.org/names/32407> ;
    ns2:oboe <http://data.carnegiehall.org/names/29695> ;
    ns2:percussion <http://data.carnegiehall.org/names/3353> ;
    ns1:performer <http://data.carnegiehall.org/names/29695>,
        <http://data.carnegiehall.org/names/32407>,
        <http://data.carnegiehall.org/names/3353>,
        <http://data.carnegiehall.org/names/3367> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/117536> ;
    rdfs:comment "world premiere" .

