@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/byiXuct>
  schema:birthPlace "Broek c.a."@nl ;
  schema:givenName "Gerarda"^^xsd:string ;
  schema:name "Gerarda van Rooijen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/de9c84d8-993e-3862-6cb7-36725071fcab"^^xsd:string ;
  schema:hasOccupation "Naaister"@nl ;
  schema:familyName "van Rooijen"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00jsfc> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/4abb2a75-fa29-bd03-9405-b6ec75c88022> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2147193> ;
  schema:additionalName [
    ns0:baseSurname "Rooijen"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

