@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/bpMgSfB>
  schema:givenName "Andries"^^xsd:string ;
  schema:name "Andries Groeneveld"@nl ;
  schema:birthPlace "Beetgum"@nl ;
  schema:familyName "Groeneveld"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/3a220726-5324-64d3-b6d9-4c81ddcecdd3"^^xsd:string ;
  schema:hasOccupation "Kellner"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0125gf> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9a0d5487-71f4-399c-1d6b-f440c4a755a2> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2418646> ;
  schema:birthDate "1877-01-29"^^xsd:date .

