@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/1021068> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Chuck Cannon" ;
    ns1:birthPlace <https://sws.geonames.org/4580543/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Chuck Cannon" ;
    skos:exactMatch <http://dbpedia.org/resource/Chuck_Cannon>,
        <http://id.loc.gov/authorities/names/n2007003320>,
        <http://www.wikidata.org/entity/Q5115386>,
        <https://musicbrainz.org/artist/e790b555-fea1-49ef-9468-21a040eb92b4> .

