@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/bSi7xyp>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a3e2e0bc-5368-9fce-98ae-d2120c268934"^^xsd:string ;
  schema:givenName "Lijntje"^^xsd:string ;
  schema:name "Lijntje Schouten"@nl ;
  schema:familyName "Schouten"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Woubrugge> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00sgcj> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/1c2cbea6-ecb4-f3b3-ed80-6d3613b71747> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1969515> ;
  schema:birthDate "1818-01-06"^^xsd:date .

