@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_e541d7e8-e80f-2431-a234-eea1ffa53e4a
  a a2a:Record ;
  rdfs:label "Doop op 12 november 1804 te Rossum" ;
  a2a:hasPerson oa:person_rar_e541d7e8-e80f-2431-a234-eea1ffa53e4a_Person1, oa:person_rar_e541d7e8-e80f-2431-a234-eea1ffa53e4a_Person2, oa:person_rar_e541d7e8-e80f-2431-a234-eea1ffa53e4a_Person3, oa:person_rar_e541d7e8-e80f-2431-a234-eea1ffa53e4a_Person4, oa:person_rar_e541d7e8-e80f-2431-a234-eea1ffa53e4a_Person5 ;
  a2a:hasEvent oa:event_rar_e541d7e8-e80f-2431-a234-eea1ffa53e4a_Event1 ;
  a2a:hasRelationEP oa:relationep_rar_e541d7e8-e80f-2431-a234-eea1ffa53e4a_0, oa:relationep_rar_e541d7e8-e80f-2431-a234-eea1ffa53e4a_1, oa:relationep_rar_e541d7e8-e80f-2431-a234-eea1ffa53e4a_2, oa:relationep_rar_e541d7e8-e80f-2431-a234-eea1ffa53e4a_3, oa:relationep_rar_e541d7e8-e80f-2431-a234-eea1ffa53e4a_4 ;
  a2a:hasSource oa:source_rar_e541d7e8-e80f-2431-a234-eea1ffa53e4a .

oa:person_rar_e541d7e8-e80f-2431-a234-eea1ffa53e4a_Person1
  a a2a:Person ;
  rdfs:label "Martinus Doopinschrijving Martinus" ;
  a2a:PersonName [
    rdfs:label "Martinus Doopinschrijving Martinus" ;
    a2a:PersonNameFirstName "Martinus" ;
    a2a:PersonNameLastName "Doopinschrijving Martinus"
  ] ;
  a2a:Gender "Man" .

oa:person_rar_e541d7e8-e80f-2431-a234-eea1ffa53e4a_Person2
  a a2a:Person ;
  rdfs:label "Alberti Martini Leenders" ;
  a2a:PersonName [
    rdfs:label "Alberti Martini Leenders" ;
    a2a:PersonNameFirstName "Alberti" ;
    a2a:PersonNamePatronym "Martini" ;
    a2a:PersonNameLastName "Leenders"
  ] .

oa:person_rar_e541d7e8-e80f-2431-a234-eea1ffa53e4a_Person3
  a a2a:Person ;
  rdfs:label "Elisabethae Judoci van Os" ;
  a2a:PersonName [
    rdfs:label "Elisabethae Judoci van Os" ;
    a2a:PersonNameFirstName "Elisabethae" ;
    a2a:PersonNamePatronym "Judoci" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Os"
  ] .

oa:person_rar_e541d7e8-e80f-2431-a234-eea1ffa53e4a_Person4
  a a2a:Person ;
  rdfs:label "Maria Verhoeven" ;
  a2a:PersonName [
    rdfs:label "Maria Verhoeven" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Verhoeven"
  ] .

oa:person_rar_e541d7e8-e80f-2431-a234-eea1ffa53e4a_Person5
  a a2a:Person ;
  rdfs:label "Leonardus Leenders" ;
  a2a:PersonName [
    rdfs:label "Leonardus Leenders" ;
    a2a:PersonNameFirstName "Leonardus" ;
    a2a:PersonNameLastName "Leenders"
  ] .

oa:event_rar_e541d7e8-e80f-2431-a234-eea1ffa53e4a_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1804" ;
    a2a:Month "11" ;
    a2a:Day "12" ;
    rdfs:label "1804-11-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rossum" ;
    rdfs:label "Rossum"
  ] ;
  a2a:EventRemarkOpmerking "12.11.1804 ex Rossum. Baptizatus est Martinus filius legitimus Alberti Martini Leenders et Elisabethae Judoci van Os conj. Susc. Leonardus Leenders et Maria Verhoeven relicta Judoci van Os." ;
  a2a:EventRemark186_Moeder "Elisabethae Judoci van Os" .

oa:relationep_rar_e541d7e8-e80f-2431-a234-eea1ffa53e4a_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rar_e541d7e8-e80f-2431-a234-eea1ffa53e4a_Person1 ;
  a2a:EventKeyRef oa:event_rar_e541d7e8-e80f-2431-a234-eea1ffa53e4a_Event1 .

oa:relationep_rar_e541d7e8-e80f-2431-a234-eea1ffa53e4a_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rar_e541d7e8-e80f-2431-a234-eea1ffa53e4a_Person2 ;
  a2a:EventKeyRef oa:event_rar_e541d7e8-e80f-2431-a234-eea1ffa53e4a_Event1 .

oa:relationep_rar_e541d7e8-e80f-2431-a234-eea1ffa53e4a_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rar_e541d7e8-e80f-2431-a234-eea1ffa53e4a_Person3 ;
  a2a:EventKeyRef oa:event_rar_e541d7e8-e80f-2431-a234-eea1ffa53e4a_Event1 .

oa:relationep_rar_e541d7e8-e80f-2431-a234-eea1ffa53e4a_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_rar_e541d7e8-e80f-2431-a234-eea1ffa53e4a_Person4 ;
  a2a:EventKeyRef oa:event_rar_e541d7e8-e80f-2431-a234-eea1ffa53e4a_Event1 .

oa:relationep_rar_e541d7e8-e80f-2431-a234-eea1ffa53e4a_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_rar_e541d7e8-e80f-2431-a234-eea1ffa53e4a_Person5 ;
  a2a:EventKeyRef oa:event_rar_e541d7e8-e80f-2431-a234-eea1ffa53e4a_Event1 .

oa:source_rar_e541d7e8-e80f-2431-a234-eea1ffa53e4a
  a a2a:Source ;
  rdfs:label "Regionaal Archief Rivierenland, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Tiel" ;
    rdfs:label "Tiel", "1804-01-01 - 1804-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1804-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1804-12-31"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Rivierenland" ;
    a2a:Place "Rossum" ;
    a2a:Collection "RK Rossum, Hurwenen, Heerewaarden en St. Andries Doop 1796-1810 en Trouw 1797-1810 (DTB-1719)" ;
    a2a:RegistryNumber "1719" ;
    a2a:Folio "19" ;
    rdfs:label "Regionaal Archief Rivierenland, Rossum, RK Rossum, Hurwenen, Heerewaarden en St. Andries Doop 1796-1810 en Trouw 1797-1810 (DTB-1719), 1719, 19"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriViewer "http://www.archieven.nl/nl/zoeken?mivast=102&miadt=102&miaet=54&micode=3198-1719&minr=9227426&miview=ldt"
  ] ;
  a2a:SourceLastChangeDate "2016-03-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.archieven.nl/nl/zoeken?mivast=102&miadt=102&miaet=54&micode=3198-1719&minr=9227426&miview=ldt" ;
  a2a:RecordGUID "{e541d7e8-e80f-2431-a234-eea1ffa53e4a}" ;
  a2a:SourceRemarkProvenance "MI bestand NL-TlRAR_3198-1719_54_MI.xml van RAR" .

