@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/8185/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "L'amico Fritz" ;
    ns2:bass <http://data.carnegiehall.org/names/39180>,
        <http://data.carnegiehall.org/names/9148> ;
    ns2:choir <http://data.carnegiehall.org/names/58449> ;
    ns2:contralto <http://data.carnegiehall.org/names/15160>,
        <http://data.carnegiehall.org/names/36669> ;
    ns2:soprano <http://data.carnegiehall.org/names/60863> ;
    ns2:tenor <http://data.carnegiehall.org/names/24687>,
        <http://data.carnegiehall.org/names/39385> ;
    ns1:performer <http://data.carnegiehall.org/names/15160>,
        <http://data.carnegiehall.org/names/24687>,
        <http://data.carnegiehall.org/names/36669>,
        <http://data.carnegiehall.org/names/39180>,
        <http://data.carnegiehall.org/names/39385>,
        <http://data.carnegiehall.org/names/58449>,
        <http://data.carnegiehall.org/names/60863>,
        <http://data.carnegiehall.org/names/9148> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/14049> .

