@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/bQ0r5bp>
  schema:givenName "Antje"^^xsd:string ;
  schema:name "Antje Meivogel"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/bb5ea231-5768-a78e-a809-67d27b4ede99"^^xsd:string ;
  schema:hasOccupation "Kroeghoudster"@nl ;
  schema:familyName "Meivogel"^^xsd:string ;
  schema:birthPlace "Nieuwerkerk op den IJssel"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00jfpg> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/232c1806-dbfa-0420-eac9-c1c0a50cf9e2> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1997013> ;
  schema:birthDate "1802-02-02"^^xsd:date .

