@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/73099/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Presentation" ;
    ns2:cello <http://data.carnegiehall.org/names/132163> ;
    ns2:guitar <http://data.carnegiehall.org/names/132164> ;
    ns2:host <http://data.carnegiehall.org/names/132154>,
        <http://data.carnegiehall.org/names/132155>,
        <http://data.carnegiehall.org/names/132156>,
        <http://data.carnegiehall.org/names/132157> ;
    ns2:piano <http://data.carnegiehall.org/names/132164> ;
    ns2:quintet <http://data.carnegiehall.org/names/132158> ;
    ns2:viola <http://data.carnegiehall.org/names/132161> ;
    ns2:violin <http://data.carnegiehall.org/names/132159>,
        <http://data.carnegiehall.org/names/132160> ;
    ns1:performer <http://data.carnegiehall.org/names/132154>,
        <http://data.carnegiehall.org/names/132155>,
        <http://data.carnegiehall.org/names/132156>,
        <http://data.carnegiehall.org/names/132157>,
        <http://data.carnegiehall.org/names/132158>,
        <http://data.carnegiehall.org/names/132159>,
        <http://data.carnegiehall.org/names/132160>,
        <http://data.carnegiehall.org/names/132161>,
        <http://data.carnegiehall.org/names/132163>,
        <http://data.carnegiehall.org/names/132164> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/15777> .

