@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/bpmS50d>
  schema:givenName "Anthonia"^^xsd:string ;
  schema:name "Anthonia Labeij"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5c524b2b-e9b2-549c-3203-db4d8ecd05b7"^^xsd:string ;
  schema:familyName "Labeij"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Schoonhoven> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012htc> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/17b30290-a0b2-ca8f-0cc7-015dae64e6b5> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1955032> ;
  schema:birthDate "1856-01-06"^^xsd:date .

