@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/25061/work_20> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Golden Boy" ;
    ns1:bass <http://data.carnegiehall.org/names/54359> ;
    ns1:drums <http://data.carnegiehall.org/names/5457> ;
    ns1:keyboard <http://data.carnegiehall.org/names/2448> ;
    ns1:piano <http://data.carnegiehall.org/names/5273> ;
    ns1:soprano <http://data.carnegiehall.org/names/3334> ;
    ns1:tenor <http://data.carnegiehall.org/names/45859> ;
    ns2:performer <http://data.carnegiehall.org/names/2448>,
        <http://data.carnegiehall.org/names/3334>,
        <http://data.carnegiehall.org/names/45859>,
        <http://data.carnegiehall.org/names/5273>,
        <http://data.carnegiehall.org/names/54359>,
        <http://data.carnegiehall.org/names/5457> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/675> .

