@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/38090/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Addresses" ;
    ns1:speaker <http://data.carnegiehall.org/names/16217>,
        <http://data.carnegiehall.org/names/20384>,
        <http://data.carnegiehall.org/names/28684>,
        <http://data.carnegiehall.org/names/30055>,
        <http://data.carnegiehall.org/names/44902>,
        <http://data.carnegiehall.org/names/55662>,
        <http://data.carnegiehall.org/names/62942>,
        <http://data.carnegiehall.org/names/62943>,
        <http://data.carnegiehall.org/names/62944>,
        <http://data.carnegiehall.org/names/62945>,
        <http://data.carnegiehall.org/names/62946>,
        <http://data.carnegiehall.org/names/62947>,
        <http://data.carnegiehall.org/names/62948>,
        <http://data.carnegiehall.org/names/62949>,
        <http://data.carnegiehall.org/names/62950>,
        <http://data.carnegiehall.org/names/62951> ;
    ns2:performer <http://data.carnegiehall.org/names/16217>,
        <http://data.carnegiehall.org/names/20384>,
        <http://data.carnegiehall.org/names/28684>,
        <http://data.carnegiehall.org/names/30055>,
        <http://data.carnegiehall.org/names/44902>,
        <http://data.carnegiehall.org/names/55662>,
        <http://data.carnegiehall.org/names/62942>,
        <http://data.carnegiehall.org/names/62943>,
        <http://data.carnegiehall.org/names/62944>,
        <http://data.carnegiehall.org/names/62945>,
        <http://data.carnegiehall.org/names/62946>,
        <http://data.carnegiehall.org/names/62947>,
        <http://data.carnegiehall.org/names/62948>,
        <http://data.carnegiehall.org/names/62949>,
        <http://data.carnegiehall.org/names/62950>,
        <http://data.carnegiehall.org/names/62951> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/6078> .

