@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/1014372> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Johnny Lange" ;
    ns1:birthDate "1905-08-15"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4560349/> ;
    ns1:deathDate "2006-01-06"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Johnny Lange" ;
    skos:exactMatch <http://dbpedia.org/resource/Johnny_Lange>,
        <http://id.loc.gov/authorities/names/no2007113804>,
        <http://www.wikidata.org/entity/Q6267079>,
        <https://musicbrainz.org/artist/440b678e-e1fe-4daa-ae33-857adf2cab94> .

