@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://id.loc.gov/vocabulary/relators/> .
@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/102600> a <http://schema.org/CreativeWork>,
        <http://schema.org/MusicComposition> ;
    rdfs:label "Heat Wave" ;
    ns1:cmp <http://data.carnegiehall.org/names/1006984>,
        <http://data.carnegiehall.org/names/1018222> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1006984>,
        <http://data.carnegiehall.org/names/1018222> ;
    dcterms:creator <http://data.carnegiehall.org/names/1018223> ;
    skos:exactMatch <http://dbpedia.org/resource/Holland%E2%80%93Dozier%E2%80%93Holland>,
        <http://www.wikidata.org/entity/Q1262419>,
        <https://musicbrainz.org/work/f5838306-a92b-33b7-9b87-b30228265c79> .

