@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/bsH4Crz>
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Karreman"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/11090024-369a-5e1f-a838-b2fd6b071326"^^xsd:string ;
  schema:familyName "Karreman"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Stormpolder> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00x3wz> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/e27f5b07-2613-cc6d-44de-e45e7a42b3c3> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2668940> ;
  schema:birthDate "1820-03-06"^^xsd:date .

