@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/107545> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Hardin Wouldn't Run" ;
    dcterms:creator <http://data.carnegiehall.org/names/27558> ;
    ns1:dateCreated "1965" ;
    skos:exactMatch <https://musicbrainz.org/work/f1f21cd8-ac41-4ef3-b28d-76fdb137db2d> .

