@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/bDwsOYO>
  schema:familyName "de Mol"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ef2661b0-39c5-0843-63d2-15f21a932268"^^xsd:string ;
  schema:givenName "Maaijke"^^xsd:string ;
  schema:name "Maaijke de Mol"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00m8mf> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b82b99df-9bcc-cf32-8c82-4ab9590b6fbf> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2535439> ;
  schema:birthDate "1846-01-15"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Mol"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

