@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/bFb39Bs>
  schema:givenName "Gerritje"^^xsd:string ;
  schema:name "Gerritje Vermaas"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/04db1a97-b1ab-b0a2-e3ee-495477263618"^^xsd:string ;
  schema:familyName "Vermaas"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010x24> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9cf74e3b-f9a8-d560-a84a-062575fa97c2> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2429782> ;
  schema:birthDate "1886-04-09"^^xsd:date .

