@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/bvpamwo>
  schema:givenName "Antonie"^^xsd:string ;
  schema:name "Antonie Schoonderwoerd"@nl ;
  schema:hasOccupation "Bouwknecht"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5df57a41-8cfb-4378-bf16-9fe2b5521968"^^xsd:string ;
  schema:familyName "Schoonderwoerd"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Willeskop> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00w9sn> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c0a3fa29-3ae4-9fd9-c6db-15a0bc0cb92e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2567839> ;
  schema:birthDate "1870-09-23"^^xsd:date .

