@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/bfc5XQr>
  schema:familyName "Andrufs"^^xsd:string ;
  schema:givenName "Dirkje"^^xsd:string ;
  schema:name "Dirkje Andrufs"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/85dd038d-284d-89af-6e51-8518bf20cd83"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00r7x5> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c56554bd-f312-75e6-55c3-5e617df3c12c> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2793223> ;
  schema:birthDate "1880-02-13"^^xsd:date .

