@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/bVDjxJS>
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Kooij"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/fab0fd8d-9c43-0104-0d29-e761de52cb8b"^^xsd:string ;
  schema:familyName "Kooij"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Gouderak> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b018tdw> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/413dc0d9-74ff-2aea-66f1-6b7b05ea6309> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2110407> ;
  schema:birthDate "1838-04-15"^^xsd:date .

