@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/bLr2oWW>
  schema:birthPlace "Alfen"@nl ;
  schema:familyName "Göbel"^^xsd:string ;
  schema:givenName "Hendrik"^^xsd:string ;
  schema:name "Hendrik Göbel"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5e960cf0-d22a-7f80-20f1-52eb65c3afb9"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010kxp> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/6a72f01b-3044-86e9-011e-0b8a3ae0b118> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2269672> ;
  schema:birthDate "1890-12-08"^^xsd:date .

