@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_75bf71c0-e7fd-fd0e-d431-d5a28e26a1a1
  a a2a:Record ;
  rdfs:label "Geboorte op 24 maart 1902" ;
  a2a:hasPerson oa:person_bhi_75bf71c0-e7fd-fd0e-d431-d5a28e26a1a1_Person-71142744-9b14-36f7-c0d7-c45399b42152, oa:person_bhi_75bf71c0-e7fd-fd0e-d431-d5a28e26a1a1_Person-c29c3e4b-9655-66a6-2217-33e7f71ceb0a, oa:person_bhi_75bf71c0-e7fd-fd0e-d431-d5a28e26a1a1_Person-6060b2d0-ff81-af02-ebd7-ffaad345ba79 ;
  a2a:hasEvent oa:event_bhi_75bf71c0-e7fd-fd0e-d431-d5a28e26a1a1_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_75bf71c0-e7fd-fd0e-d431-d5a28e26a1a1_0, oa:relationep_bhi_75bf71c0-e7fd-fd0e-d431-d5a28e26a1a1_1, oa:relationep_bhi_75bf71c0-e7fd-fd0e-d431-d5a28e26a1a1_2 ;
  a2a:hasSource oa:source_bhi_75bf71c0-e7fd-fd0e-d431-d5a28e26a1a1 .

oa:person_bhi_75bf71c0-e7fd-fd0e-d431-d5a28e26a1a1_Person-71142744-9b14-36f7-c0d7-c45399b42152
  a a2a:Person ;
  rdfs:label "Adrianus Jacobus Andriessen" ;
  a2a:PersonName [
    rdfs:label "Adrianus Jacobus Andriessen" ;
    a2a:PersonNameFirstName "Adrianus Jacobus" ;
    a2a:PersonNameLastName "Andriessen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_75bf71c0-e7fd-fd0e-d431-d5a28e26a1a1_Person-c29c3e4b-9655-66a6-2217-33e7f71ceb0a
  a a2a:Person ;
  rdfs:label "Adriana van den Eeden" ;
  a2a:PersonName [
    rdfs:label "Adriana van den Eeden" ;
    a2a:PersonNameFirstName "Adriana" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Eeden"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_75bf71c0-e7fd-fd0e-d431-d5a28e26a1a1_Person-6060b2d0-ff81-af02-ebd7-ffaad345ba79
  a a2a:Person ;
  rdfs:label "Johannes Baptist Andriessen" ;
  a2a:PersonName [
    rdfs:label "Johannes Baptist Andriessen" ;
    a2a:PersonNameFirstName "Johannes Baptist" ;
    a2a:PersonNameLastName "Andriessen"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1902" ;
    a2a:Month "3" ;
    a2a:Day "24" ;
    rdfs:label "1902-03-24"^^xsd:date
  ] .

oa:event_bhi_75bf71c0-e7fd-fd0e-d431-d5a28e26a1a1_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1902" ;
    a2a:Month "3" ;
    a2a:Day "24" ;
    rdfs:label "1902-03-24"^^xsd:date
  ] .

oa:relationep_bhi_75bf71c0-e7fd-fd0e-d431-d5a28e26a1a1_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_75bf71c0-e7fd-fd0e-d431-d5a28e26a1a1_Person:71142744-9b14-36f7-c0d7-c45399b42152 ;
  a2a:EventKeyRef oa:event_bhi_75bf71c0-e7fd-fd0e-d431-d5a28e26a1a1_Event1 .

oa:relationep_bhi_75bf71c0-e7fd-fd0e-d431-d5a28e26a1a1_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_75bf71c0-e7fd-fd0e-d431-d5a28e26a1a1_Person:c29c3e4b-9655-66a6-2217-33e7f71ceb0a ;
  a2a:EventKeyRef oa:event_bhi_75bf71c0-e7fd-fd0e-d431-d5a28e26a1a1_Event1 .

oa:relationep_bhi_75bf71c0-e7fd-fd0e-d431-d5a28e26a1a1_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_75bf71c0-e7fd-fd0e-d431-d5a28e26a1a1_Person:6060b2d0-ff81-af02-ebd7-ffaad345ba79 ;
  a2a:EventKeyRef oa:event_bhi_75bf71c0-e7fd-fd0e-d431-d5a28e26a1a1_Event1 .

oa:source_bhi_75bf71c0-e7fd-fd0e-d431-d5a28e26a1a1
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal", "1902-03-26 - 1902-03-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1902-03-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1902-03-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1902" ;
    a2a:Month "3" ;
    a2a:Day "26" ;
    rdfs:label "1902-03-26"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 6631, Periode: 1902" ;
    a2a:Book "Geboorteregister Roosendaal 1902" ;
    a2a:DocumentNumber "127" ;
    a2a:RegistryNumber "6631" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 6631, Periode: 1902, Geboorteregister Roosendaal 1902, 127, 6631"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/1aab7c33-edcd-d522-c087-9a1bc231e621.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/1aab7c33-edcd-d522-c087-9a1bc231e621.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-04-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/75bf71c0-e7fd-fd0e-d431-d5a28e26a1a1" ;
  a2a:RecordGUID "{75bf71c0-e7fd-fd0e-d431-d5a28e26a1a1}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_2752_00002752.xml van BHI" .

