@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/89269> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "Travelin' Light" ;
    ns1:cmp <http://data.carnegiehall.org/names/51354> ;
    ns1:lyr <http://data.carnegiehall.org/names/35594> ;
    dcterms:contributor <http://data.carnegiehall.org/names/35594>,
        <http://data.carnegiehall.org/names/51354> ;
    dcterms:creator <http://data.carnegiehall.org/names/1009738> ;
    ns2:dateCreated "1942" ;
    skos:exactMatch <http://dbpedia.org/resource/Trav%27lin%27_Light_(song)>,
        <http://www.wikidata.org/entity/Q7835858>,
        <https://musicbrainz.org/work/73d98f3d-2c6e-4c29-9b8a-e378f27e1644> .

