@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/bIiy797>
  schema:givenName "Dirk Johannes"^^xsd:string ;
  schema:name "Dirk Johannes Meijer"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/2d8caf4f-4b9f-8ad9-17ae-da5baf903db2"^^xsd:string ;
  schema:familyName "Meijer"^^xsd:string ;
  schema:hasOccupation "Timmerman O"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0192zh> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/52afa1f9-d08d-23bf-785d-644edd529a3e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2177937> ;
  schema:birthDate "1892-10-16"^^xsd:date .

