@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/114270> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "The Way I Am" ;
    dcterms:creator <http://data.carnegiehall.org/names/83936> ;
    ns1:dateCreated "2006" ;
    skos:exactMatch <http://dbpedia.org/resource/The_Way_I_Am_(Ingrid_Michaelson_song)>,
        <https://musicbrainz.org/work/0e137a2b-8d93-44cc-875e-1337ed842512> .

