@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/1028675> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Alfred Kerr" ;
    ns1:birthDate "1867-12-25"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3081368/> ;
    ns1:deathDate "1948-10-12"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Alfred Kerr" ;
    skos:exactMatch <http://dbpedia.org/resource/Alfred_Kerr>,
        <http://www.wikidata.org/entity/Q70396>,
        <https://id.loc.gov/authorities/n82017306>,
        <https://musicbrainz.org/artist/dccba9fd-070d-4172-a923-286757dd6585> .

