@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/b5PC3nm>
  schema:givenName "Elisabeth"^^xsd:string ;
  schema:name "Elisabeth van Oije"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5c476f0f-a51a-d7d3-c1bb-92bba730bc24"^^xsd:string ;
  schema:familyName "van Oije"^^xsd:string ;
  schema:hasOccupation "Winkelierster"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00dqjg> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9c107f68-5ff5-1579-9ccc-4f6ea5e2bc16> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2426373> ;
  schema:additionalName [
    ns0:baseSurname "Oije"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

