@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/bC3yTtk>
  schema:givenName "Abraham Cornelis"^^xsd:string ;
  schema:name "Abraham Cornelis Hogendoorn"@nl ;
  schema:familyName "Hogendoorn"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/12d6bc96-acdb-71a9-7c36-a076e68da107"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Lopik> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b016qd2> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/7ef43506-d735-39dd-5714-c17c8aae463a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2348801> ;
  schema:birthDate "1868-07-24"^^xsd:date .

