@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/52268> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Broadway Melody of 1940: I Concentrate on You" ;
    dcterms:creator <http://data.carnegiehall.org/names/1009827> ;
    ns1:dateCreated "1939" ;
    skos:exactMatch <http://dbpedia.org/resource/I_Concentrate_on_You>,
        <http://www.wikidata.org/entity/Q5976661>,
        <https://musicbrainz.org/work/987e7397-8ead-3a86-9054-be065e427ac5> .

