@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/b4a0BC9>
  schema:familyName "Houdijk"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/eb02fd09-d9f0-df36-c06c-3e6b54bdbc3b"^^xsd:string ;
  schema:givenName "Johanna"^^xsd:string ;
  schema:name "Johanna Houdijk"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012c0x> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/8d468927-654b-5316-8772-acb2b8e08a4f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2404105> ;
  schema:birthDate "1849-01-14"^^xsd:date .

