@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/bvOzAcN>
  schema:givenName "Frederik"^^xsd:string ;
  schema:name "Frederik Lodder"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/24ba990a-2915-8c1c-b25d-2f2a6a840b51"^^xsd:string ;
  schema:familyName "Lodder"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Rheden> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00k3wh> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9ad6ce1f-a219-1302-fd71-cd54011c0861> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2421749> ;
  schema:birthDate "1868-08-07"^^xsd:date .

