@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/b74NHXK>
  schema:birthPlace "Cheribon Nederlands Indië"@nl ;
  schema:familyName "Hoedemans"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f30fdcee-a54f-893c-419e-4c43112f8cf7"^^xsd:string ;
  schema:givenName "Pieter"^^xsd:string ;
  schema:name "Pieter Hoedemans"@nl ;
  schema:hasOccupation "Sjouwer"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00x714> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/1aaedd0e-53ca-7fe7-e8f2-526fd13b1d44> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1966492> ;
  schema:birthDate "1865-09-25"^^xsd:date .

