@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/bSVdzVS>
  schema:givenName "Cornelis Evert"^^xsd:string ;
  schema:name "Cornelis Evert Groen"@nl ;
  schema:familyName "Groen"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/27fcd8b2-56a7-4567-f953-b9eaf5dffa17"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0187kh> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/1c922b6a-43a0-9214-5f93-3ed715b9e218> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1970999> ;
  schema:birthDate "1911-06-09"^^xsd:date .

