@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/bkChstD>
  schema:givenName "Catharina Adriana"^^xsd:string ;
  schema:name "Catharina Adriana van Straaten"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d6714927-0c4b-de4e-a880-a32ff677249b"^^xsd:string ;
  schema:familyName "van Straaten"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b011435> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c9bcf3dd-f592-a9f4-6a36-ee02f657800a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2599306> ;
  schema:birthDate "1887-06-16"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Straaten"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

