@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/17927/work_23> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "It Isn't Nice" ;
    ns2:baritone <http://data.carnegiehall.org/names/24960>,
        <http://data.carnegiehall.org/names/43524>,
        <http://data.carnegiehall.org/names/47657>,
        <http://data.carnegiehall.org/names/6362> ;
    ns2:countertenor <http://data.carnegiehall.org/names/54569> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/5051> ;
    ns2:piano <http://data.carnegiehall.org/names/57249> ;
    ns2:soprano <http://data.carnegiehall.org/names/32419>,
        <http://data.carnegiehall.org/names/32421>,
        <http://data.carnegiehall.org/names/51612> ;
    ns2:tenor <http://data.carnegiehall.org/names/37748>,
        <http://data.carnegiehall.org/names/60193>,
        <http://data.carnegiehall.org/names/9022> ;
    ns1:performer <http://data.carnegiehall.org/names/24960>,
        <http://data.carnegiehall.org/names/32419>,
        <http://data.carnegiehall.org/names/32421>,
        <http://data.carnegiehall.org/names/37748>,
        <http://data.carnegiehall.org/names/43524>,
        <http://data.carnegiehall.org/names/47657>,
        <http://data.carnegiehall.org/names/5051>,
        <http://data.carnegiehall.org/names/51612>,
        <http://data.carnegiehall.org/names/54569>,
        <http://data.carnegiehall.org/names/57249>,
        <http://data.carnegiehall.org/names/60193>,
        <http://data.carnegiehall.org/names/6362>,
        <http://data.carnegiehall.org/names/9022> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/64538> .

