@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_bhi_60b16bae-c286-e2b7-484b-4a08bde2c81c
  a a2a:Record ;
  rdfs:label "Geboorte op 13 september 1813" ;
  a2a:hasPerson oa:person_bhi_60b16bae-c286-e2b7-484b-4a08bde2c81c_Person-84517bcb-e429-20a3-ed2f-b03a49c3464b, oa:person_bhi_60b16bae-c286-e2b7-484b-4a08bde2c81c_Person-5f1b62f4-04bb-8844-1ef0-121c3c3d1872, oa:person_bhi_60b16bae-c286-e2b7-484b-4a08bde2c81c_Person-396d9e1f-8247-3a9f-42ae-2ef182db37e4 ;
  a2a:hasEvent oa:event_bhi_60b16bae-c286-e2b7-484b-4a08bde2c81c_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_60b16bae-c286-e2b7-484b-4a08bde2c81c_0, oa:relationep_bhi_60b16bae-c286-e2b7-484b-4a08bde2c81c_1, oa:relationep_bhi_60b16bae-c286-e2b7-484b-4a08bde2c81c_2 ;
  a2a:hasSource oa:source_bhi_60b16bae-c286-e2b7-484b-4a08bde2c81c .

oa:person_bhi_60b16bae-c286-e2b7-484b-4a08bde2c81c_Person-84517bcb-e429-20a3-ed2f-b03a49c3464b
  a a2a:Person ;
  rdfs:label "Paul Suijkerbuijk" ;
  a2a:PersonName [
    rdfs:label "Paul Suijkerbuijk" ;
    a2a:PersonNameFirstName "Paul" ;
    a2a:PersonNameLastName "Suijkerbuijk"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1813" ;
    a2a:Month "9" ;
    a2a:Day "13" ;
    rdfs:label "1813-09-13"^^xsd:date
  ] .

oa:person_bhi_60b16bae-c286-e2b7-484b-4a08bde2c81c_Person-5f1b62f4-04bb-8844-1ef0-121c3c3d1872
  a a2a:Person ;
  rdfs:label "Catharina Ros" ;
  a2a:PersonName [
    rdfs:label "Catharina Ros" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNameLastName "Ros"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_60b16bae-c286-e2b7-484b-4a08bde2c81c_Person-396d9e1f-8247-3a9f-42ae-2ef182db37e4
  a a2a:Person ;
  rdfs:label "Adrien Suijkerbuijk" ;
  a2a:PersonName [
    rdfs:label "Adrien Suijkerbuijk" ;
    a2a:PersonNameFirstName "Adrien" ;
    a2a:PersonNameLastName "Suijkerbuijk"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_60b16bae-c286-e2b7-484b-4a08bde2c81c_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1813" ;
    a2a:Month "9" ;
    a2a:Day "13" ;
    rdfs:label "1813-09-13"^^xsd:date
  ] .

oa:relationep_bhi_60b16bae-c286-e2b7-484b-4a08bde2c81c_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_60b16bae-c286-e2b7-484b-4a08bde2c81c_Person:84517bcb-e429-20a3-ed2f-b03a49c3464b ;
  a2a:EventKeyRef oa:event_bhi_60b16bae-c286-e2b7-484b-4a08bde2c81c_Event1 .

oa:relationep_bhi_60b16bae-c286-e2b7-484b-4a08bde2c81c_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_60b16bae-c286-e2b7-484b-4a08bde2c81c_Person:5f1b62f4-04bb-8844-1ef0-121c3c3d1872 ;
  a2a:EventKeyRef oa:event_bhi_60b16bae-c286-e2b7-484b-4a08bde2c81c_Event1 .

oa:relationep_bhi_60b16bae-c286-e2b7-484b-4a08bde2c81c_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_60b16bae-c286-e2b7-484b-4a08bde2c81c_Person:396d9e1f-8247-3a9f-42ae-2ef182db37e4 ;
  a2a:EventKeyRef oa:event_bhi_60b16bae-c286-e2b7-484b-4a08bde2c81c_Event1 .

oa:source_bhi_60b16bae-c286-e2b7-484b-4a08bde2c81c
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Rucphen" ;
    rdfs:label "Rucphen", "1813-09-13 - 1813-09-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1813-09-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1813-09-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1813" ;
    a2a:Month "9" ;
    a2a:Day "13" ;
    rdfs:label "1813-09-13"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 6793, Periode: 1813" ;
    a2a:Book "Geboorteregister Rucphen 1813" ;
    a2a:DocumentNumber "47" ;
    a2a:RegistryNumber "6793" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 6793, Periode: 1813, Geboorteregister Rucphen 1813, 47, 6793"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/f4ed6575-ebd3-ca1c-c5c1-46c054caa05d.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/f4ed6575-ebd3-ca1c-c5c1-46c054caa05d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/60b16bae-c286-e2b7-484b-4a08bde2c81c" ;
  a2a:RecordGUID "{60b16bae-c286-e2b7-484b-4a08bde2c81c}" ;
  a2a:SourceRemarkdeel "6793" ;
  a2a:SourceRemarkregister_periode "1813" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251116_18_00000018.xml van BHI" .

