@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/bywFmBI>
  schema:familyName "de Koster"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/3ef031ff-a54e-9fbc-e94f-0a60c591b5dd"^^xsd:string ;
  schema:givenName "Maria Jacoba"^^xsd:string ;
  schema:name "Maria Jacoba de Koster"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00svgz> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/82425499-e23b-3534-455b-8b32fafd5dde> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2361616> ;
  schema:birthDate "1806-07-12"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Koster"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

