@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/1012019> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "John Amner" ;
    ns1:birthDate "1579"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/2650023/> ;
    ns1:deathDate "1641-07"^^xsd:gYearMonth ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "John Amner" ;
    skos:exactMatch <http://dbpedia.org/resource/John_Amner>,
        <http://id.loc.gov/authorities/names/nr92032097>,
        <http://www.wikidata.org/entity/Q592864>,
        <https://musicbrainz.org/artist/84f4afe4-536c-4957-8677-33e0a6b161ea> .

