@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/bDVRhP3>
  schema:givenName "Adrianus"^^xsd:string ;
  schema:name "Adrianus Schoonderwoerd"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/523704ea-a413-0b7a-cd67-2e189584c51c"^^xsd:string ;
  schema:familyName "Schoonderwoerd"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01bd4q> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/d6f71f12-4d87-44d0-4c44-bc05f9b779fd> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2658861> ;
  schema:birthDate "1908-09-13"^^xsd:date .

