@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/bNIJXEn>
  schema:givenName "Catharina Maria Gertruida"^^xsd:string ;
  schema:name "Catharina Maria Gertruida Inhulder"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/69a477f4-b692-13bd-9e0a-41d1ed81793f"^^xsd:string ;
  schema:familyName "Inhulder"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Bergen_op_Zoom> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bnuzGGA> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2373766> ;
  schema:birthDate "1834-12-13"^^xsd:date .

