@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/b8Kpj4d>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/54bcee75-ecd2-04dc-9d9d-3b730744a2cc"^^xsd:string ;
  schema:familyName "Leeuwen"^^xsd:string ;
  schema:givenName "Martinus"^^xsd:string ;
  schema:name "Martinus Leeuwen"@nl ;
  schema:hasOccupation "Touwslager"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Reeuwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012vcs> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/4b3dcd37-95ad-217e-7edd-9fee0fef60a5> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2149224> ;
  schema:birthDate "1860-09-20"^^xsd:date .

