@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/17623/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Welcome to New York" ;
    ns1:bongo_drums <http://data.carnegiehall.org/names/38739> ;
    ns1:congas <http://data.carnegiehall.org/names/30924> ;
    ns1:double_bass <http://data.carnegiehall.org/names/68715> ;
    ns1:drums <http://data.carnegiehall.org/names/68716> ;
    ns1:piano <http://data.carnegiehall.org/names/68714> ;
    ns1:vocalist <http://data.carnegiehall.org/names/49989> ;
    ns2:performer <http://data.carnegiehall.org/names/30924>,
        <http://data.carnegiehall.org/names/38739>,
        <http://data.carnegiehall.org/names/49989>,
        <http://data.carnegiehall.org/names/68714>,
        <http://data.carnegiehall.org/names/68715>,
        <http://data.carnegiehall.org/names/68716> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/112384> .

