@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/77169/work_02> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Two Ships Passing" ;
    ns1:alto_saxophone <http://data.carnegiehall.org/names/139964> ;
    ns1:dancer <http://data.carnegiehall.org/names/139961>,
        <http://data.carnegiehall.org/names/139962> ;
    ns1:double_bass <http://data.carnegiehall.org/names/139967> ;
    ns1:ensemble <http://data.carnegiehall.org/names/139774> ;
    ns1:flute <http://data.carnegiehall.org/names/139964> ;
    ns1:guitar <http://data.carnegiehall.org/names/139965> ;
    ns1:piano <http://data.carnegiehall.org/names/139966> ;
    ns1:vocalist <http://data.carnegiehall.org/names/139963> ;
    ns2:performer <http://data.carnegiehall.org/names/139774>,
        <http://data.carnegiehall.org/names/139961>,
        <http://data.carnegiehall.org/names/139962>,
        <http://data.carnegiehall.org/names/139963>,
        <http://data.carnegiehall.org/names/139964>,
        <http://data.carnegiehall.org/names/139965>,
        <http://data.carnegiehall.org/names/139966>,
        <http://data.carnegiehall.org/names/139967> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/123519> ;
    rdfs:comment "New York premiere" .

