@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/8458> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Peaches and Herb" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/117> ;
    ns1:name "Peaches and Herb" ;
    skos:exactMatch <http://dbpedia.org/resource/Peaches_&_Herb>,
        <http://id.loc.gov/authorities/names/no92002922>,
        <http://www.wikidata.org/entity/Q634476>,
        <https://musicbrainz.org/artist/8423b7a8-4e6a-4c78-aa51-5e39764af467> .

