@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/54727/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Dandy Dick" ;
    ns1:actor <http://data.carnegiehall.org/names/105740>,
        <http://data.carnegiehall.org/names/105741>,
        <http://data.carnegiehall.org/names/105742>,
        <http://data.carnegiehall.org/names/105743>,
        <http://data.carnegiehall.org/names/105744>,
        <http://data.carnegiehall.org/names/105745>,
        <http://data.carnegiehall.org/names/105746>,
        <http://data.carnegiehall.org/names/105747>,
        <http://data.carnegiehall.org/names/105748>,
        <http://data.carnegiehall.org/names/105749>,
        <http://data.carnegiehall.org/names/105750> ;
    ns2:performer <http://data.carnegiehall.org/names/105740>,
        <http://data.carnegiehall.org/names/105741>,
        <http://data.carnegiehall.org/names/105742>,
        <http://data.carnegiehall.org/names/105743>,
        <http://data.carnegiehall.org/names/105744>,
        <http://data.carnegiehall.org/names/105745>,
        <http://data.carnegiehall.org/names/105746>,
        <http://data.carnegiehall.org/names/105747>,
        <http://data.carnegiehall.org/names/105748>,
        <http://data.carnegiehall.org/names/105749>,
        <http://data.carnegiehall.org/names/105750> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/92545> .

