@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/bBE9rSs>
  schema:givenName "Anna Maria"^^xsd:string ;
  schema:name "Anna Maria van Schouwenburg"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a5cc1fb2-6324-4d35-cc7f-470991b78a4b"^^xsd:string ;
  schema:familyName "van Schouwenburg"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00sfj7> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/64c69fae-f054-a32c-5f80-4893a9be08d5> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2247436> ;
  schema:birthDate "1861-10-09"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Schouwenburg"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

