@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/43082/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Johnny Johnson: Farewell Goodbye" ;
    ns2:accordion <http://data.carnegiehall.org/names/70826> ;
    ns2:cello <http://data.carnegiehall.org/names/73879> ;
    ns2:double_bass <http://data.carnegiehall.org/names/73884>,
        <http://data.carnegiehall.org/names/73885> ;
    ns2:drums <http://data.carnegiehall.org/names/73881> ;
    ns2:piano <http://data.carnegiehall.org/names/68193>,
        <http://data.carnegiehall.org/names/73878>,
        <http://data.carnegiehall.org/names/73883> ;
    ns2:saxophone <http://data.carnegiehall.org/names/73882> ;
    ns2:soprano <http://data.carnegiehall.org/names/73880> ;
    ns2:violin <http://data.carnegiehall.org/names/68189> ;
    ns1:performer <http://data.carnegiehall.org/names/68189>,
        <http://data.carnegiehall.org/names/68193>,
        <http://data.carnegiehall.org/names/70826>,
        <http://data.carnegiehall.org/names/73878>,
        <http://data.carnegiehall.org/names/73879>,
        <http://data.carnegiehall.org/names/73880>,
        <http://data.carnegiehall.org/names/73881>,
        <http://data.carnegiehall.org/names/73882>,
        <http://data.carnegiehall.org/names/73883>,
        <http://data.carnegiehall.org/names/73884>,
        <http://data.carnegiehall.org/names/73885> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/70334> .

