@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/bchijZE>
  schema:givenName "Bernardus"^^xsd:string ;
  schema:name "Bernardus Fanger"@nl ;
  schema:familyName "Fanger"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/597233a8-f77d-ab8c-064e-e6a09bccdd4c"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012frs> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/d643c333-afe5-8c40-a6a8-bd42ebd2198a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2656225> ;
  schema:birthDate "1829-07-24"^^xsd:date .

