@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/42020> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Howard Mitchell" ;
    ns1:birthDate "1911-03-11"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5072499/> ;
    ns1:deathDate "1988-06-22"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "Howard Mitchell" ;
    skos:exactMatch <http://dbpedia.org/resource/Howard_Mitchell>,
        <http://id.loc.gov/authorities/names/n89104421>,
        <http://www.wikidata.org/entity/Q5920432>,
        <https://musicbrainz.org/artist/1f844b4a-9c7e-483c-8c84-dd8cdfedfdde> .

