@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/bBQRxGZ>
  schema:familyName "Damen"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/445cef38-e085-076a-594b-80ddf784c483"^^xsd:string ;
  schema:givenName "Johanna Barbara"^^xsd:string ;
  schema:name "Johanna Barbara Damen"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Oudewater> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00rdzg> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f32a7547-01be-5837-a0b8-015d0c6e8288> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2700387> ;
  schema:birthDate "1825-10-27"^^xsd:date .

