@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/7191> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Organization ;
    rdfs:label "The Byrds" ;
    ns1:hasOccupation <http://data.carnegiehall.org/ensembles/744> ;
    ns1:name "The Byrds" ;
    skos:exactMatch <http://dbpedia.org/resource/The_Byrds>,
        <http://id.loc.gov/authorities/names/n85072686>,
        <http://www.wikidata.org/entity/Q211526>,
        <https://musicbrainz.org/artist/2819834e-4e08-47b0-a2c4-b7672318e8f0> .

