@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/bI5R0qc>
  schema:givenName "Frans Ariaan"^^xsd:string ;
  schema:name "Frans Ariaan Tempelman"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9da378be-5e92-ace4-8c42-44c3ba0549a0"^^xsd:string ;
  schema:familyName "Tempelman"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00vr3z> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/d8d9c802-e302-7413-1ca1-b5def5ce93f0> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2798831> ;
  schema:birthDate "1891-08-12"^^xsd:date .

