@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/bgshEWv>
  schema:givenName "Adrianus"^^xsd:string ;
  schema:name "Adrianus Schoonderwoerd"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/54abbe79-2cc8-6efa-5bc2-ddd52f5eb85b"^^xsd:string ;
  schema:familyName "Schoonderwoerd"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00qbwj> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/85208e1e-587a-9f32-23bb-c7b02d695ae8> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2372671> ;
  schema:birthDate "1867-02-19"^^xsd:date .

