@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/bRSJFWF>
  schema:givenName "Bastiaan"^^xsd:string ;
  schema:name "Bastiaan Kooijman"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8a54994c-2eaa-b2a7-e326-deee827e3293"^^xsd:string ;
  schema:familyName "Kooijman"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Lexmond> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012vmp> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b10f96ce-8ba5-b322-5f65-6f3dfe8c5ea7> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2507511> ;
  schema:birthDate "1898-02-11"^^xsd:date .

