@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/b7vcLaX>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c9888e01-68b6-b68c-9a56-434832f73a09"^^xsd:string ;
  schema:familyName "van der Togt"^^xsd:string ;
  schema:givenName "Willem"^^xsd:string ;
  schema:name "Willem van der Togt"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00p3cb> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f62de7da-17e4-1d3c-7af4-107060ec5828> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2716961> ;
  schema:birthDate "1851-11-28"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Togt"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

