@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <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/112451> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Money Honey" ;
    dcterms:creator <http://data.carnegiehall.org/names/1015639> ;
    ns1:dateCreated "1953" ;
    skos:exactMatch <http://dbpedia.org/resource/Money_Honey_(Clyde_McPhatter_and_the_Drifters_song)>,
        <http://www.wikidata.org/entity/Q1944398>,
        <https://musicbrainz.org/work/c9dc0c47-a461-3cf1-90c6-9dee753ef606> .

