@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/bvbtx2H>
  schema:givenName "Gerrit"^^xsd:string ;
  schema:name "Gerrit van Montfoort"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/6a84caf7-01fe-e43e-9aa6-6f9e906aebc9"^^xsd:string ;
  schema:hasOccupation "Kweekeling"@nl ;
  schema:familyName "van Montfoort"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Maasland> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00tmp4> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/8df01a1e-5726-888d-c5b5-e6b0244012f9> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2406594> ;
  schema:birthDate "1862-10-17"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Montfoort"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

