@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/btWgBJe>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Versteegt"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e41abf86-989b-3ca1-08b6-98e65722b0f2"^^xsd:string ;
  schema:familyName "Versteegt"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b013r5h> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c21269a3-7e5c-07d0-4eca-6e92ea86dd3d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2573443> .

