@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/btJzHKy>
  schema:familyName "Fortuijn"^^xsd:string ;
  schema:givenName "Franciscus Cornelis"^^xsd:string ;
  schema:name "Franciscus Cornelis Fortuijn"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a098f371-3a96-f3ea-87fc-43c6eca3f63b"^^xsd:string ;
  schema:hasOccupation "Pottenbakker"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012f80> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/7a6bab14-b4f5-c9d5-8a2e-34d9071552a7> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2331085> ;
  schema:birthDate "1834-09-02"^^xsd:date .

