@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/bjMuSk3>
  schema:hasOccupation "Arbeider"@nl ;
  schema:familyName "de Lange"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c28727b5-56d5-243e-cc82-2b54097afd1c"^^xsd:string ;
  schema:givenName "Matthijs"^^xsd:string ;
  schema:name "Matthijs de Lange"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Haastrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00s4n2> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9177729a-4eca-26e0-9f90-a549ce052fcb> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2753186> ;
  schema:birthDate "1834-10-28"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Lange"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

