@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/80906> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Diamonds on the Soles of Her Shoes" ;
    dcterms:creator <http://data.carnegiehall.org/names/25485> ;
    ns1:dateCreated "1986" ;
    skos:exactMatch <http://dbpedia.org/resource/Diamonds_on_the_Soles_of_Her_Shoes>,
        <http://musicbrainz.org/work/67b69bf5-25f8-31c4-8fde-6b27cf979563>,
        <http://www.wikidata.org/entity/Q16991764> .

