@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_8cc8b610-e54b-161a-ff8f-cbda123f7259
  a a2a:Record ;
  rdfs:label "Doop op 20 juni 1734 te Zaltbommel" ;
  a2a:hasPerson oa:person_rar_8cc8b610-e54b-161a-ff8f-cbda123f7259_Person1, oa:person_rar_8cc8b610-e54b-161a-ff8f-cbda123f7259_Person2, oa:person_rar_8cc8b610-e54b-161a-ff8f-cbda123f7259_Person3 ;
  a2a:hasEvent oa:event_rar_8cc8b610-e54b-161a-ff8f-cbda123f7259_Event1 ;
  a2a:hasRelationEP oa:relationep_rar_8cc8b610-e54b-161a-ff8f-cbda123f7259_0, oa:relationep_rar_8cc8b610-e54b-161a-ff8f-cbda123f7259_1, oa:relationep_rar_8cc8b610-e54b-161a-ff8f-cbda123f7259_2 ;
  a2a:hasSource oa:source_rar_8cc8b610-e54b-161a-ff8f-cbda123f7259 .

oa:person_rar_8cc8b610-e54b-161a-ff8f-cbda123f7259_Person1
  a a2a:Person ;
  rdfs:label "Mattys" ;
  a2a:PersonName [
    rdfs:label "Mattys" ;
    a2a:PersonNameFirstName "Mattys"
  ] ;
  a2a:Gender "Man" .

oa:person_rar_8cc8b610-e54b-161a-ff8f-cbda123f7259_Person2
  a a2a:Person ;
  rdfs:label "Gysbert Becker" ;
  a2a:PersonName [
    rdfs:label "Gysbert Becker" ;
    a2a:PersonNameFirstName "Gysbert" ;
    a2a:PersonNameLastName "Becker"
  ] .

oa:person_rar_8cc8b610-e54b-161a-ff8f-cbda123f7259_Person3
  a a2a:Person ;
  rdfs:label "Maria Magdalena Dady" ;
  a2a:PersonName [
    rdfs:label "Maria Magdalena Dady" ;
    a2a:PersonNameFirstName "Maria Magdalena" ;
    a2a:PersonNameLastName "Dady"
  ] .

oa:event_rar_8cc8b610-e54b-161a-ff8f-cbda123f7259_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1734" ;
    a2a:Month "6" ;
    a2a:Day "20" ;
    rdfs:label "1734-06-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Zaltbommel" ;
    rdfs:label "Zaltbommel"
  ] .

oa:relationep_rar_8cc8b610-e54b-161a-ff8f-cbda123f7259_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rar_8cc8b610-e54b-161a-ff8f-cbda123f7259_Person1 ;
  a2a:EventKeyRef oa:event_rar_8cc8b610-e54b-161a-ff8f-cbda123f7259_Event1 .

oa:relationep_rar_8cc8b610-e54b-161a-ff8f-cbda123f7259_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rar_8cc8b610-e54b-161a-ff8f-cbda123f7259_Person2 ;
  a2a:EventKeyRef oa:event_rar_8cc8b610-e54b-161a-ff8f-cbda123f7259_Event1 .

oa:relationep_rar_8cc8b610-e54b-161a-ff8f-cbda123f7259_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rar_8cc8b610-e54b-161a-ff8f-cbda123f7259_Person3 ;
  a2a:EventKeyRef oa:event_rar_8cc8b610-e54b-161a-ff8f-cbda123f7259_Event1 .

oa:source_rar_8cc8b610-e54b-161a-ff8f-cbda123f7259
  a a2a:Source ;
  rdfs:label "Regionaal Archief Rivierenland, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Tiel" ;
    rdfs:label "Tiel", "1734-01-01 - 1734-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1734-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1734-12-31"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Rivierenland" ;
    a2a:Place "Zaltbommel" ;
    a2a:Collection "NH Doop 1725-1791 (DTB-1915)" ;
    a2a:RegistryNumber "1915" ;
    a2a:Folio "51" ;
    rdfs:label "Regionaal Archief Rivierenland, Zaltbommel, NH Doop 1725-1791 (DTB-1915), 1915, 51"
  ] ;
  a2a:SourceLastChangeDate "2017-05-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.regionaalarchiefrivierenland.nl/page/5?mivast=102&miadt=102&miaet=54&micode=3198-1915&minr=9288347&miview=ldt" ;
  a2a:RecordGUID "{8cc8b610-e54b-161a-ff8f-cbda123f7259}" .

