@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/bIweEzC>
  schema:givenName "Catharina"^^xsd:string ;
  schema:name "Catharina Idenburg"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/363f305d-d40c-4f34-bedb-bb57e91d1919"^^xsd:string ;
  schema:familyName "Idenburg"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00z4qm> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/290208eb-b2bc-9f50-3279-a822aba99dd8> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2019563> ;
  schema:birthDate "1901-03-31"^^xsd:date .

