@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/39175/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Folk Song (unspecified)" ;
    ns1:actor <http://data.carnegiehall.org/names/30620>,
        <http://data.carnegiehall.org/names/65179>,
        <http://data.carnegiehall.org/names/65183>,
        <http://data.carnegiehall.org/names/65184>,
        <http://data.carnegiehall.org/names/65185>,
        <http://data.carnegiehall.org/names/65186>,
        <http://data.carnegiehall.org/names/65187> ;
    ns1:choir <http://data.carnegiehall.org/names/65191> ;
    ns1:dance_group <http://data.carnegiehall.org/names/65189> ;
    ns1:guitar <http://data.carnegiehall.org/names/65182> ;
    ns1:orchestra <http://data.carnegiehall.org/names/65190> ;
    ns1:violin <http://data.carnegiehall.org/names/65188> ;
    ns1:vocalist <http://data.carnegiehall.org/names/61291>,
        <http://data.carnegiehall.org/names/61292>,
        <http://data.carnegiehall.org/names/65180>,
        <http://data.carnegiehall.org/names/65181>,
        <http://data.carnegiehall.org/names/65182> ;
    ns2:performer <http://data.carnegiehall.org/names/30620>,
        <http://data.carnegiehall.org/names/61291>,
        <http://data.carnegiehall.org/names/61292>,
        <http://data.carnegiehall.org/names/65179>,
        <http://data.carnegiehall.org/names/65180>,
        <http://data.carnegiehall.org/names/65181>,
        <http://data.carnegiehall.org/names/65182>,
        <http://data.carnegiehall.org/names/65183>,
        <http://data.carnegiehall.org/names/65184>,
        <http://data.carnegiehall.org/names/65185>,
        <http://data.carnegiehall.org/names/65186>,
        <http://data.carnegiehall.org/names/65187>,
        <http://data.carnegiehall.org/names/65188>,
        <http://data.carnegiehall.org/names/65189>,
        <http://data.carnegiehall.org/names/65190>,
        <http://data.carnegiehall.org/names/65191> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/8590> .

