@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/37747> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Anything Goes: You’re the Top" ;
    dcterms:creator <http://data.carnegiehall.org/names/1009827> ;
    ns1:dateCreated "1934" ;
    skos:exactMatch <http://dbpedia.org/resource/You%27re_the_Top>,
        <http://id.loc.gov/authorities/names/n98064513>,
        <https://musicbrainz.org/work/ddfeb8d3-ddfa-3e49-913e-32092548b277> .

