@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/71572/work_16> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Blood in the Soil: Excerpt (unspecified)" ;
    ns1:dance_group <http://data.carnegiehall.org/names/134145> ;
    ns1:dancer <http://data.carnegiehall.org/names/135146>,
        <http://data.carnegiehall.org/names/135147> ;
    ns1:percussion <http://data.carnegiehall.org/names/134753> ;
    ns1:piano <http://data.carnegiehall.org/names/95404> ;
    ns3:performer <http://data.carnegiehall.org/names/134145>,
        <http://data.carnegiehall.org/names/134753>,
        <http://data.carnegiehall.org/names/135146>,
        <http://data.carnegiehall.org/names/135147>,
        <http://data.carnegiehall.org/names/95404> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/119214> .

