@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/12334/work_46> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Anything Goes: Anything Goes" ;
    ns1:actor <http://data.carnegiehall.org/names/2333> ;
    ns1:baritone <http://data.carnegiehall.org/names/45505> ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/42546> ;
    ns1:clarinet <http://data.carnegiehall.org/names/23886> ;
    ns1:dancer <http://data.carnegiehall.org/names/21473> ;
    ns1:host <http://data.carnegiehall.org/names/29640>,
        <http://data.carnegiehall.org/names/58146> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/42635>,
        <http://data.carnegiehall.org/names/45962> ;
    ns1:piano <http://data.carnegiehall.org/names/34676>,
        <http://data.carnegiehall.org/names/4967> ;
    ns1:vocalist <http://data.carnegiehall.org/names/17434>,
        <http://data.carnegiehall.org/names/17469>,
        <http://data.carnegiehall.org/names/19006>,
        <http://data.carnegiehall.org/names/23609>,
        <http://data.carnegiehall.org/names/29099>,
        <http://data.carnegiehall.org/names/29435>,
        <http://data.carnegiehall.org/names/30969>,
        <http://data.carnegiehall.org/names/3632>,
        <http://data.carnegiehall.org/names/4076>,
        <http://data.carnegiehall.org/names/55897>,
        <http://data.carnegiehall.org/names/56405>,
        <http://data.carnegiehall.org/names/5658> ;
    ns2:performer <http://data.carnegiehall.org/names/17434>,
        <http://data.carnegiehall.org/names/17469>,
        <http://data.carnegiehall.org/names/19006>,
        <http://data.carnegiehall.org/names/21473>,
        <http://data.carnegiehall.org/names/2333>,
        <http://data.carnegiehall.org/names/23609>,
        <http://data.carnegiehall.org/names/23886>,
        <http://data.carnegiehall.org/names/29099>,
        <http://data.carnegiehall.org/names/29435>,
        <http://data.carnegiehall.org/names/29640>,
        <http://data.carnegiehall.org/names/30969>,
        <http://data.carnegiehall.org/names/34676>,
        <http://data.carnegiehall.org/names/3632>,
        <http://data.carnegiehall.org/names/4076>,
        <http://data.carnegiehall.org/names/42546>,
        <http://data.carnegiehall.org/names/42635>,
        <http://data.carnegiehall.org/names/45505>,
        <http://data.carnegiehall.org/names/45962>,
        <http://data.carnegiehall.org/names/4967>,
        <http://data.carnegiehall.org/names/55897>,
        <http://data.carnegiehall.org/names/56405>,
        <http://data.carnegiehall.org/names/5658>,
        <http://data.carnegiehall.org/names/58146> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/22916> .

