@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/1011961> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Isaac Watts" ;
    ns1:birthDate "1674-07-17"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2637487/> ;
    ns1:deathDate "1748-11-25"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut>,
        <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Isaac Watts" ;
    skos:exactMatch <http://dbpedia.org/resource/Isaac_Watts>,
        <http://id.loc.gov/authorities/names/n50043707>,
        <http://www.wikidata.org/entity/Q537034>,
        <https://musicbrainz.org/artist/3a8a190c-24ef-45df-abe8-735ceeb38855> .

