@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_dar_0974fe1c-e444-41db-942f-0cf7dce522e4
  a a2a:Record ;
  rdfs:label "Notariele akte (notarisrepertoria) in 1823" ;
  a2a:hasPerson oa:person_dar_0974fe1c-e444-41db-942f-0cf7dce522e4_Person-90d106fc-12b8-160f-0a31-c7d53ce7f9ac, oa:person_dar_0974fe1c-e444-41db-942f-0cf7dce522e4_Person-b34c46bc-e6b1-e1f5-f3ee-e0ec1c49f2fd, oa:person_dar_0974fe1c-e444-41db-942f-0cf7dce522e4_Person-766e60b5-7362-fd91-fca7-1f3f237bd309 ;
  a2a:hasEvent oa:event_dar_0974fe1c-e444-41db-942f-0cf7dce522e4_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_0974fe1c-e444-41db-942f-0cf7dce522e4_0, oa:relationep_dar_0974fe1c-e444-41db-942f-0cf7dce522e4_1, oa:relationep_dar_0974fe1c-e444-41db-942f-0cf7dce522e4_2 ;
  a2a:hasSource oa:source_dar_0974fe1c-e444-41db-942f-0cf7dce522e4 .

oa:person_dar_0974fe1c-e444-41db-942f-0cf7dce522e4_Person-90d106fc-12b8-160f-0a31-c7d53ce7f9ac
  a a2a:Person ;
  rdfs:label "Berend Eleveld" ;
  a2a:PersonName [
    rdfs:label "Berend Eleveld" ;
    a2a:PersonNameFirstName "Berend" ;
    a2a:PersonNameLastName "Eleveld"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Zuidwolde" ;
    rdfs:label "Zuidwolde"
  ] .

oa:person_dar_0974fe1c-e444-41db-942f-0cf7dce522e4_Person-b34c46bc-e6b1-e1f5-f3ee-e0ec1c49f2fd
  a a2a:Person ;
  rdfs:label "Johan Peter Hart" ;
  a2a:PersonName [
    rdfs:label "Johan Peter Hart" ;
    a2a:PersonNameFirstName "Johan Peter" ;
    a2a:PersonNameLastName "Hart"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Hoogeveen" ;
    rdfs:label "Hoogeveen"
  ] .

oa:person_dar_0974fe1c-e444-41db-942f-0cf7dce522e4_Person-766e60b5-7362-fd91-fca7-1f3f237bd309
  a a2a:Person ;
  rdfs:label "Hendrik Hazelaar" ;
  a2a:PersonName [
    rdfs:label "Hendrik Hazelaar" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Hazelaar"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Hoogeveen" ;
    rdfs:label "Hoogeveen"
  ] .

oa:event_dar_0974fe1c-e444-41db-942f-0cf7dce522e4_Event1
  a a2a:Event ;
  rdfs:label "other:Notariele akte" ;
  a2a:EventType "other:Notariele akte" ;
  a2a:EventDate [ a2a:Year "1823" ] .

oa:relationep_dar_0974fe1c-e444-41db-942f-0cf7dce522e4_0
  a a2a:RelationEP ;
  rdfs:label "other:Hoofdpersoon" ;
  a2a:RelationType "other:Hoofdpersoon" ;
  a2a:PersonKeyRef oa:person_dar_0974fe1c-e444-41db-942f-0cf7dce522e4_Person:90d106fc-12b8-160f-0a31-c7d53ce7f9ac ;
  a2a:EventKeyRef oa:event_dar_0974fe1c-e444-41db-942f-0cf7dce522e4_Event1 .

oa:relationep_dar_0974fe1c-e444-41db-942f-0cf7dce522e4_1
  a a2a:RelationEP ;
  rdfs:label "other:Comparant" ;
  a2a:RelationType "other:Comparant" ;
  a2a:PersonKeyRef oa:person_dar_0974fe1c-e444-41db-942f-0cf7dce522e4_Person:b34c46bc-e6b1-e1f5-f3ee-e0ec1c49f2fd ;
  a2a:EventKeyRef oa:event_dar_0974fe1c-e444-41db-942f-0cf7dce522e4_Event1 .

oa:relationep_dar_0974fe1c-e444-41db-942f-0cf7dce522e4_2
  a a2a:RelationEP ;
  rdfs:label "other:Comparant" ;
  a2a:RelationType "other:Comparant" ;
  a2a:PersonKeyRef oa:person_dar_0974fe1c-e444-41db-942f-0cf7dce522e4_Person:766e60b5-7362-fd91-fca7-1f3f237bd309 ;
  a2a:EventKeyRef oa:event_dar_0974fe1c-e444-41db-942f-0cf7dce522e4_Event1 .

oa:source_dar_0974fe1c-e444-41db-942f-0cf7dce522e4
  a a2a:Source ;
  rdfs:label "Drents Archief, Notarieel" ;
  a2a:SourcePlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen", "1823-01-01 - 1823-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1823-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1823-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [ a2a:Year "1823" ] ;
  a2a:SourceType "other:Notarieel" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Archiefnaam: Drents Archief, Bron: Notarieel" ;
    a2a:Book "Notarisakten Assen 0114.41" ;
    a2a:DocumentNumber "2099" ;
    rdfs:label "Drents Archief, Drenthe, Archiefnaam: Drents Archief, Bron: Notarieel, Notarisakten Assen 0114.41, 2099"
  ] ;
  a2a:SourceLastChangeDate "2013-12-31"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/0974fe1c-e444-41db-942f-0cf7dce522e4" ;
  a2a:RecordGUID "{0974fe1c-e444-41db-942f-0cf7dce522e4}" ;
  a2a:SourceRemarkOpmerking "Jaar: 1823", "notaris A. Meijer" ;
  a2a:SourceRemarkAkteSoort "Notarisrepertoria" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231209_18360_00018360.xml van DAR" .

