@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/1015416> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "John H. (John Henry) Hopkins" ;
    ns1:birthDate "1820-10-28"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5206379/> ;
    ns1:deathDate "1891-08-14"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "John H. (John Henry) Hopkins" ;
    skos:exactMatch <http://dbpedia.org/resource/John_Henry_Hopkins_Jr.>,
        <http://id.loc.gov/authorities/names/nr92025887>,
        <http://www.wikidata.org/entity/Q6238833>,
        <https://musicbrainz.org/artist/79680330-f206-4237-97e7-603fd7fd0f2d> .

