@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#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://data.carnegiehall.org/works/115953> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "You Can Depend on Me" ;
    ns1:cmp <http://data.carnegiehall.org/names/26819> ;
    ns1:lyr <http://data.carnegiehall.org/names/1027751> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1027751>,
        <http://data.carnegiehall.org/names/26819> ;
    dcterms:creator <http://data.carnegiehall.org/names/1027752> ;
    ns2:dateCreated "1931" ;
    skos:exactMatch <http://dbpedia.org/resource/You_Can_Depend_on_Me_(Louis_Armstrong_song)>,
        <https://musicbrainz.org/work/5f9fd6df-7c86-3324-9d92-3b9041971bbf> .

