@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/bzLRdNW>
  schema:familyName "Groeneweg"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9e9f0111-c0fa-cd7a-3a15-4f36fbb11143"^^xsd:string ;
  schema:givenName "Jacob"^^xsd:string ;
  schema:name "Jacob Groeneweg"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01400f> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/487acc39-aeba-e34c-3c27-7417d9fae011> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2138473> ;
  schema:birthDate "1868-01-30"^^xsd:date .

