@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/bfCuKsZ>
  schema:givenName "François"^^xsd:string ;
  schema:name "François Janssen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e3b907ec-fc1d-df92-f0af-4934f97790c6"^^xsd:string ;
  schema:familyName "Janssen"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012c0x> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/4eb9368e-b40d-b942-929b-54f590e36f71> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2162584> ;
  schema:birthDate "1830-01-25"^^xsd:date .

