@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/1024296> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Richard Howard" ;
    ns1:birthDate "1929-10-13"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5150529/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/trl> ;
    ns1:name "Richard Howard" ;
    skos:exactMatch <http://dbpedia.org/resource/Richard_Howard>,
        <http://www.wikidata.org/entity/Q2636383>,
        <https://id.loc.gov/authorities/names/n79066341>,
        <https://musicbrainz.org/artist/e0a66639-8586-4ade-ab85-5e5cf6d08f5a> .

