@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/bQDxJg0>
  schema:givenName "Antje Johanna"^^xsd:string ;
  schema:name "Antje Johanna Venne"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d3554dfb-8316-583f-8512-f9a84d512829"^^xsd:string ;
  schema:familyName "Venne"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Woubrugge> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b013hqg> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/d4ca9773-ffa5-da69-c462-7b174fa1454e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2650384> ;
  schema:birthDate "1895-04-24"^^xsd:date .

