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

