@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/1004725> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Dan Goggin" ;
    ns1:birthDate "1943-05-31"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4984049/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Dan Goggin" ;
    skos:exactMatch <http://dbpedia.org/resource/Dan_Goggin>,
        <http://id.loc.gov/authorities/names/n86056597>,
        <http://www.wikidata.org/entity/Q1159074>,
        <https://musicbrainz.org/artist/adf78b12-661e-4ee0-92ea-110acdc21f50> .

