@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/31462/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Folk Songs (unspecified)" ;
    ns1:choir <http://data.carnegiehall.org/names/51613> ;
    ns1:dance_group <http://data.carnegiehall.org/names/66610> ;
    ns1:folk_singer <http://data.carnegiehall.org/names/14103>,
        <http://data.carnegiehall.org/names/30733>,
        <http://data.carnegiehall.org/names/32397>,
        <http://data.carnegiehall.org/names/34246>,
        <http://data.carnegiehall.org/names/66609> ;
    ns1:guitar <http://data.carnegiehall.org/names/30733>,
        <http://data.carnegiehall.org/names/50980> ;
    ns1:host <http://data.carnegiehall.org/names/50980> ;
    ns1:reciter <http://data.carnegiehall.org/names/4498> ;
    ns1:speaker <http://data.carnegiehall.org/names/21532>,
        <http://data.carnegiehall.org/names/32511>,
        <http://data.carnegiehall.org/names/36313> ;
    ns1:unspecified_instrument <http://data.carnegiehall.org/names/66608> ;
    ns1:vocalist <http://data.carnegiehall.org/names/11840>,
        <http://data.carnegiehall.org/names/47126>,
        <http://data.carnegiehall.org/names/50980>,
        <http://data.carnegiehall.org/names/56192>,
        <http://data.carnegiehall.org/names/58613> ;
    ns2:performer <http://data.carnegiehall.org/names/11840>,
        <http://data.carnegiehall.org/names/14103>,
        <http://data.carnegiehall.org/names/21532>,
        <http://data.carnegiehall.org/names/30733>,
        <http://data.carnegiehall.org/names/32397>,
        <http://data.carnegiehall.org/names/32511>,
        <http://data.carnegiehall.org/names/34246>,
        <http://data.carnegiehall.org/names/36313>,
        <http://data.carnegiehall.org/names/4498>,
        <http://data.carnegiehall.org/names/47126>,
        <http://data.carnegiehall.org/names/50980>,
        <http://data.carnegiehall.org/names/51613>,
        <http://data.carnegiehall.org/names/56192>,
        <http://data.carnegiehall.org/names/58613>,
        <http://data.carnegiehall.org/names/66608>,
        <http://data.carnegiehall.org/names/66609>,
        <http://data.carnegiehall.org/names/66610> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/103128> .

