@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/1024040> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "John Fletcher" ;
    ns1:birthDate "1579-12"^^xsd:gYearMonth ;
    ns1:birthPlace <https://sws.geonames.org/2638909/> ;
    ns1:deathDate "1625-08"^^xsd:gYearMonth ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "John Fletcher" ;
    skos:exactMatch <http://dbpedia.org/resource/John_Fletcher_(playwright)>,
        <http://www.wikidata.org/entity/Q312444>,
        <https://id.loc.gov/authorities/names/n80016996>,
        <https://musicbrainz.org/artist/7328c324-a9e4-4d70-a4b7-1efd785770b0> .

