@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix ns3: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/37733/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Awards Presentation" ;
    ns1:presenter <http://data.carnegiehall.org/names/30549>,
        <http://data.carnegiehall.org/names/61978>,
        <http://data.carnegiehall.org/names/61979>,
        <http://data.carnegiehall.org/names/61980>,
        <http://data.carnegiehall.org/names/61981>,
        <http://data.carnegiehall.org/names/61982>,
        <http://data.carnegiehall.org/names/61983>,
        <http://data.carnegiehall.org/names/61984>,
        <http://data.carnegiehall.org/names/61985> ;
    ns1:speaker <http://data.carnegiehall.org/names/61973>,
        <http://data.carnegiehall.org/names/61974>,
        <http://data.carnegiehall.org/names/61975>,
        <http://data.carnegiehall.org/names/61976>,
        <http://data.carnegiehall.org/names/61977> ;
    ns2:performer <http://data.carnegiehall.org/names/30549>,
        <http://data.carnegiehall.org/names/61973>,
        <http://data.carnegiehall.org/names/61974>,
        <http://data.carnegiehall.org/names/61975>,
        <http://data.carnegiehall.org/names/61976>,
        <http://data.carnegiehall.org/names/61977>,
        <http://data.carnegiehall.org/names/61978>,
        <http://data.carnegiehall.org/names/61979>,
        <http://data.carnegiehall.org/names/61980>,
        <http://data.carnegiehall.org/names/61981>,
        <http://data.carnegiehall.org/names/61982>,
        <http://data.carnegiehall.org/names/61983>,
        <http://data.carnegiehall.org/names/61984>,
        <http://data.carnegiehall.org/names/61985> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/16200> .

