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

<http://data.carnegiehall.org/events/17927/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Lamentation Over Boston" ;
    ns2:baritone <http://data.carnegiehall.org/names/6362> ;
    ns2:countertenor <http://data.carnegiehall.org/names/54569> ;
    ns2:soprano <http://data.carnegiehall.org/names/32419>,
        <http://data.carnegiehall.org/names/32421> ;
    ns2:tenor <http://data.carnegiehall.org/names/37748>,
        <http://data.carnegiehall.org/names/9022> ;
    ns1:performer <http://data.carnegiehall.org/names/32419>,
        <http://data.carnegiehall.org/names/32421>,
        <http://data.carnegiehall.org/names/37748>,
        <http://data.carnegiehall.org/names/54569>,
        <http://data.carnegiehall.org/names/6362>,
        <http://data.carnegiehall.org/names/9022> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/64517> .

