@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/bR2VC8V>
  schema:familyName "de Lange"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e4243a05-ee15-4a12-a6f9-0d79bdb3ecb5"^^xsd:string ;
  schema:givenName "Martinus"^^xsd:string ;
  schema:name "Martinus de Lange"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00s4n2> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/46b3f146-1dc8-6d89-d089-78c559089ee7> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2131509> ;
  schema:birthDate "1876-10-28"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Lange"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

