@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/bgRH0Dw>
  schema:hasOccupation "Bakkersknecht"@nl ;
  schema:givenName "David"^^xsd:string ;
  schema:name "David Frank"@nl ;
  schema:familyName "Frank"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d79752c6-344d-8c2d-2950-a0296e38d0d6"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bbeMZE5> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2368739> ;
  schema:birthDate "1889-07-23"^^xsd:date .

