@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/bR2WeVo>
  schema:givenName "Claudius"^^xsd:string ;
  schema:name "Claudius Verschut"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c4b8ca65-5552-fbcd-81a7-94135d79bcb4"^^xsd:string ;
  schema:hasOccupation "Koopman"@nl ;
  schema:familyName "Verschut"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010677> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/df90ea46-77ab-45cb-e9b7-2cfe8d2ceb3d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2824667> ;
  schema:birthDate "1853-07-29"^^xsd:date .

