@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/1012521> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Justin Connolly" ;
    ns1:birthDate "1933-08-11"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2643743/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Justin Connolly" ;
    skos:exactMatch <http://dbpedia.org/resource/Justin_Connolly>,
        <http://id.loc.gov/authorities/names/n81056517>,
        <http://www.wikidata.org/entity/Q15072633>,
        <https://musicbrainz.org/artist/7831dd7e-394d-4e57-97b2-7208a2ab2ea8> .

