@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/byJnnVN>
  schema:givenName "Gerardus Cornelis"^^xsd:string ;
  schema:name "Gerardus Cornelis Terbeek"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1f0ed403-2139-5472-aef7-8bb757ac16f6"^^xsd:string ;
  schema:familyName "Terbeek"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00k137> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f93b8d84-fb30-69ca-1a18-45df0426f254> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2733041> ;
  schema:birthDate "1845-06-04"^^xsd:date .

