@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/bXV13nh>
  schema:familyName "de Ruiter"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ccb4b6cc-c898-9749-6ecf-e9a270b1cd67"^^xsd:string ;
  schema:givenName "Merritje"^^xsd:string ;
  schema:name "Merritje de Ruiter"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Veenendaal> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b015ngs> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/4e34ff3e-9567-3af1-4c98-bc08b0f3ca99> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2160630> ;
  schema:birthDate "1864-06-24"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Ruiter"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

