@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/1008296> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Henry Carey" ;
    ns1:birthDate "1687-08"^^xsd:gYearMonth ;
    ns1:birthPlace <https://sws.geonames.org/6269131/> ;
    ns1:deathDate "1743-10-04"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Henry Carey" ;
    skos:exactMatch <http://dbpedia.org/resource/Henry_Carey_(writer)>,
        <http://id.loc.gov/authorities/names/n80004008>,
        <http://www.wikidata.org/entity/Q1606590>,
        <https://musicbrainz.org/artist/ee876e05-03ad-42d2-ad77-e5feae88598d> .

