@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/19065/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Barrier: Excerpts" ;
    ns1:baritone <http://data.carnegiehall.org/names/41185>,
        <http://data.carnegiehall.org/names/8544> ;
    ns1:narrator <http://data.carnegiehall.org/names/56143> ;
    ns1:piano <http://data.carnegiehall.org/names/51719> ;
    ns1:soprano <http://data.carnegiehall.org/names/15439> ;
    ns3:performer <http://data.carnegiehall.org/names/15439>,
        <http://data.carnegiehall.org/names/41185>,
        <http://data.carnegiehall.org/names/51719>,
        <http://data.carnegiehall.org/names/56143>,
        <http://data.carnegiehall.org/names/8544> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/14245> .

