@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/bYKPn17>
  schema:givenName "Hendrik Johannes"^^xsd:string ;
  schema:name "Hendrik Johannes Paul"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/2e455f6e-784c-e9ac-2579-0e3844d45e42"^^xsd:string ;
  schema:familyName "Paul"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Zevenhuizen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b013678> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/d9543ea2-ecba-bd3d-dc87-5176872a40e4> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2800702> ;
  schema:birthDate "1867-10-30"^^xsd:date .

