@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@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" ;
    ns3:bass <http://data.carnegiehall.org/names/53957> ;
    ns3:contralto <http://data.carnegiehall.org/names/28118> ;
    ns3:piano <http://data.carnegiehall.org/names/37643> ;
    ns3:soprano <http://data.carnegiehall.org/names/42193> ;
    ns3:speaker <http://data.carnegiehall.org/names/17909> ;
    ns3:tenor <http://data.carnegiehall.org/names/59493> ;
    ns3: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> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/19915> .

