@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/57622/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Folk Songs (unspecified)" ;
    ns1:bass <http://data.carnegiehall.org/names/39711> ;
    ns1:dance_group <http://data.carnegiehall.org/names/95712> ;
    ns1:folk_singer <http://data.carnegiehall.org/names/14103>,
        <http://data.carnegiehall.org/names/34246> ;
    ns1:harmonica <http://data.carnegiehall.org/names/9804> ;
    ns1:vocalist <http://data.carnegiehall.org/names/58613>,
        <http://data.carnegiehall.org/names/9804> ;
    ns2:performer <http://data.carnegiehall.org/names/14103>,
        <http://data.carnegiehall.org/names/34246>,
        <http://data.carnegiehall.org/names/39711>,
        <http://data.carnegiehall.org/names/58613>,
        <http://data.carnegiehall.org/names/95712>,
        <http://data.carnegiehall.org/names/9804> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/103128> .

