@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_bf7bb5f7-d404-ee2d-ec7e-fd4333442c2a
  a a2a:Record ;
  rdfs:label "Geboorte op 1 april 1815" ;
  a2a:hasPerson oa:person_bhi_bf7bb5f7-d404-ee2d-ec7e-fd4333442c2a_Person-f833b248-ce3f-69ba-ada8-e44815d36f6d, oa:person_bhi_bf7bb5f7-d404-ee2d-ec7e-fd4333442c2a_Person-80e1f8e3-5af6-da68-c8a3-28a2eda4a1bd, oa:person_bhi_bf7bb5f7-d404-ee2d-ec7e-fd4333442c2a_Person-8e262258-5f63-318e-dc56-64c7f817d88f ;
  a2a:hasEvent oa:event_bhi_bf7bb5f7-d404-ee2d-ec7e-fd4333442c2a_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_bf7bb5f7-d404-ee2d-ec7e-fd4333442c2a_0, oa:relationep_bhi_bf7bb5f7-d404-ee2d-ec7e-fd4333442c2a_1, oa:relationep_bhi_bf7bb5f7-d404-ee2d-ec7e-fd4333442c2a_2 ;
  a2a:hasSource oa:source_bhi_bf7bb5f7-d404-ee2d-ec7e-fd4333442c2a .

oa:person_bhi_bf7bb5f7-d404-ee2d-ec7e-fd4333442c2a_Person-f833b248-ce3f-69ba-ada8-e44815d36f6d
  a a2a:Person ;
  rdfs:label "Arnoldus Jacobus van Dijk" ;
  a2a:PersonName [
    rdfs:label "Arnoldus Jacobus van Dijk" ;
    a2a:PersonNameFirstName "Arnoldus Jacobus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dijk"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1815" ;
    a2a:Month "4" ;
    a2a:Day "1" ;
    rdfs:label "1815-04-01"^^xsd:date
  ] .

oa:person_bhi_bf7bb5f7-d404-ee2d-ec7e-fd4333442c2a_Person-80e1f8e3-5af6-da68-c8a3-28a2eda4a1bd
  a a2a:Person ;
  rdfs:label "Maria Josepha van Horsig" ;
  a2a:PersonName [
    rdfs:label "Maria Josepha van Horsig" ;
    a2a:PersonNameFirstName "Maria Josepha" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Horsig"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_bf7bb5f7-d404-ee2d-ec7e-fd4333442c2a_Person-8e262258-5f63-318e-dc56-64c7f817d88f
  a a2a:Person ;
  rdfs:label "Antonie van Dijk" ;
  a2a:PersonName [
    rdfs:label "Antonie van Dijk" ;
    a2a:PersonNameFirstName "Antonie" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dijk"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_bf7bb5f7-d404-ee2d-ec7e-fd4333442c2a_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1815" ;
    a2a:Month "4" ;
    a2a:Day "1" ;
    rdfs:label "1815-04-01"^^xsd:date
  ] .

oa:relationep_bhi_bf7bb5f7-d404-ee2d-ec7e-fd4333442c2a_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_bf7bb5f7-d404-ee2d-ec7e-fd4333442c2a_Person:f833b248-ce3f-69ba-ada8-e44815d36f6d ;
  a2a:EventKeyRef oa:event_bhi_bf7bb5f7-d404-ee2d-ec7e-fd4333442c2a_Event1 .

oa:relationep_bhi_bf7bb5f7-d404-ee2d-ec7e-fd4333442c2a_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_bf7bb5f7-d404-ee2d-ec7e-fd4333442c2a_Person:80e1f8e3-5af6-da68-c8a3-28a2eda4a1bd ;
  a2a:EventKeyRef oa:event_bhi_bf7bb5f7-d404-ee2d-ec7e-fd4333442c2a_Event1 .

oa:relationep_bhi_bf7bb5f7-d404-ee2d-ec7e-fd4333442c2a_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_bf7bb5f7-d404-ee2d-ec7e-fd4333442c2a_Person:8e262258-5f63-318e-dc56-64c7f817d88f ;
  a2a:EventKeyRef oa:event_bhi_bf7bb5f7-d404-ee2d-ec7e-fd4333442c2a_Event1 .

oa:source_bhi_bf7bb5f7-d404-ee2d-ec7e-fd4333442c2a
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Dussen" ;
    rdfs:label "Dussen", "1815-04-01 - 1815-04-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1815-04-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1815-04-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1815" ;
    a2a:Month "4" ;
    a2a:Day "1" ;
    rdfs:label "1815-04-01"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 2087, Periode: 1815" ;
    a2a:Book "Geboorteregister Dussen 1815" ;
    a2a:DocumentNumber "17" ;
    a2a:RegistryNumber "2087" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 2087, Periode: 1815, Geboorteregister Dussen 1815, 17, 2087"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/738bab4b-305f-27e4-93a4-228aa96f49c1.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/738bab4b-305f-27e4-93a4-228aa96f49c1.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/bf7bb5f7-d404-ee2d-ec7e-fd4333442c2a" ;
  a2a:RecordGUID "{bf7bb5f7-d404-ee2d-ec7e-fd4333442c2a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_7564_00007564.xml van BHI" .

