@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/1015987> a <http://data.carnegiehall.org/model/Entity> ;
    rdfs:label "Radiohead" ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    skos:exactMatch <http://dbpedia.org/resource/Radiohead>,
        <http://www.wikidata.org/entity/Q44190>,
        <https://id.loc.gov/authorities/names/no97045991>,
        <https://musicbrainz.org/artist/a74b1b7f-71a5-4011-9441-d0b5e4122711> .

