@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/39738/work_14> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Heart" ;
    ns1:bass_guitar <http://data.carnegiehall.org/names/66325> ;
    ns1:drums <http://data.carnegiehall.org/names/66330> ;
    ns1:fiddle <http://data.carnegiehall.org/names/66329> ;
    ns1:guitar <http://data.carnegiehall.org/names/61314>,
        <http://data.carnegiehall.org/names/66326>,
        <http://data.carnegiehall.org/names/66332> ;
    ns1:keyboard <http://data.carnegiehall.org/names/66328> ;
    ns1:pedal_steel_guitar <http://data.carnegiehall.org/names/66331> ;
    ns1:vocalist <http://data.carnegiehall.org/names/61314>,
        <http://data.carnegiehall.org/names/66325>,
        <http://data.carnegiehall.org/names/66326> ;
    ns2:performer <http://data.carnegiehall.org/names/61314>,
        <http://data.carnegiehall.org/names/66325>,
        <http://data.carnegiehall.org/names/66326>,
        <http://data.carnegiehall.org/names/66328>,
        <http://data.carnegiehall.org/names/66329>,
        <http://data.carnegiehall.org/names/66330>,
        <http://data.carnegiehall.org/names/66331>,
        <http://data.carnegiehall.org/names/66332> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/63355> .

