@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/7159/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Address" ;
    ns1:speaker <http://data.carnegiehall.org/names/1017>,
        <http://data.carnegiehall.org/names/13976>,
        <http://data.carnegiehall.org/names/20257>,
        <http://data.carnegiehall.org/names/21532>,
        <http://data.carnegiehall.org/names/29398>,
        <http://data.carnegiehall.org/names/29660>,
        <http://data.carnegiehall.org/names/43096>,
        <http://data.carnegiehall.org/names/45254>,
        <http://data.carnegiehall.org/names/53092>,
        <http://data.carnegiehall.org/names/56539>,
        <http://data.carnegiehall.org/names/7459> ;
    ns2:performer <http://data.carnegiehall.org/names/1017>,
        <http://data.carnegiehall.org/names/13976>,
        <http://data.carnegiehall.org/names/20257>,
        <http://data.carnegiehall.org/names/21532>,
        <http://data.carnegiehall.org/names/29398>,
        <http://data.carnegiehall.org/names/29660>,
        <http://data.carnegiehall.org/names/43096>,
        <http://data.carnegiehall.org/names/45254>,
        <http://data.carnegiehall.org/names/53092>,
        <http://data.carnegiehall.org/names/56539>,
        <http://data.carnegiehall.org/names/7459> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/4930> .

