@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/79000> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Delaney & Bonnie" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/117> ;
    ns1:name "Delaney & Bonnie" ;
    skos:exactMatch <http://dbpedia.org/resource/Delaney_%26_Bonnie>,
        <http://www.wikidata.org/entity/Q1183865>,
        <https://id.loc.gov/authorities/names/nr89010954>,
        <https://musicbrainz.org/artist/1d0e964a-2b91-4dd9-8100-a5a184870382> .

