@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/20396> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Call Me Madam: You're Just in Love" ;
    dcterms:creator <http://data.carnegiehall.org/names/779> ;
    ns1:dateCreated "1950" ;
    skos:exactMatch <http://dbpedia.org/resource/You%27re_Just_in_Love>,
        <http://www.wikidata.org/entity/Q8056521>,
        <https://musicbrainz.org/work/2bfa6736-d80e-4e9f-aee8-46a91d2e1207> .

