@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/names/7588> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Martha Reeves and the Vandellas" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/806> ;
    ns1:name "Martha Reeves and the Vandellas" ;
    skos:exactMatch <http://dbpedia.org/resource/Martha_and_the_Vandellas>,
        <http://www.wikidata.org/entity/Q1326522>,
        <https://id.loc.gov/authorities/names/no92002595>,
        <https://musicbrainz.org/artist/9d1bc10a-24fe-4b41-8338-ea92d8101a09> .

