@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/114093> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Richard Cory" ;
    dcterms:creator <http://data.carnegiehall.org/names/25485> ;
    ns1:dateCreated "1965" ;
    skos:exactMatch <http://dbpedia.org/resource/Richard_Cory_(song)>,
        <http://www.wikidata.org/entity/Q7324913>,
        <https://musicbrainz.org/work/a1c373de-423e-4f54-88d3-8386747fd65f> .

