@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/bdKcesx>
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Gravesteijn"@nl ;
  schema:familyName "Gravesteijn"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/51da3aa4-8089-87e0-3379-76c5ddbc688e"^^xsd:string ;
  schema:birthPlace <https://gemeentegeschiedenis.nl/gemeentenaam/Waddinxveen_1> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012b0j> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/df3b5d03-6097-53d3-c116-d3858e3e3a66> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2823388> ;
  schema:birthDate "1859-03-25"^^xsd:date .

