@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/bXhVDGB>
  schema:givenName "Bernardus"^^xsd:string ;
  schema:name "Bernardus Kisman"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1b4e143a-de24-b2b1-203e-0e6d235236ee"^^xsd:string ;
  schema:familyName "Kisman"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Moordrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b011435> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/ea7a1569-2a5e-2d56-9f20-f6782e6655b7> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2832482> ;
  schema:birthDate "1803-01-06"^^xsd:date .

