@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/67337/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Awards Presentation" ;
    ns2:presenter <http://data.carnegiehall.org/names/125848>,
        <http://data.carnegiehall.org/names/125850>,
        <http://data.carnegiehall.org/names/125851>,
        <http://data.carnegiehall.org/names/125852>,
        <http://data.carnegiehall.org/names/125853>,
        <http://data.carnegiehall.org/names/125854>,
        <http://data.carnegiehall.org/names/125855>,
        <http://data.carnegiehall.org/names/125856>,
        <http://data.carnegiehall.org/names/65596> ;
    ns2:speaker <http://data.carnegiehall.org/names/125862>,
        <http://data.carnegiehall.org/names/125863>,
        <http://data.carnegiehall.org/names/34263>,
        <http://data.carnegiehall.org/names/39405> ;
    ns1:performer <http://data.carnegiehall.org/names/125848>,
        <http://data.carnegiehall.org/names/125850>,
        <http://data.carnegiehall.org/names/125851>,
        <http://data.carnegiehall.org/names/125852>,
        <http://data.carnegiehall.org/names/125853>,
        <http://data.carnegiehall.org/names/125854>,
        <http://data.carnegiehall.org/names/125855>,
        <http://data.carnegiehall.org/names/125856>,
        <http://data.carnegiehall.org/names/125862>,
        <http://data.carnegiehall.org/names/125863>,
        <http://data.carnegiehall.org/names/34263>,
        <http://data.carnegiehall.org/names/39405>,
        <http://data.carnegiehall.org/names/65596> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/16200> .

