@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://id.loc.gov/vocabulary/relators/> .
@prefix ns2: <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/122404> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "Tobacco Road" ;
    ns1:lyr <http://data.carnegiehall.org/names/1029216> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1029216> ;
    dcterms:creator <http://data.carnegiehall.org/names/1029216> ;
    ns2:dateCreated "1959" ;
    skos:exactMatch <http://dbpedia.org/resource/Tobacco_Road_(song)>,
        <http://www.wikidata.org/entity/Q82456118>,
        <https://musicbrainz.org/work/7dd0f211-0ae9-368b-ac1a-179a9c27fc69> .

