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

<http://data.carnegiehall.org/events/19307/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Girl Crazy: Embraceable You" ;
    ns1:bass_guitar <http://data.carnegiehall.org/names/32549> ;
    ns1:drums <http://data.carnegiehall.org/names/55376> ;
    ns1:guitar <http://data.carnegiehall.org/names/56164> ;
    ns1:piano <http://data.carnegiehall.org/names/6553> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/17484> ;
    ns3:performer <http://data.carnegiehall.org/names/17484>,
        <http://data.carnegiehall.org/names/32549>,
        <http://data.carnegiehall.org/names/55376>,
        <http://data.carnegiehall.org/names/56164>,
        <http://data.carnegiehall.org/names/6553> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/56190> .

