@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/9478/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Der Freischütz" ;
    ns2:baritone <http://data.carnegiehall.org/names/25307>,
        <http://data.carnegiehall.org/names/29528>,
        <http://data.carnegiehall.org/names/35634> ;
    ns2:bass <http://data.carnegiehall.org/names/1207>,
        <http://data.carnegiehall.org/names/25308>,
        <http://data.carnegiehall.org/names/52208> ;
    ns2:choir <http://data.carnegiehall.org/names/11513> ;
    ns2:soprano <http://data.carnegiehall.org/names/20742>,
        <http://data.carnegiehall.org/names/32444>,
        <http://data.carnegiehall.org/names/47783> ;
    ns2:tenor <http://data.carnegiehall.org/names/24825> ;
    ns1:performer <http://data.carnegiehall.org/names/11513>,
        <http://data.carnegiehall.org/names/1207>,
        <http://data.carnegiehall.org/names/20742>,
        <http://data.carnegiehall.org/names/24825>,
        <http://data.carnegiehall.org/names/25307>,
        <http://data.carnegiehall.org/names/25308>,
        <http://data.carnegiehall.org/names/29528>,
        <http://data.carnegiehall.org/names/32444>,
        <http://data.carnegiehall.org/names/35634>,
        <http://data.carnegiehall.org/names/47783>,
        <http://data.carnegiehall.org/names/52208> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/14602> .

