@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/32242/work_13> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "We Can't Build a Fire in the Rain" ;
    ns1:banjo <http://data.carnegiehall.org/names/60093> ;
    ns1:country_band <http://data.carnegiehall.org/names/29498> ;
    ns1:drums <http://data.carnegiehall.org/names/134276> ;
    ns1:guitar <http://data.carnegiehall.org/names/57580> ;
    ns1:vocalist <http://data.carnegiehall.org/names/134279>,
        <http://data.carnegiehall.org/names/134280>,
        <http://data.carnegiehall.org/names/134281>,
        <http://data.carnegiehall.org/names/57580> ;
    ns2:performer <http://data.carnegiehall.org/names/134276>,
        <http://data.carnegiehall.org/names/134279>,
        <http://data.carnegiehall.org/names/134280>,
        <http://data.carnegiehall.org/names/134281>,
        <http://data.carnegiehall.org/names/29498>,
        <http://data.carnegiehall.org/names/57580>,
        <http://data.carnegiehall.org/names/60093> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/118514> .

