@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/names/1008342> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Brian Setzer" ;
    ns1:birthDate "1959-04-10"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5126183/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Brian Setzer" ;
    skos:exactMatch <http://dbpedia.org/resource/Brian_Setzer>,
        <https://id.loc.gov/authorities/n92024687>,
        <https://musicbrainz.org/artist/7878a1ce-1f6d-4e44-8a2c-39e7bc547dde> .

