@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/bcUpfLL>
  schema:familyName "de Mol"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/45aad29e-862a-b3af-24ed-1298e0168e1e"^^xsd:string ;
  schema:givenName "Martinus"^^xsd:string ;
  schema:name "Martinus de Mol"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01913s> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b94b5b83-5d85-39d2-841a-7011676c45f0> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2539738> ;
  schema:birthDate "1895-07-04"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Mol"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

