@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_757446c2-e8ee-b83f-1774-48422876a6f5
  a a2a:Record ;
  rdfs:label "Geboorte op 14 november 1842 te Zaltbommel" ;
  a2a:hasPerson oa:person_rar_757446c2-e8ee-b83f-1774-48422876a6f5_Person1, oa:person_rar_757446c2-e8ee-b83f-1774-48422876a6f5_Person2, oa:person_rar_757446c2-e8ee-b83f-1774-48422876a6f5_Person3 ;
  a2a:hasEvent oa:event_rar_757446c2-e8ee-b83f-1774-48422876a6f5_Event1 ;
  a2a:hasRelationEP oa:relationep_rar_757446c2-e8ee-b83f-1774-48422876a6f5_0, oa:relationep_rar_757446c2-e8ee-b83f-1774-48422876a6f5_1, oa:relationep_rar_757446c2-e8ee-b83f-1774-48422876a6f5_2 ;
  a2a:hasSource oa:source_rar_757446c2-e8ee-b83f-1774-48422876a6f5 .

oa:person_rar_757446c2-e8ee-b83f-1774-48422876a6f5_Person1
  a a2a:Person ;
  rdfs:label "Cornelis Jan Rombeek" ;
  a2a:PersonName [
    rdfs:label "Cornelis Jan Rombeek" ;
    a2a:PersonNameFirstName "Cornelis Jan" ;
    a2a:PersonNameLastName "Rombeek"
  ] ;
  a2a:Gender "Man" .

oa:person_rar_757446c2-e8ee-b83f-1774-48422876a6f5_Person2
  a a2a:Person ;
  rdfs:label "Aart Rombeek" ;
  a2a:PersonName [
    rdfs:label "Aart Rombeek" ;
    a2a:PersonNameFirstName "Aart" ;
    a2a:PersonNameLastName "Rombeek"
  ] .

oa:person_rar_757446c2-e8ee-b83f-1774-48422876a6f5_Person3
  a a2a:Person ;
  rdfs:label "Artje de Goeij" ;
  a2a:PersonName [
    rdfs:label "Artje de Goeij" ;
    a2a:PersonNameFirstName "Artje" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Goeij"
  ] .

oa:event_rar_757446c2-e8ee-b83f-1774-48422876a6f5_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1842" ;
    a2a:Month "11" ;
    a2a:Day "14" ;
    rdfs:label "1842-11-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Zaltbommel" ;
    rdfs:label "Zaltbommel"
  ] .

oa:relationep_rar_757446c2-e8ee-b83f-1774-48422876a6f5_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rar_757446c2-e8ee-b83f-1774-48422876a6f5_Person1 ;
  a2a:EventKeyRef oa:event_rar_757446c2-e8ee-b83f-1774-48422876a6f5_Event1 .

oa:relationep_rar_757446c2-e8ee-b83f-1774-48422876a6f5_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rar_757446c2-e8ee-b83f-1774-48422876a6f5_Person2 ;
  a2a:EventKeyRef oa:event_rar_757446c2-e8ee-b83f-1774-48422876a6f5_Event1 .

oa:relationep_rar_757446c2-e8ee-b83f-1774-48422876a6f5_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rar_757446c2-e8ee-b83f-1774-48422876a6f5_Person3 ;
  a2a:EventKeyRef oa:event_rar_757446c2-e8ee-b83f-1774-48422876a6f5_Event1 .

oa:source_rar_757446c2-e8ee-b83f-1774-48422876a6f5
  a a2a:Source ;
  rdfs:label "Regionaal Archief Rivierenland, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Tiel" ;
    rdfs:label "Tiel", "1842-01-01 - 1842-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1842-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1842-12-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Rivierenland" ;
    a2a:Place "Zaltbommel" ;
    a2a:Collection "Geboorte 1841-1850" ;
    a2a:DocumentNumber "125" ;
    a2a:RegistryNumber "425" ;
    rdfs:label "Regionaal Archief Rivierenland, Zaltbommel, Geboorte 1841-1850, 125, 425"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriViewer "http://www.archieven.nl/nl/zoeken?mivast=102&miadt=102&miaet=54&micode=3151-425&minr=6370867&miview=ldt"
  ] ;
  a2a:SourceLastChangeDate "2016-04-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.regionaalarchiefrivierenland.nl/page/5?mivast=102&miadt=102&miaet=54&micode=3151-425&minr=6370867&miview=ldt" ;
  a2a:RecordGUID "{757446c2-e8ee-b83f-1774-48422876a6f5}" ;
  a2a:SourceRemarkProvenance "MI bestand NL-TlRAR_3151-425_54_MI.xml van RAR" .

