@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/b4ZO9ao>
  schema:familyName "de Weger"^^xsd:string ;
  schema:givenName "Frank"^^xsd:string ;
  schema:name "Frank de Weger"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/38a31cda-3ad4-5f45-75f5-47b2bab47210"^^xsd:string ;
  schema:hasOccupation "Winkelier"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0132jg> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/5e29d41f-37ff-bc8f-8089-1210a8a882de> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2221712> ;
  schema:birthDate "1845-01-16"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Weger"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

