@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns3: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/46583/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Addresses" ;
    ns2:speaker <http://data.carnegiehall.org/names/18578>,
        <http://data.carnegiehall.org/names/24108>,
        <http://data.carnegiehall.org/names/38438>,
        <http://data.carnegiehall.org/names/39720>,
        <http://data.carnegiehall.org/names/48530>,
        <http://data.carnegiehall.org/names/8104>,
        <http://data.carnegiehall.org/names/82236>,
        <http://data.carnegiehall.org/names/82237>,
        <http://data.carnegiehall.org/names/82238>,
        <http://data.carnegiehall.org/names/82239>,
        <http://data.carnegiehall.org/names/82240>,
        <http://data.carnegiehall.org/names/82241> ;
    ns1:performer <http://data.carnegiehall.org/names/18578>,
        <http://data.carnegiehall.org/names/24108>,
        <http://data.carnegiehall.org/names/38438>,
        <http://data.carnegiehall.org/names/39720>,
        <http://data.carnegiehall.org/names/48530>,
        <http://data.carnegiehall.org/names/8104>,
        <http://data.carnegiehall.org/names/82236>,
        <http://data.carnegiehall.org/names/82237>,
        <http://data.carnegiehall.org/names/82238>,
        <http://data.carnegiehall.org/names/82239>,
        <http://data.carnegiehall.org/names/82240>,
        <http://data.carnegiehall.org/names/82241> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/6078> .

