@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/1029712> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Stoddard King" ;
    ns1:birthDate "1889-08-18"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5257669/> ;
    ns1:deathDate "1933-06-13"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Stoddard King" ;
    skos:exactMatch <http://dbpedia.org/resource/Stoddard_King>,
        <http://www.wikidata.org/entity/Q17581450>,
        <https://id.loc.gov/authorities/nr2003002767>,
        <https://musicbrainz.org/artist/eac97b24-8d31-44a9-837b-162fc14b7f32> .

