@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/2948/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Boris Godunov" ;
    ns1:baritone <http://data.carnegiehall.org/names/90392> ;
    ns1:bass <http://data.carnegiehall.org/names/30923>,
        <http://data.carnegiehall.org/names/51177> ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/36552> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/57456> ;
    ns1:soprano <http://data.carnegiehall.org/names/21195>,
        <http://data.carnegiehall.org/names/5648> ;
    ns1:tenor <http://data.carnegiehall.org/names/14709>,
        <http://data.carnegiehall.org/names/25868> ;
    ns2:performer <http://data.carnegiehall.org/names/14709>,
        <http://data.carnegiehall.org/names/21195>,
        <http://data.carnegiehall.org/names/25868>,
        <http://data.carnegiehall.org/names/30923>,
        <http://data.carnegiehall.org/names/36552>,
        <http://data.carnegiehall.org/names/51177>,
        <http://data.carnegiehall.org/names/5648>,
        <http://data.carnegiehall.org/names/57456>,
        <http://data.carnegiehall.org/names/90392> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/14816> .

