@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/b1sUiwR>
  schema:familyName "de Jong"^^xsd:string ;
  schema:hasOccupation "Fabriekwerkster"@nl ;
  schema:givenName "Geertruida"^^xsd:string ;
  schema:name "Geertruida de Jong"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/600b6470-8fef-86c4-e0ff-d4e624bad1aa"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00w9sn> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/0a955761-450c-73a2-4c3a-9ac7cc641dd0> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/610705> ;
  schema:birthDate "1881-10-08"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Jong"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

