@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/bjMuDFh>
  schema:givenName "Grietje"^^xsd:string ;
  schema:name "Grietje Oudijk"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f5e86f53-62a6-1ece-5d65-084db7bf1171"^^xsd:string ;
  schema:familyName "Oudijk"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00nwxb> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/ace42270-104e-b33d-8c1c-a2db7720a12f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2491083> ;
  schema:birthDate "1859-08-05"^^xsd:date .

