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

<http://data.carnegiehall.org/works/100094> a <http://schema.org/CreativeWork> ;
    rdfs:label "Yasushi - Soumatou" ;
    ns1:chr <http://data.carnegiehall.org/names/110112> ;
    ns1:cmp <http://data.carnegiehall.org/names/109658>,
        <http://data.carnegiehall.org/names/110114> ;
    dcterms:contributor <http://data.carnegiehall.org/names/109658>,
        <http://data.carnegiehall.org/names/110112>,
        <http://data.carnegiehall.org/names/110114> ;
    dcterms:creator <http://data.carnegiehall.org/names/110111> .

