@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/9588> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "The Blackbyrds" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/1017> ;
    ns1:name "The Blackbyrds" ;
    skos:exactMatch <http://dbpedia.org/resource/The_Blackbyrds>,
        <http://id.loc.gov/authorities/names/n94008663>,
        <http://www.wikidata.org/entity/Q7718487>,
        <https://musicbrainz.org/artist/9e5aee7c-2dc8-48ab-b6f9-b050dc51e6fc> .

