@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/bIVE6mT>
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Perdijk"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d545c27b-42af-d71e-b28a-bd3cedf66190"^^xsd:string ;
  schema:familyName "Perdijk"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00xchf> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/443dba81-a82f-4165-f515-d8bc2dc5fc50> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2121998> ;
  schema:birthDate "1887-06-23"^^xsd:date .

