@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/1019761> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Ted Koehler" ;
    ns1:birthDate "1894-07-14"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4140963/> ;
    ns1:deathDate "1973-01-17"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Ted Koehler" ;
    skos:exactMatch <http://dbpedia.org/resource/Ted_Koehler>,
        <http://id.loc.gov/authorities/names/n87911793>,
        <http://www.wikidata.org/entity/Q363783>,
        <https://musicbrainz.org/artist/5fc368f4-d528-48d7-a8d4-5c657b29beff> .

