@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/bTXJfFO>
  schema:familyName "Groeneweg"^^xsd:string ;
  schema:givenName "Hendrik Laurens"^^xsd:string ;
  schema:name "Hendrik Laurens Groeneweg"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9ccba6db-6bbc-cf0c-bb49-c29bdff30de0"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010gsw> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/6d337221-bd11-1b27-4da4-6cd81d2e95ae> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2280329> ;
  schema:birthDate "1884-03-21"^^xsd:date .

