@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://id.loc.gov/vocabulary/relators/> .
@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/125248> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Downtown" ;
    ns2:lyr <http://data.carnegiehall.org/names/1030871> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1030871> ;
    dcterms:creator <http://data.carnegiehall.org/names/1030871> ;
    ns1:dateCreated "1964" ;
    skos:exactMatch <http://dbpedia.org/resource/Downtown_(Petula_Clark_song)>,
        <http://www.wikidata.org/entity/Q2020828>,
        <https://musicbrainz.org/work/39319418-1bf2-302c-b2ef-cd46c6c4377c> .

