@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/7325/work_19> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Rock-a-my Soul" ;
    ns1:alto <http://data.carnegiehall.org/names/9850> ;
    ns1:baritone <http://data.carnegiehall.org/names/7868> ;
    ns1:bass <http://data.carnegiehall.org/names/30150> ;
    ns1:tenor <http://data.carnegiehall.org/names/3589>,
        <http://data.carnegiehall.org/names/52182>,
        <http://data.carnegiehall.org/names/6139> ;
    ns2:performer <http://data.carnegiehall.org/names/30150>,
        <http://data.carnegiehall.org/names/3589>,
        <http://data.carnegiehall.org/names/52182>,
        <http://data.carnegiehall.org/names/6139>,
        <http://data.carnegiehall.org/names/7868>,
        <http://data.carnegiehall.org/names/9850> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/43590> .

