@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/brRgfQP>
  schema:familyName "Deumers"^^xsd:string ;
  schema:givenName "François Louis"^^xsd:string ;
  schema:name "François Louis Deumers"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/cd357fda-7b96-3714-6b68-e0241f984d1c"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0192zh> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/1eaa2b47-1fc2-8f61-2173-f712e1e3bc0a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1979138> ;
  schema:birthDate "1888-08-10"^^xsd:date .

