@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/bTyk43V>
  schema:familyName "Blok"^^xsd:string ;
  schema:givenName "Hartog"^^xsd:string ;
  schema:name "Hartog Blok"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/57ec4766-bee4-2f79-00d7-14efbd6e30ec"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Ameide> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00px0w> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/a5b44aa0-496d-9adf-2086-74ae1e399314> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2463462> ;
  schema:birthDate "1849-12-10"^^xsd:date .

