@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/bchhQZf>
  schema:givenName "Dirk"^^xsd:string ;
  schema:name "Dirk Puit"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d683b96f-8f33-5988-c778-b4f9b1056a8e"^^xsd:string ;
  schema:familyName "Puit"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00pp8j> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/4880a22b-b699-af1c-dcfb-a0a9c2cc0d06> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2138561> ;
  schema:birthDate "1865-03-05"^^xsd:date .

