@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/b62igxB>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/3201a936-6a64-7406-1cda-3f1b17805503"^^xsd:string ;
  schema:givenName "Willem"^^xsd:string ;
  schema:name "Willem Zevers"@nl ;
  schema:familyName "Zevers"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Reeuwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00s4n2> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/107e9a49-ab02-0002-890a-b99f504038e0> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1942646> ;
  schema:birthDate "1842-07-27"^^xsd:date .

