@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/bGDWTiZ>
  schema:hasOccupation "Fabriekswerker"@nl ;
  schema:givenName "Franciscus"^^xsd:string ;
  schema:name "Franciscus Furrer"@nl ;
  schema:familyName "Furrer"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e71e5dd2-96b8-e0e6-bd91-87ade7146784"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010xbf> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/8d394a58-9311-6819-07d1-ae4968509794> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2403899> ;
  schema:birthDate "1867-07-04"^^xsd:date .

