@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/28144/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Address" ;
    ns2:speaker <http://data.carnegiehall.org/names/15974>,
        <http://data.carnegiehall.org/names/17151>,
        <http://data.carnegiehall.org/names/17152>,
        <http://data.carnegiehall.org/names/19472>,
        <http://data.carnegiehall.org/names/21268>,
        <http://data.carnegiehall.org/names/28674>,
        <http://data.carnegiehall.org/names/40937>,
        <http://data.carnegiehall.org/names/45698>,
        <http://data.carnegiehall.org/names/48598>,
        <http://data.carnegiehall.org/names/51063>,
        <http://data.carnegiehall.org/names/58511>,
        <http://data.carnegiehall.org/names/60675>,
        <http://data.carnegiehall.org/names/60722>,
        <http://data.carnegiehall.org/names/60748>,
        <http://data.carnegiehall.org/names/6154>,
        <http://data.carnegiehall.org/names/7618>,
        <http://data.carnegiehall.org/names/9814> ;
    ns1:performer <http://data.carnegiehall.org/names/15974>,
        <http://data.carnegiehall.org/names/17151>,
        <http://data.carnegiehall.org/names/17152>,
        <http://data.carnegiehall.org/names/19472>,
        <http://data.carnegiehall.org/names/21268>,
        <http://data.carnegiehall.org/names/28674>,
        <http://data.carnegiehall.org/names/40937>,
        <http://data.carnegiehall.org/names/45698>,
        <http://data.carnegiehall.org/names/48598>,
        <http://data.carnegiehall.org/names/51063>,
        <http://data.carnegiehall.org/names/58511>,
        <http://data.carnegiehall.org/names/60675>,
        <http://data.carnegiehall.org/names/60722>,
        <http://data.carnegiehall.org/names/60748>,
        <http://data.carnegiehall.org/names/6154>,
        <http://data.carnegiehall.org/names/7618>,
        <http://data.carnegiehall.org/names/9814> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/4930> .

