@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/b99NMpX>
  schema:givenName "Catharina"^^xsd:string ;
  schema:name "Catharina van Rijswijk"@nl ;
  schema:hasOccupation "Geen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f6b5945b-5671-2e3c-d5db-f3f972f759b1"^^xsd:string ;
  schema:familyName "van Rijswijk"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00h992> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/68f933e7-4bf3-204b-4218-1bd109653352> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2264011> ;
  schema:birthDate "1847-09-27"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Rijswijk"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

