@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/bTL1EFj>
  schema:hasOccupation "Bouwman"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9195197c-17bd-91c4-0817-bf8ca153c6d2"^^xsd:string ;
  schema:givenName "Ruth"^^xsd:string ;
  schema:name "Ruth van Weelden"@nl ;
  schema:familyName "van Weelden"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Herwijnen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00nj41> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/81bb1a2d-caff-0226-3c08-d4c2497ebd77> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2359511> ;
  schema:birthDate "1827-04-17"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Weelden"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

