@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/49739> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Hans Vonk" ;
    ns1:birthDate "1942-06-18"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2759794/> ;
    ns1:deathDate "2004-08-29"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "Hans Vonk" ;
    skos:exactMatch <http://dbpedia.org/resource/Hans_Vonk_(conductor)>,
        <http://www.wikidata.org/entity/Q644772>,
        <https://id.loc.gov/authorities/names/n84021981>,
        <https://musicbrainz.org/artist/b75743af-bfed-421a-8c46-0b291a9b46d3> .

