@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/bKaQMt6>
  schema:birthPlace "Groenloo"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/dd57d270-a711-f58c-4d96-83a2134298c1"^^xsd:string ;
  schema:givenName "Jaques"^^xsd:string ;
  schema:name "Jaques Mogendorff"@nl ;
  schema:familyName "Mogendorff"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012vbc> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/941edee6-7ea6-3ac2-83bf-295658e43171> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2773482> ;
  schema:birthDate "1882-08-06"^^xsd:date .

