@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_rel_3f4cdf7b-ab4f-12f4-c9f8-1d9fcf0fc4dc
  a a2a:Record ;
  rdfs:label "Notariële akte op 1 november 1837" ;
  a2a:hasPerson oa:person_rel_3f4cdf7b-ab4f-12f4-c9f8-1d9fcf0fc4dc_Person1, oa:person_rel_3f4cdf7b-ab4f-12f4-c9f8-1d9fcf0fc4dc_Person2, oa:person_rel_3f4cdf7b-ab4f-12f4-c9f8-1d9fcf0fc4dc_Person3 ;
  a2a:hasEvent oa:event_rel_3f4cdf7b-ab4f-12f4-c9f8-1d9fcf0fc4dc_Event1 ;
  a2a:hasRelationEP oa:relationep_rel_3f4cdf7b-ab4f-12f4-c9f8-1d9fcf0fc4dc_0, oa:relationep_rel_3f4cdf7b-ab4f-12f4-c9f8-1d9fcf0fc4dc_1, oa:relationep_rel_3f4cdf7b-ab4f-12f4-c9f8-1d9fcf0fc4dc_2 ;
  a2a:hasSource oa:source_rel_3f4cdf7b-ab4f-12f4-c9f8-1d9fcf0fc4dc .

oa:person_rel_3f4cdf7b-ab4f-12f4-c9f8-1d9fcf0fc4dc_Person1
  a a2a:Person ;
  rdfs:label "Jan Andries van der Ens" ;
  a2a:PersonName [
    rdfs:label "Jan Andries van der Ens" ;
    a2a:PersonNameFirstName "Jan Andries" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Ens"
  ] ;
  a2a:Residence [
    a2a:Place "Woerden" ;
    rdfs:label "Woerden"
  ] ;
  a2a:Profession "meester timmerman" .

oa:person_rel_3f4cdf7b-ab4f-12f4-c9f8-1d9fcf0fc4dc_Person2
  a a2a:Person ;
  rdfs:label "Maria Stavering" ;
  a2a:PersonName [
    rdfs:label "Maria Stavering" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Stavering"
  ] ;
  a2a:Residence [
    a2a:Place "Woerden" ;
    rdfs:label "Woerden"
  ] ;
  a2a:Profession "wollenaaister" .

oa:person_rel_3f4cdf7b-ab4f-12f4-c9f8-1d9fcf0fc4dc_Person3
  a a2a:Person ;
  rdfs:label "Theodorus van der Ens" ;
  a2a:PersonName [
    rdfs:label "Theodorus van der Ens" ;
    a2a:PersonNameFirstName "Theodorus" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Ens"
  ] ;
  a2a:Residence [
    a2a:Place "Woerden" ;
    rdfs:label "Woerden"
  ] ;
  a2a:Profession "winkelier, nachtwacht" .

oa:event_rel_3f4cdf7b-ab4f-12f4-c9f8-1d9fcf0fc4dc_Event1
  a a2a:Event ;
  rdfs:label "Notariële akte" ;
  a2a:EventType "Notariële akte" ;
  a2a:EventDate [
    a2a:Year "1837" ;
    a2a:Month "11" ;
    a2a:Day "1" ;
    rdfs:label "1837-11-01"^^xsd:date
  ] .

oa:relationep_rel_3f4cdf7b-ab4f-12f4-c9f8-1d9fcf0fc4dc_0
  a a2a:RelationEP ;
  rdfs:label "other:Vermelding" ;
  a2a:RelationType "other:Vermelding" ;
  a2a:PersonKeyRef oa:person_rel_3f4cdf7b-ab4f-12f4-c9f8-1d9fcf0fc4dc_Person1 ;
  a2a:EventKeyRef oa:event_rel_3f4cdf7b-ab4f-12f4-c9f8-1d9fcf0fc4dc_Event1 .

oa:relationep_rel_3f4cdf7b-ab4f-12f4-c9f8-1d9fcf0fc4dc_1
  a a2a:RelationEP ;
  rdfs:label "other:Vermelding" ;
  a2a:RelationType "other:Vermelding" ;
  a2a:PersonKeyRef oa:person_rel_3f4cdf7b-ab4f-12f4-c9f8-1d9fcf0fc4dc_Person2 ;
  a2a:EventKeyRef oa:event_rel_3f4cdf7b-ab4f-12f4-c9f8-1d9fcf0fc4dc_Event1 .

oa:relationep_rel_3f4cdf7b-ab4f-12f4-c9f8-1d9fcf0fc4dc_2
  a a2a:RelationEP ;
  rdfs:label "other:Vermelding" ;
  a2a:RelationType "other:Vermelding" ;
  a2a:PersonKeyRef oa:person_rel_3f4cdf7b-ab4f-12f4-c9f8-1d9fcf0fc4dc_Person3 ;
  a2a:EventKeyRef oa:event_rel_3f4cdf7b-ab4f-12f4-c9f8-1d9fcf0fc4dc_Event1 .

oa:source_rel_3f4cdf7b-ab4f-12f4-c9f8-1d9fcf0fc4dc
  a a2a:Source ;
  rdfs:label "RHC Rijnstreek en Lopikerwaard, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Woerden" ;
    rdfs:label "Woerden", "1500-01-01 - 2000-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1500-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "2000-12-31"^^xsd:date
  ] ;
  a2a:SourceType "Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "RHC Rijnstreek en Lopikerwaard" ;
    a2a:Place "Woerden" ;
    a2a:Collection "Notarieel archief Woerden" ;
    a2a:DocumentNumber "103" ;
    a2a:RegistryNumber "8792M" ;
    rdfs:label "RHC Rijnstreek en Lopikerwaard, Woerden, Notarieel archief Woerden, 103, 8792M"
  ] ;
  a2a:SourceLastChangeDate "2017-10-18"^^xsd:date ;
  a2a:RecordGUID "{3f4cdf7b-ab4f-12f4-c9f8-1d9fcf0fc4dc}" .

[] a2a:PersonRemarkHoedanigheid "geborgde, hypotheeknemer, koper, bloedverwant" .
[] a2a:PersonRemarkHoedanigheid "hypotheekgever" .
[] a2a:PersonRemarkHoedanigheid "borgsteller, bloedverwant" .
