@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/123899> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Lonesome Town" ;
    ns2:lyr <http://data.carnegiehall.org/names/1014837> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1014837> ;
    dcterms:creator <http://data.carnegiehall.org/names/1014837> ;
    ns1:dateCreated "1958" ;
    skos:exactMatch <http://dbpedia.org/resource/Lonesome_Town>,
        <http://www.wikidata.org/entity/Q2776406>,
        <https://musicbrainz.org/work/59449a00-8da1-3f72-ab83-98857ae47b0e> .

