@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#> .

<https://n2t.net/ark:/60537/bAOmTDR>
  schema:familyName "Bulthuis"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/3c216ff6-c2c2-dd6f-5cac-dcf729566193"^^xsd:string ;
  schema:givenName "Willem Pieter"^^xsd:string ;
  schema:name "Willem Pieter Bulthuis"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b014ssp> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9e527020-0659-24e3-9a9d-c1a5b2beb868> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2435100> ;
  schema:birthDate "1901-02-10"^^xsd:date .

