@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/12390/work_20> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "De Sandman" ;
    ns2:baritone <http://data.carnegiehall.org/names/43099> ;
    ns2:bass <http://data.carnegiehall.org/names/40804> ;
    ns2:tenor <http://data.carnegiehall.org/names/10053>,
        <http://data.carnegiehall.org/names/15281> ;
    ns2:vocal_ensemble <http://data.carnegiehall.org/names/34579> ;
    ns1:performer <http://data.carnegiehall.org/names/10053>,
        <http://data.carnegiehall.org/names/15281>,
        <http://data.carnegiehall.org/names/34579>,
        <http://data.carnegiehall.org/names/40804>,
        <http://data.carnegiehall.org/names/43099> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/51806> .

