@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/breasyR>
  schema:givenName "Elisabeth"^^xsd:string ;
  schema:name "Elisabeth Fortuijn"@nl ;
  schema:familyName "Fortuijn"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a01cf9c9-f481-39bb-c055-03ce2c1a6c92"^^xsd:string ;
  schema:hasOccupation "Pijpmaakster"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Oudewater> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010fb4> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/5f499c64-5cb1-52f7-5198-8007f44beb8c> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2226036> ;
  schema:birthDate "1824-05-10"^^xsd:date .

