@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/74672/work_16> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Don't Fence Me In" ;
    ns3:double_bass <http://data.carnegiehall.org/names/136843> ;
    ns3:drums <http://data.carnegiehall.org/names/136844> ;
    ns3:guitar <http://data.carnegiehall.org/names/136842> ;
    ns3:tap_dancer <http://data.carnegiehall.org/names/134473> ;
    ns3:trumpet <http://data.carnegiehall.org/names/110417> ;
    ns3:vocalist <http://data.carnegiehall.org/names/110417>,
        <http://data.carnegiehall.org/names/134473>,
        <http://data.carnegiehall.org/names/87585> ;
    ns1:performer <http://data.carnegiehall.org/names/110417>,
        <http://data.carnegiehall.org/names/134473>,
        <http://data.carnegiehall.org/names/136842>,
        <http://data.carnegiehall.org/names/136843>,
        <http://data.carnegiehall.org/names/136844>,
        <http://data.carnegiehall.org/names/87585> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/120851> .

