@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/bKBfaC8>
  schema:givenName "Dirk"^^xsd:string ;
  schema:name "Dirk Reijken"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/365322a6-829e-5d7a-0836-1a270e18592e"^^xsd:string ;
  schema:hasOccupation "Loopknecht"@nl ;
  schema:familyName "Reijken"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b011r2k> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/dca6384e-262f-117b-b4c0-aae937ed0771> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2813413> ;
  schema:birthDate "1869-01-31"^^xsd:date .

