@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/bojo8my>
  schema:familyName "Hertz"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1923ce52-aff9-c447-8d2e-1b52a275b3fa"^^xsd:string ;
  schema:givenName "Pieter"^^xsd:string ;
  schema:name "Pieter Hertz"@nl ;
  schema:birthPlace "Ransbach Duitschland"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00fqcr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9fccea1f-f7e8-bd6f-9e3c-37e7667cef08> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2440625> ;
  schema:birthDate "1840-02-09"^^xsd:date .

