@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/1001052> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Arnold van Wyk" ;
    ns1:birthDate "1916-04-26"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/8347592/> ;
    ns1:deathDate "1983-05-27"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Arnold van Wyk" ;
    skos:exactMatch <http://dbpedia.org/resource/Arnold_van_Wyk>,
        <http://id.loc.gov/authorities/names/n85315109>,
        <http://www.wikidata.org/entity/Q4795338>,
        <https://musicbrainz.org/artist/08f5f4c9-4ac0-4d44-bbe1-8ccfb56dc97b> .

