@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/b7hvmwC>
  schema:givenName "Franciscus"^^xsd:string ;
  schema:name "Franciscus Welter"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b81ce6bc-7191-35b4-0ce0-cd1780e8ef20"^^xsd:string ;
  schema:familyName "Welter"^^xsd:string ;
  schema:hasOccupation "Winkelier"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00h2hw> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/11df8fc6-dc0a-fceb-b6d7-9e3d334b8c40> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1947786> .

