@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix pico: <https://personsincontext.org/model#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/bMtxVdA>
  schema:givenName "Christiaan Izaak"^^xsd:string ;
  schema:name "Christiaan Izaak Wieland"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e534bfa9-30c5-db60-f60c-f165912fd8c4"^^xsd:string ;
  schema:familyName "Wieland"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Hilversum> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bjMtSb7> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2413674> ;
  schema:birthDate "1912-03-22"^^xsd:date .

