@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/7787/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Boris Godunov: Act IV" ;
    ns1:baritone <http://data.carnegiehall.org/names/4507>,
        <http://data.carnegiehall.org/names/45624>,
        <http://data.carnegiehall.org/names/7739> ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/59710> ;
    ns1:choir <http://data.carnegiehall.org/names/49462> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/21527> ;
    ns1:soprano <http://data.carnegiehall.org/names/25891> ;
    ns1:tenor <http://data.carnegiehall.org/names/29526>,
        <http://data.carnegiehall.org/names/48146>,
        <http://data.carnegiehall.org/names/51859>,
        <http://data.carnegiehall.org/names/53795> ;
    ns1:unspecified_voice <http://data.carnegiehall.org/names/19516> ;
    ns2:performer <http://data.carnegiehall.org/names/19516>,
        <http://data.carnegiehall.org/names/21527>,
        <http://data.carnegiehall.org/names/25891>,
        <http://data.carnegiehall.org/names/29526>,
        <http://data.carnegiehall.org/names/4507>,
        <http://data.carnegiehall.org/names/45624>,
        <http://data.carnegiehall.org/names/48146>,
        <http://data.carnegiehall.org/names/49462>,
        <http://data.carnegiehall.org/names/51859>,
        <http://data.carnegiehall.org/names/53795>,
        <http://data.carnegiehall.org/names/59710>,
        <http://data.carnegiehall.org/names/7739> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/33830> .

