@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_rar_7ed8e7e2-2832-e64e-dd6e-66ecf10eca07
  a a2a:Record ;
  rdfs:label "Registratie op 27 november 1821" ;
  a2a:hasPerson oa:person_rar_7ed8e7e2-2832-e64e-dd6e-66ecf10eca07_Person1, oa:person_rar_7ed8e7e2-2832-e64e-dd6e-66ecf10eca07_Person2 ;
  a2a:hasEvent oa:event_rar_7ed8e7e2-2832-e64e-dd6e-66ecf10eca07_Event1 ;
  a2a:hasRelationEP oa:relationep_rar_7ed8e7e2-2832-e64e-dd6e-66ecf10eca07_0, oa:relationep_rar_7ed8e7e2-2832-e64e-dd6e-66ecf10eca07_1 ;
  a2a:hasSource oa:source_rar_7ed8e7e2-2832-e64e-dd6e-66ecf10eca07 .

oa:person_rar_7ed8e7e2-2832-e64e-dd6e-66ecf10eca07_Person1
  a a2a:Person ;
  rdfs:label "Wouter 't Lam" ;
  a2a:PersonName [
    rdfs:label "Wouter 't Lam" ;
    a2a:PersonNameFirstName "Wouter" ;
    a2a:PersonNamePrefixLastName "'t" ;
    a2a:PersonNameLastName "Lam"
  ] .

oa:person_rar_7ed8e7e2-2832-e64e-dd6e-66ecf10eca07_Person2
  a a2a:Person ;
  rdfs:label "Andries Bok" ;
  a2a:PersonName [
    rdfs:label "Andries Bok" ;
    a2a:PersonNameFirstName "Andries" ;
    a2a:PersonNameLastName "Bok"
  ] .

oa:event_rar_7ed8e7e2-2832-e64e-dd6e-66ecf10eca07_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1821" ;
    a2a:Month "11" ;
    a2a:Day "27" ;
    rdfs:label "1821-11-27"^^xsd:date
  ] ;
  a2a:EventRemarkOpmerking "Obligatie en hypotheek van Wouter 't Lam als schuldbekentenis aan Andries Bok." ;
  a2a:EventRemark04_Soort_akte "Obligatie en hypotheek" .

oa:relationep_rar_7ed8e7e2-2832-e64e-dd6e-66ecf10eca07_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_rar_7ed8e7e2-2832-e64e-dd6e-66ecf10eca07_Person1 ;
  a2a:EventKeyRef oa:event_rar_7ed8e7e2-2832-e64e-dd6e-66ecf10eca07_Event1 .

oa:relationep_rar_7ed8e7e2-2832-e64e-dd6e-66ecf10eca07_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_rar_7ed8e7e2-2832-e64e-dd6e-66ecf10eca07_Person2 ;
  a2a:EventKeyRef oa:event_rar_7ed8e7e2-2832-e64e-dd6e-66ecf10eca07_Event1 .

oa:source_rar_7ed8e7e2-2832-e64e-dd6e-66ecf10eca07
  a a2a:Source ;
  rdfs:label "Regionaal Archief Rivierenland, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Tiel" ;
    rdfs:label "Tiel", "1821-01-01 - 1821-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1821-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1821-12-31"^^xsd:date
  ] ;
  a2a:SourceType "Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Rivierenland" ;
    a2a:Place "Zaltbommel" ;
    a2a:Collection "6.04 Repertorium notaris J.G.M. Hoffman van Hove te Zaltbommel, 1821-1824 (inv.nr. 3182/1012)" ;
    a2a:DocumentNumber "299" ;
    a2a:RegistryNumber "1012" ;
    a2a:Folio "6" ;
    rdfs:label "Regionaal Archief Rivierenland, Zaltbommel, 6.04 Repertorium notaris J.G.M. Hoffman van Hove te Zaltbommel, 1821-1824 (inv.nr. 3182/1012), 299, 1012, 6"
  ] ;
  a2a:SourceLastChangeDate "2016-03-14"^^xsd:date ;
  a2a:RecordGUID "{7ed8e7e2-2832-e64e-dd6e-66ecf10eca07}" ;
  a2a:SourceRemarkProvenance "MI bestand NL-TlRAR_3182-1012_54_MI.xml van RAR" .

