@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/46777/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Amazing Grace" ;
    ns2:bass_guitar <http://data.carnegiehall.org/names/82730> ;
    ns2:drums <http://data.carnegiehall.org/names/82731> ;
    ns2:guitar <http://data.carnegiehall.org/names/82729> ;
    ns2:kayagum <http://data.carnegiehall.org/names/82726> ;
    ns2:rock_band <http://data.carnegiehall.org/names/82727> ;
    ns2:vocalist <http://data.carnegiehall.org/names/82728> ;
    ns3:performer <http://data.carnegiehall.org/names/82726>,
        <http://data.carnegiehall.org/names/82727>,
        <http://data.carnegiehall.org/names/82728>,
        <http://data.carnegiehall.org/names/82729>,
        <http://data.carnegiehall.org/names/82730>,
        <http://data.carnegiehall.org/names/82731> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/78157> .

