@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/33688> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "The Blind Boys of Alabama" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/806> ;
    ns1:name "The Blind Boys of Alabama" ;
    skos:exactMatch <http://dbpedia.org/resource/The_Blind_Boys_of_Alabama>,
        <http://id.loc.gov/authorities/names/no2002115082>,
        <http://www.wikidata.org/entity/Q2092670>,
        <https://musicbrainz.org/artist/2f76bd85-ba19-4d80-9bb7-4555abe463c5> .

