@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/bMtxua7>
  schema:givenName "Franciscus Hubertus"^^xsd:string ;
  schema:name "Franciscus Hubertus Peeters"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e2d3b435-7c68-b30c-3198-2ee8b4b069c9"^^xsd:string ;
  schema:familyName "Peeters"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Nederweert> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b013fb5> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/13059e0a-84b4-c882-000e-a719264e99b7> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/637576> ;
  schema:birthDate "1832-11-03"^^xsd:date .

