@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/74534> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "I Walk the Line" ;
    dcterms:creator <http://data.carnegiehall.org/names/27558> ;
    ns1:dateCreated "1956" ;
    skos:exactMatch <http://dbpedia.org/resource/I_Walk_the_Line>,
        <http://www.wikidata.org/entity/Q919867>,
        <https://musicbrainz.org/work/ba883522-bf5a-37b5-b6b8-7572e139c6d7> .

