@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/29717/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Demonstration" ;
    ns2:bass <http://data.carnegiehall.org/names/53957> ;
    ns2:contralto <http://data.carnegiehall.org/names/28118> ;
    ns2:piano <http://data.carnegiehall.org/names/37643> ;
    ns2:soprano <http://data.carnegiehall.org/names/42193> ;
    ns2:speaker <http://data.carnegiehall.org/names/17909> ;
    ns2:tenor <http://data.carnegiehall.org/names/59493> ;
    ns2:unspecified_voice <http://data.carnegiehall.org/names/35825>,
        <http://data.carnegiehall.org/names/35933> ;
    ns1:performer <http://data.carnegiehall.org/names/17909>,
        <http://data.carnegiehall.org/names/28118>,
        <http://data.carnegiehall.org/names/35825>,
        <http://data.carnegiehall.org/names/35933>,
        <http://data.carnegiehall.org/names/37643>,
        <http://data.carnegiehall.org/names/42193>,
        <http://data.carnegiehall.org/names/53957>,
        <http://data.carnegiehall.org/names/59493> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/19915> .

