@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/bnuAjzp>
  schema:givenName "Boudewijn Willem"^^xsd:string ;
  schema:name "Boudewijn Willem Markenstijn"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f0f57f25-0cd5-0819-e244-d7e0b49c6915"^^xsd:string ;
  schema:familyName "Markenstijn"^^xsd:string ;
  schema:hasOccupation "Metselaar"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00dx71> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/7ad3b95b-063f-0ba7-2bf4-f52a5394cbb7> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2332688> ;
  schema:birthDate "1807-04-21"^^xsd:date .

