@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/1030287> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Clair W. Johnson" ;
    ns1:birthDate "1902-05-05"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5777915/> ;
    ns1:deathDate "1985-07"^^xsd:gYearMonth ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr> ;
    ns1:name "Clair W. Johnson" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no89006722>,
        <http://www.wikidata.org/entity/Q112316101>,
        <https://musicbrainz.org/artist/262ce979-78ce-4cdd-ba9c-87c706705b54> .

