@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/1024815> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Henry Constable" ;
    ns1:birthDate "1562"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/2641731/> ;
    ns1:deathDate "1613-10-09"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Henry Constable" ;
    skos:exactMatch <http://dbpedia.org/resource/Henry_Constable>,
        <http://www.wikidata.org/entity/Q1376497>,
        <https://id.loc.gov/authorities/names/n81145883>,
        <https://musicbrainz.org/artist/26080766-0ab4-4ea7-ac64-29bacd6ddb88> .

