@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/35716> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Autumn in New York" ;
    dcterms:creator <http://data.carnegiehall.org/names/56163> ;
    ns1:dateCreated "1934" ;
    skos:exactMatch <http://dbpedia.org/resource/Autumn_in_New_York_(song)>,
        <http://id.loc.gov/authorities/names/no99069502>,
        <http://www.wikidata.org/entity/Q789396>,
        <https://musicbrainz.org/work/84322430-c1e0-3720-9074-db3743edb6af> .

