@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#> .

<https://n2t.net/ark:/60537/bCTmJgJ>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/2dc16ecf-58c4-0b62-98a1-3bc3ace8735f"^^xsd:string ;
  schema:givenName "Neeltje"^^xsd:string ;
  schema:name "Neeltje Visser"@nl ;
  schema:familyName "Visser"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Dordrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00z8j2> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/a8a468b0-2f7c-c600-4a8e-412dab9b6e9d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2474664> ;
  schema:birthDate "1848-10-27"^^xsd:date .

