@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/31672/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Addresses" ;
    ns1:speaker <http://data.carnegiehall.org/names/17751>,
        <http://data.carnegiehall.org/names/18352>,
        <http://data.carnegiehall.org/names/35672>,
        <http://data.carnegiehall.org/names/48895>,
        <http://data.carnegiehall.org/names/63648>,
        <http://data.carnegiehall.org/names/63649>,
        <http://data.carnegiehall.org/names/94879>,
        <http://data.carnegiehall.org/names/94880>,
        <http://data.carnegiehall.org/names/94881>,
        <http://data.carnegiehall.org/names/94882>,
        <http://data.carnegiehall.org/names/94883>,
        <http://data.carnegiehall.org/names/94884>,
        <http://data.carnegiehall.org/names/94885> ;
    ns2:performer <http://data.carnegiehall.org/names/17751>,
        <http://data.carnegiehall.org/names/18352>,
        <http://data.carnegiehall.org/names/35672>,
        <http://data.carnegiehall.org/names/48895>,
        <http://data.carnegiehall.org/names/63648>,
        <http://data.carnegiehall.org/names/63649>,
        <http://data.carnegiehall.org/names/94879>,
        <http://data.carnegiehall.org/names/94880>,
        <http://data.carnegiehall.org/names/94881>,
        <http://data.carnegiehall.org/names/94882>,
        <http://data.carnegiehall.org/names/94883>,
        <http://data.carnegiehall.org/names/94884>,
        <http://data.carnegiehall.org/names/94885> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/6078> .

