@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/bBQRFj6>
  schema:givenName "Andries"^^xsd:string ;
  schema:name "Andries Groenewoud"@nl ;
  schema:familyName "Groenewoud"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e29730da-ba1e-8b41-493d-dbb39104e95f"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0129pf> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/eb818ba7-bf31-2214-725a-1e017d95a68b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2836347> ;
  schema:birthDate "1891-09-28"^^xsd:date .

