@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/bpzAt96>
  schema:givenName "Dirk"^^xsd:string ;
  schema:name "Dirk Kaptijn"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/84bd8e15-e0c0-1fc7-157a-25043ca79c62"^^xsd:string ;
  schema:familyName "Kaptijn"^^xsd:string ;
  schema:hasOccupation "Smid"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00krch> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f4e15da9-b281-e344-feee-9c0e14ab187a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2710569> ;
  schema:birthDate "1843-01-12"^^xsd:date .

