@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/1027827> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jeremy Taylor" ;
    ns1:birthDate "1613"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/2653941/> ;
    ns1:deathDate "1667-08-13"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Jeremy Taylor" ;
    skos:exactMatch <http://dbpedia.org/resource/Jeremy_Taylor>,
        <http://www.wikidata.org/entity/Q669076>,
        <https://id.loc.gov/authorities/n79068411>,
        <https://musicbrainz.org/artist/a2443c28-0687-488c-97b7-a4f426c372a8> .

