@prefix oa: <https://www.openarchieven.nl/id/> .
@prefix a2a: <https://www.openarchieven.nl/def/a2a#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

oa:record_wfa_eb965817-b09e-e79a-8a7a-86f2fc47a65a
  a a2a:Record ;
  rdfs:label "Registratie op 5 oktober 1789" ;
  a2a:hasPerson oa:person_wfa_eb965817-b09e-e79a-8a7a-86f2fc47a65a_Person1, oa:person_wfa_eb965817-b09e-e79a-8a7a-86f2fc47a65a_Person2, oa:person_wfa_eb965817-b09e-e79a-8a7a-86f2fc47a65a_Person3, oa:person_wfa_eb965817-b09e-e79a-8a7a-86f2fc47a65a_Person4 ;
  a2a:hasEvent oa:event_wfa_eb965817-b09e-e79a-8a7a-86f2fc47a65a_Event1 ;
  a2a:hasRelationEP oa:relationep_wfa_eb965817-b09e-e79a-8a7a-86f2fc47a65a_0, oa:relationep_wfa_eb965817-b09e-e79a-8a7a-86f2fc47a65a_1, oa:relationep_wfa_eb965817-b09e-e79a-8a7a-86f2fc47a65a_2, oa:relationep_wfa_eb965817-b09e-e79a-8a7a-86f2fc47a65a_3 ;
  a2a:hasSource oa:source_wfa_eb965817-b09e-e79a-8a7a-86f2fc47a65a .

oa:person_wfa_eb965817-b09e-e79a-8a7a-86f2fc47a65a_Person1
  a a2a:Person ;
  rdfs:label "Klaas Joosten" ;
  a2a:PersonName [
    rdfs:label "Klaas Joosten" ;
    a2a:PersonNameFirstName "Klaas" ;
    a2a:PersonNameLastName "Joosten"
  ] ;
  a2a:Residence [
    a2a:Place "Twisk" ;
    rdfs:label "Twisk"
  ] .

oa:person_wfa_eb965817-b09e-e79a-8a7a-86f2fc47a65a_Person2
  a a2a:Person ;
  rdfs:label "Guurtje Jans?? (!) Bakker" ;
  a2a:PersonName [
    rdfs:label "Guurtje Jans?? (!) Bakker" ;
    a2a:PersonNameFirstName "Guurtje" ;
    a2a:PersonNamePatronym "Jans?? (!)" ;
    a2a:PersonNameLastName "Bakker"
  ] ;
  a2a:Residence [
    a2a:Place "Twisk" ;
    rdfs:label "Twisk"
  ] .

oa:person_wfa_eb965817-b09e-e79a-8a7a-86f2fc47a65a_Person3
  a a2a:Person ;
  rdfs:label "Gerrit Dirks (!) Opperdoes Schenk" ;
  a2a:PersonName [
    rdfs:label "Gerrit Dirks (!) Opperdoes Schenk" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNamePatronym "Dirks (!)" ;
    a2a:PersonNameLastName "Opperdoes Schenk"
  ] ;
  a2a:Residence [
    a2a:Place "Twisk (!)" ;
    rdfs:label "Twisk (!)"
  ] ;
  a2a:Profession "notaris/oud-burgemeester(!)/vroedschap (!)" .

oa:person_wfa_eb965817-b09e-e79a-8a7a-86f2fc47a65a_Person4
  a a2a:Person ;
  rdfs:label "Jakob Alberts (!) Kieft" ;
  a2a:PersonName [
    rdfs:label "Jakob Alberts (!) Kieft" ;
    a2a:PersonNameFirstName "Jakob" ;
    a2a:PersonNamePatronym "Alberts (!)" ;
    a2a:PersonNameLastName "Kieft"
  ] ;
  a2a:Residence [
    a2a:Place "Twisk (!)" ;
    rdfs:label "Twisk (!)"
  ] .

oa:event_wfa_eb965817-b09e-e79a-8a7a-86f2fc47a65a_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1789" ;
    a2a:Month "10" ;
    a2a:Day "5" ;
    rdfs:label "1789-10-05"^^xsd:date
  ] ;
  a2a:EventRemark06_Notaris "Dirk Opperdoes Schenk" ;
  a2a:EventRemark00_Soort_akte "Testament" .

oa:relationep_wfa_eb965817-b09e-e79a-8a7a-86f2fc47a65a_0
  a a2a:RelationEP ;
  rdfs:label "other:Comparant" ;
  a2a:RelationType "other:Comparant" ;
  a2a:PersonKeyRef oa:person_wfa_eb965817-b09e-e79a-8a7a-86f2fc47a65a_Person1 ;
  a2a:EventKeyRef oa:event_wfa_eb965817-b09e-e79a-8a7a-86f2fc47a65a_Event1 .

oa:relationep_wfa_eb965817-b09e-e79a-8a7a-86f2fc47a65a_1
  a a2a:RelationEP ;
  rdfs:label "other:Comparant" ;
  a2a:RelationType "other:Comparant" ;
  a2a:PersonKeyRef oa:person_wfa_eb965817-b09e-e79a-8a7a-86f2fc47a65a_Person2 ;
  a2a:EventKeyRef oa:event_wfa_eb965817-b09e-e79a-8a7a-86f2fc47a65a_Event1 .

oa:relationep_wfa_eb965817-b09e-e79a-8a7a-86f2fc47a65a_2
  a a2a:RelationEP ;
  rdfs:label "other:Getuige" ;
  a2a:RelationType "other:Getuige" ;
  a2a:PersonKeyRef oa:person_wfa_eb965817-b09e-e79a-8a7a-86f2fc47a65a_Person3 ;
  a2a:EventKeyRef oa:event_wfa_eb965817-b09e-e79a-8a7a-86f2fc47a65a_Event1 .

oa:relationep_wfa_eb965817-b09e-e79a-8a7a-86f2fc47a65a_3
  a a2a:RelationEP ;
  rdfs:label "other:Getuige" ;
  a2a:RelationType "other:Getuige" ;
  a2a:PersonKeyRef oa:person_wfa_eb965817-b09e-e79a-8a7a-86f2fc47a65a_Person4 ;
  a2a:EventKeyRef oa:event_wfa_eb965817-b09e-e79a-8a7a-86f2fc47a65a_Event1 .

oa:source_wfa_eb965817-b09e-e79a-8a7a-86f2fc47a65a
  a a2a:Source ;
  rdfs:label "Westfries Archief, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Hoorn" ;
    rdfs:label "Hoorn", "1789-01-01 - 1789-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1789-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1789-12-31"^^xsd:date
  ] ;
  a2a:SourceType "Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Westfries Archief" ;
    a2a:Collection "ONA 5014. Twisk, akten notaris Dirk Opperdoes Schenk, 1787-1795." ;
    a2a:DocumentNumber "48" ;
    a2a:RegistryNumber "5014" ;
    rdfs:label "Westfries Archief, ONA 5014. Twisk, akten notaris Dirk Opperdoes Schenk, 1787-1795., 48, 5014"
  ] ;
  a2a:SourceLastChangeDate "2018-01-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.westfriesarchief.nl/onderzoek/zoeken?mivast=136&miadt=136&miaet=54&micode=1685_5014&minr=8711099&miview=ldt" ;
  a2a:RecordGUID "{eb965817-b09e-e79a-8a7a-86f2fc47a65a}" ;
  a2a:SourceRemarkProvenance "MI bestand NL-HnWFA_1685_5014_54_MI.xml van WFA" .

[] a2a:PersonRemarkOpmerking "echtgenoot van 2" .
[] a2a:PersonRemarkOpmerking "echtgenoot van 1" .
[] a2a:PersonRemarkOpmerking "vader van notaris (!)" .
