@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/biJYXRB>
  schema:familyName "Breedijk"^^xsd:string ;
  schema:givenName "Geertje"^^xsd:string ;
  schema:name "Geertje Breedijk"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/bc489b26-28ad-5abf-ab37-05a55837e16f"^^xsd:string ;
  schema:hasOccupation "Naaister"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Lange_Ruige_Weide> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00z81v> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/570c941c-7715-439a-61ad-9e7b0e4c0769> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2194620> ;
  schema:birthDate "1826-02-19"^^xsd:date .

