@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_rad_b3af9820-76ea-e14e-2e32-e5b55d7c723d
  a a2a:Record ;
  rdfs:label "Registratie op 16 oktober 1732" ;
  a2a:hasPerson oa:person_rad_b3af9820-76ea-e14e-2e32-e5b55d7c723d_Person1, oa:person_rad_b3af9820-76ea-e14e-2e32-e5b55d7c723d_Person2, oa:person_rad_b3af9820-76ea-e14e-2e32-e5b55d7c723d_Person3, oa:person_rad_b3af9820-76ea-e14e-2e32-e5b55d7c723d_Person4 ;
  a2a:hasEvent oa:event_rad_b3af9820-76ea-e14e-2e32-e5b55d7c723d_Event1 ;
  a2a:hasRelationEP oa:relationep_rad_b3af9820-76ea-e14e-2e32-e5b55d7c723d_0, oa:relationep_rad_b3af9820-76ea-e14e-2e32-e5b55d7c723d_1, oa:relationep_rad_b3af9820-76ea-e14e-2e32-e5b55d7c723d_2, oa:relationep_rad_b3af9820-76ea-e14e-2e32-e5b55d7c723d_3 ;
  a2a:hasSource oa:source_rad_b3af9820-76ea-e14e-2e32-e5b55d7c723d .

oa:person_rad_b3af9820-76ea-e14e-2e32-e5b55d7c723d_Person1
  a a2a:Person ;
  rdfs:label "abraham colster" ;
  a2a:PersonName [
    rdfs:label "abraham colster" ;
    a2a:PersonNameFirstName "abraham" ;
    a2a:PersonNameLastName "colster"
  ] ;
  a2a:Profession "geen/onbekend" .

oa:person_rad_b3af9820-76ea-e14e-2e32-e5b55d7c723d_Person2
  a a2a:Person ;
  rdfs:label "arij jeijskoot" ;
  a2a:PersonName [
    rdfs:label "arij jeijskoot" ;
    a2a:PersonNameFirstName "arij" ;
    a2a:PersonNameLastName "jeijskoot"
  ] ;
  a2a:Profession "geen/onbekend" .

oa:person_rad_b3af9820-76ea-e14e-2e32-e5b55d7c723d_Person3
  a a2a:Person ;
  rdfs:label "lodewijk douw" ;
  a2a:PersonName [
    rdfs:label "lodewijk douw" ;
    a2a:PersonNameFirstName "lodewijk" ;
    a2a:PersonNameLastName "douw"
  ] ;
  a2a:Profession "geen/onbekend" .

oa:person_rad_b3af9820-76ea-e14e-2e32-e5b55d7c723d_Person4
  a a2a:Person ;
  rdfs:label "jan looff" ;
  a2a:PersonName [
    rdfs:label "jan looff" ;
    a2a:PersonNameFirstName "jan" ;
    a2a:PersonNameLastName "looff"
  ] ;
  a2a:Profession "geen/onbekend" .

oa:event_rad_b3af9820-76ea-e14e-2e32-e5b55d7c723d_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1732" ;
    a2a:Month "10" ;
    a2a:Day "16" ;
    rdfs:label "1732-10-16"^^xsd:date
  ] ;
  a2a:EventRemark02_Onderpand "huis en erf; geen/onbekend; vriesestraat" ;
  a2a:EventRemark03_Bedrag "f 200" ;
  a2a:EventRemark00_Soort_akte "hypotheek" .

oa:relationep_rad_b3af9820-76ea-e14e-2e32-e5b55d7c723d_0
  a a2a:RelationEP ;
  rdfs:label "other:Buur" ;
  a2a:RelationType "other:Buur" ;
  a2a:PersonKeyRef oa:person_rad_b3af9820-76ea-e14e-2e32-e5b55d7c723d_Person1 ;
  a2a:EventKeyRef oa:event_rad_b3af9820-76ea-e14e-2e32-e5b55d7c723d_Event1 .

oa:relationep_rad_b3af9820-76ea-e14e-2e32-e5b55d7c723d_1
  a a2a:RelationEP ;
  rdfs:label "other:Buur" ;
  a2a:RelationType "other:Buur" ;
  a2a:PersonKeyRef oa:person_rad_b3af9820-76ea-e14e-2e32-e5b55d7c723d_Person2 ;
  a2a:EventKeyRef oa:event_rad_b3af9820-76ea-e14e-2e32-e5b55d7c723d_Event1 .

oa:relationep_rad_b3af9820-76ea-e14e-2e32-e5b55d7c723d_2
  a a2a:RelationEP ;
  rdfs:label "other:Schuldeiser" ;
  a2a:RelationType "other:Schuldeiser" ;
  a2a:PersonKeyRef oa:person_rad_b3af9820-76ea-e14e-2e32-e5b55d7c723d_Person3 ;
  a2a:EventKeyRef oa:event_rad_b3af9820-76ea-e14e-2e32-e5b55d7c723d_Event1 .

oa:relationep_rad_b3af9820-76ea-e14e-2e32-e5b55d7c723d_3
  a a2a:RelationEP ;
  rdfs:label "other:Schuldenaar" ;
  a2a:RelationType "other:Schuldenaar" ;
  a2a:PersonKeyRef oa:person_rad_b3af9820-76ea-e14e-2e32-e5b55d7c723d_Person4 ;
  a2a:EventKeyRef oa:event_rad_b3af9820-76ea-e14e-2e32-e5b55d7c723d_Event1 .

oa:source_rad_b3af9820-76ea-e14e-2e32-e5b55d7c723d
  a a2a:Source ;
  rdfs:label "Regionaal Archief Dordrecht, Gerechtelijke archieven" ;
  a2a:SourcePlace [
    a2a:Place "Dordrecht" ;
    rdfs:label "Dordrecht", "1732-01-01 - 1732-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1732-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1732-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:Gerechtelijke archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Dordrecht" ;
    a2a:Collection "Nadere toegang akten" ;
    a2a:DocumentNumber "2" ;
    a2a:RegistryNumber "1653" ;
    a2a:Folio "70v" ;
    rdfs:label "Regionaal Archief Dordrecht, Nadere toegang akten, 2, 1653, 70v"
  ] ;
  a2a:SourceLastChangeDate "2016-12-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.regionaalarchiefdordrecht.nl/archief/zoeken/?mivast=46&miadt=46&miaet=54&micode=9.1653&minr=1956897&miview=ldt" ;
  a2a:RecordGUID "{b3af9820-76ea-e14e-2e32-e5b55d7c723d}" ;
  a2a:SourceRemarkProvenance "MI bestand NL-DdtRAD_9.1653_54_MI.xml van RAD" .

