@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/31647/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Music Came" ;
    ns1:bass_guitar <http://data.carnegiehall.org/names/119387> ;
    ns1:clarinet <http://data.carnegiehall.org/names/15457> ;
    ns1:dancer <http://data.carnegiehall.org/names/119385> ;
    ns1:drums <http://data.carnegiehall.org/names/21510> ;
    ns1:guitar <http://data.carnegiehall.org/names/119389> ;
    ns1:jazz_ensemble <http://data.carnegiehall.org/names/78272> ;
    ns1:organ <http://data.carnegiehall.org/names/119388> ;
    ns1:vocalist <http://data.carnegiehall.org/names/119386> ;
    ns2:performer <http://data.carnegiehall.org/names/119385>,
        <http://data.carnegiehall.org/names/119386>,
        <http://data.carnegiehall.org/names/119387>,
        <http://data.carnegiehall.org/names/119388>,
        <http://data.carnegiehall.org/names/119389>,
        <http://data.carnegiehall.org/names/15457>,
        <http://data.carnegiehall.org/names/21510>,
        <http://data.carnegiehall.org/names/78272> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/106830> .

