@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/bBE9Sxb>
  schema:givenName "Claudius"^^xsd:string ;
  schema:name "Claudius Verschut"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/62c093df-561f-c51b-3a80-235a5a81a7b3"^^xsd:string ;
  schema:familyName "Verschut"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0PNKNb> ;
  schema:spouse <https://n2t.net/ark:/60537/bJm30VL> ;
  schema:children <https://n2t.net/ark:/60537/btJA3KG> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2724024> .

