@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/1024104> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Frank McGuinness" ;
    ns1:birthDate "1953-07-29"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2654332/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Frank McGuinness" ;
    skos:exactMatch <http://dbpedia.org/resource/Frank_McGuinness>,
        <http://www.wikidata.org/entity/Q370940>,
        <https://id.loc.gov/authorities/names/n83219787>,
        <https://musicbrainz.org/artist/bc712388-5f4d-4af4-84fb-b7a7efe0ca92> .

