@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/bwR4oaT>
  schema:familyName "de Mol"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9dc4019e-7772-d119-3feb-3ee7f6541f63"^^xsd:string ;
  schema:givenName "Jacob"^^xsd:string ;
  schema:name "Jacob de Mol"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00qx74> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f24cd2f3-67ef-b596-45be-5c32d801c372> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2862393> ;
  schema:birthDate "1859-12-08"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Mol"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

