@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/bLr2DZe>
  schema:givenName "Gerard Cornelis"^^xsd:string ;
  schema:name "Gerard Cornelis Verlaan"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/436a189d-ff2c-1c25-1657-74a25c406ba1"^^xsd:string ;
  schema:familyName "Verlaan"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Moordrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01167k> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b918f04a-d207-3f41-23e2-1e91a9bc8ca2> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2538952> ;
  schema:birthDate "1886-01-12"^^xsd:date .

