@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/bYXwjA4>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a1a0a89e-3a90-9460-7c73-bc85b27a3b33"^^xsd:string ;
  schema:givenName "Nicolaas"^^xsd:string ;
  schema:name "Nicolaas van Krimpen"@nl ;
  schema:familyName "van Krimpen"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Moordrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00k9ws> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/29731387-c629-47ba-9885-8caaaef37995> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2021255> ;
  schema:birthDate "1854-03-28"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Krimpen"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

