@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/bjzMEfA>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8d754443-b311-ccc4-ea1c-213d5e3edf11"^^xsd:string ;
  schema:givenName "Willem"^^xsd:string ;
  schema:name "Willem Zevers"@nl ;
  schema:familyName "Zevers"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Woerden> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00s4n2> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/4bfd1a8c-c242-a321-946a-d4e94bafa067> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2152247> ;
  schema:birthDate "1820-10-28"^^xsd:date .

