@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/bijABex>
  schema:givenName "Hendrik Anthonie"^^xsd:string ;
  schema:name "Hendrik Anthonie Schoonderwoerd"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/6391de54-301f-c4ea-62f3-c7d154769de0"^^xsd:string ;
  schema:familyName "Schoonderwoerd"^^xsd:string ;
  schema:hasOccupation "Touwspinner"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00jxhq> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/539c19b2-8e5c-1bb7-de01-cece7d9f7972> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2181400> ;
  schema:birthDate "1869-07-20"^^xsd:date .

