@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/bXIjHL4>
  schema:givenName "Gerardus Cornelis"^^xsd:string ;
  schema:name "Gerardus Cornelis Terbeek"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/af435e59-2c5c-1e78-4174-53a14d3bfa5e"^^xsd:string ;
  schema:familyName "Terbeek"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Amsterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00k137> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b2e6cfc9-e090-2629-2b8e-4c6389a416b1> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2514724> ;
  schema:birthDate "1802-03-28"^^xsd:date .

