@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/bSIxwy0>
  schema:givenName "Charles Marie"^^xsd:string ;
  schema:name "Charles Marie Haccou"@nl ;
  schema:familyName "Haccou"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/fe6e5ebf-4a05-7bfd-5ab8-751525b86e6c"^^xsd:string ;
  schema:hasOccupation "Werktuigkundige"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Ellewoutsdijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b013678> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/d3f81905-d82f-1935-ff3f-34f0011c1f95> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2647249> ;
  schema:birthDate "1848-12-11"^^xsd:date .

