@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/16744/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Address" ;
    ns1:speaker <http://data.carnegiehall.org/names/10126>,
        <http://data.carnegiehall.org/names/10127>,
        <http://data.carnegiehall.org/names/10870>,
        <http://data.carnegiehall.org/names/14735>,
        <http://data.carnegiehall.org/names/21145>,
        <http://data.carnegiehall.org/names/29396>,
        <http://data.carnegiehall.org/names/29553>,
        <http://data.carnegiehall.org/names/29716>,
        <http://data.carnegiehall.org/names/31043>,
        <http://data.carnegiehall.org/names/33077>,
        <http://data.carnegiehall.org/names/41292>,
        <http://data.carnegiehall.org/names/5042>,
        <http://data.carnegiehall.org/names/50722>,
        <http://data.carnegiehall.org/names/51602>,
        <http://data.carnegiehall.org/names/58293>,
        <http://data.carnegiehall.org/names/8327>,
        <http://data.carnegiehall.org/names/9841> ;
    ns2:performer <http://data.carnegiehall.org/names/10126>,
        <http://data.carnegiehall.org/names/10127>,
        <http://data.carnegiehall.org/names/10870>,
        <http://data.carnegiehall.org/names/14735>,
        <http://data.carnegiehall.org/names/21145>,
        <http://data.carnegiehall.org/names/29396>,
        <http://data.carnegiehall.org/names/29553>,
        <http://data.carnegiehall.org/names/29716>,
        <http://data.carnegiehall.org/names/31043>,
        <http://data.carnegiehall.org/names/33077>,
        <http://data.carnegiehall.org/names/41292>,
        <http://data.carnegiehall.org/names/5042>,
        <http://data.carnegiehall.org/names/50722>,
        <http://data.carnegiehall.org/names/51602>,
        <http://data.carnegiehall.org/names/58293>,
        <http://data.carnegiehall.org/names/8327>,
        <http://data.carnegiehall.org/names/9841> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/4930> .

