@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/bvpa1qB>
  schema:givenName "Gerard Pieter"^^xsd:string ;
  schema:name "Gerard Pieter Groeneweg"@nl ;
  schema:familyName "Groeneweg"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c5247c08-7f6a-dcbc-ce6a-7a5a7830940a"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0192zh> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/5aba9cdc-56a3-3493-5056-820505064adf> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2208659> ;
  schema:birthDate "1884-02-22"^^xsd:date .

