@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://id.loc.gov/vocabulary/relators/> .
@prefix ns2: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/works/121959> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "Black Hands" ;
    ns1:aut <http://data.carnegiehall.org/names/1023547>,
        <http://data.carnegiehall.org/names/1029787>,
        <http://data.carnegiehall.org/names/1029788>,
        <http://data.carnegiehall.org/names/1029789>,
        <http://data.carnegiehall.org/names/49676>,
        <http://data.carnegiehall.org/names/56143> ;
    ns1:cmp <http://data.carnegiehall.org/names/1012059>,
        <http://data.carnegiehall.org/names/14889>,
        <http://data.carnegiehall.org/names/58613> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1012059>,
        <http://data.carnegiehall.org/names/1023547>,
        <http://data.carnegiehall.org/names/1029787>,
        <http://data.carnegiehall.org/names/1029788>,
        <http://data.carnegiehall.org/names/1029789>,
        <http://data.carnegiehall.org/names/14889>,
        <http://data.carnegiehall.org/names/49676>,
        <http://data.carnegiehall.org/names/56143>,
        <http://data.carnegiehall.org/names/58613> ;
    dcterms:creator <http://data.carnegiehall.org/names/1008080> ;
    ns2:dateCreated "c. 1969" .

