@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bMSW7FQ>
  schema:givenName "Christiaan"^^xsd:string ;
  schema:name "Christiaan van Zijl"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/047dd4e0-f57d-c53d-97ba-eddb62e11ee1"^^xsd:string ;
  schema:hasOccupation "Smid"@nl ;
  schema:familyName "van Zijl"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Kralingen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00wtgm> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/646e4bbb-a7d7-f4ac-8d51-b1f5daeb60d8> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2245933> ;
  schema:birthDate "1834-07-26"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Zijl"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

