@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/46648/work_13> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "On the Town: Ya Got Me" ;
    ns1:baritone <http://data.carnegiehall.org/names/45505>,
        <http://data.carnegiehall.org/names/76130> ;
    ns1:cello <http://data.carnegiehall.org/names/38733> ;
    ns1:dancer <http://data.carnegiehall.org/names/76130>,
        <http://data.carnegiehall.org/names/82419>,
        <http://data.carnegiehall.org/names/82420>,
        <http://data.carnegiehall.org/names/82421>,
        <http://data.carnegiehall.org/names/82422> ;
    ns1:soprano <http://data.carnegiehall.org/names/46280> ;
    ns1:theater_group <http://data.carnegiehall.org/names/82418> ;
    ns1:vocalist <http://data.carnegiehall.org/names/17610>,
        <http://data.carnegiehall.org/names/82419>,
        <http://data.carnegiehall.org/names/82420>,
        <http://data.carnegiehall.org/names/82421>,
        <http://data.carnegiehall.org/names/82422> ;
    ns2:performer <http://data.carnegiehall.org/names/17610>,
        <http://data.carnegiehall.org/names/38733>,
        <http://data.carnegiehall.org/names/45505>,
        <http://data.carnegiehall.org/names/46280>,
        <http://data.carnegiehall.org/names/76130>,
        <http://data.carnegiehall.org/names/82418>,
        <http://data.carnegiehall.org/names/82419>,
        <http://data.carnegiehall.org/names/82420>,
        <http://data.carnegiehall.org/names/82421>,
        <http://data.carnegiehall.org/names/82422> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/45590> .

