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

<http://data.carnegiehall.org/events/53756/work_17> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Tottoyo" ;
    ns2:bass_guitar <http://data.carnegiehall.org/names/97833> ;
    ns2:choir <http://data.carnegiehall.org/names/80008> ;
    ns2:conductor <http://data.carnegiehall.org/names/97824> ;
    ns2:percussion <http://data.carnegiehall.org/names/97834>,
        <http://data.carnegiehall.org/names/97835> ;
    ns2:piano <http://data.carnegiehall.org/names/97832> ;
    ns3:performer <http://data.carnegiehall.org/names/80008>,
        <http://data.carnegiehall.org/names/97824>,
        <http://data.carnegiehall.org/names/97832>,
        <http://data.carnegiehall.org/names/97833>,
        <http://data.carnegiehall.org/names/97834>,
        <http://data.carnegiehall.org/names/97835> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/91022> .

