@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/12559> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "Sweet Honey in the Rock" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/806> ;
    ns1:name "Sweet Honey in the Rock" ;
    skos:exactMatch <http://dbpedia.org/resource/Sweet_Honey_in_the_Rock>,
        <http://id.loc.gov/authorities/names/n85007893>,
        <http://www.wikidata.org/entity/Q1316518>,
        <https://musicbrainz.org/artist/28b6ce62-5e14-443c-80b4-ebb8e04936e1> .

