@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/bTXJ00e>
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Zeverboom"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/7adc7f9e-e04c-03da-50e7-8c296588ecb3"^^xsd:string ;
  schema:familyName "Zeverboom"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00z346> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/24e39ddb-2f96-1fe5-7e7d-5e89834d91a2> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2003632> ;
  schema:birthDate "1856-02-06"^^xsd:date .

