@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/12864/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Addresses" ;
    ns1:host <http://data.carnegiehall.org/names/27746> ;
    ns1:speaker <http://data.carnegiehall.org/names/18860>,
        <http://data.carnegiehall.org/names/26366>,
        <http://data.carnegiehall.org/names/26367>,
        <http://data.carnegiehall.org/names/36346>,
        <http://data.carnegiehall.org/names/38386>,
        <http://data.carnegiehall.org/names/42452>,
        <http://data.carnegiehall.org/names/48010>,
        <http://data.carnegiehall.org/names/7899> ;
    ns2:performer <http://data.carnegiehall.org/names/18860>,
        <http://data.carnegiehall.org/names/26366>,
        <http://data.carnegiehall.org/names/26367>,
        <http://data.carnegiehall.org/names/27746>,
        <http://data.carnegiehall.org/names/36346>,
        <http://data.carnegiehall.org/names/38386>,
        <http://data.carnegiehall.org/names/42452>,
        <http://data.carnegiehall.org/names/48010>,
        <http://data.carnegiehall.org/names/7899> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/6078> .

