@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/55434/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Unconditional" ;
    ns1:cello <http://data.carnegiehall.org/names/100948> ;
    ns1:folk_ensemble <http://data.carnegiehall.org/names/100946> ;
    ns1:guitar <http://data.carnegiehall.org/names/100944> ;
    ns1:vocalist <http://data.carnegiehall.org/names/100944>,
        <http://data.carnegiehall.org/names/100947> ;
    ns2:performer <http://data.carnegiehall.org/names/100944>,
        <http://data.carnegiehall.org/names/100946>,
        <http://data.carnegiehall.org/names/100947>,
        <http://data.carnegiehall.org/names/100948> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/93988> .

