@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/116000> a <http://data.carnegiehall.org/model/Entity> ;
    rdfs:label "Frank McHugh" ;
    ns1:birthDate "1898-05-23"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5194067/> ;
    ns1:deathDate "1981-09-11"^^xsd:date ;
    skos:exactMatch <http://dbpedia.org/resource/Frank_McHugh>,
        <http://id.loc.gov/authorities/names/n86138590>,
        <http://www.wikidata.org/entity/Q82284> .

