@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/bd75weh>
  schema:givenName "Gerardus Theodorus"^^xsd:string ;
  schema:name "Gerardus Theodorus Timmermann"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/37a70f66-042e-886a-c8aa-7637ee95c938"^^xsd:string ;
  schema:familyName "Timmermann"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01c3wr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/38208d45-96dd-5a15-602e-0847593a511d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2075396> ;
  schema:birthDate "1903-06-14"^^xsd:date .

