@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_12219c9f-e840-d392-e06f-1b9d01a39b9d
  a a2a:Record ;
  rdfs:label "Geboorte op 3 september 1824" ;
  a2a:hasPerson oa:person_bhi_12219c9f-e840-d392-e06f-1b9d01a39b9d_Person-49321171-f7cf-6147-3e6e-a005ebcf0c92, oa:person_bhi_12219c9f-e840-d392-e06f-1b9d01a39b9d_Person-80f67184-7093-67af-6d95-3eb77cde7963, oa:person_bhi_12219c9f-e840-d392-e06f-1b9d01a39b9d_Person-60469295-d641-fbce-f733-0567201e45bc ;
  a2a:hasEvent oa:event_bhi_12219c9f-e840-d392-e06f-1b9d01a39b9d_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_12219c9f-e840-d392-e06f-1b9d01a39b9d_0, oa:relationep_bhi_12219c9f-e840-d392-e06f-1b9d01a39b9d_1, oa:relationep_bhi_12219c9f-e840-d392-e06f-1b9d01a39b9d_2 ;
  a2a:hasSource oa:source_bhi_12219c9f-e840-d392-e06f-1b9d01a39b9d .

oa:person_bhi_12219c9f-e840-d392-e06f-1b9d01a39b9d_Person-49321171-f7cf-6147-3e6e-a005ebcf0c92
  a a2a:Person ;
  rdfs:label "Aalbert Prins" ;
  a2a:PersonName [
    rdfs:label "Aalbert Prins" ;
    a2a:PersonNameFirstName "Aalbert" ;
    a2a:PersonNameLastName "Prins"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1824" ;
    a2a:Month "9" ;
    a2a:Day "3" ;
    rdfs:label "1824-09-03"^^xsd:date
  ] .

oa:person_bhi_12219c9f-e840-d392-e06f-1b9d01a39b9d_Person-80f67184-7093-67af-6d95-3eb77cde7963
  a a2a:Person ;
  rdfs:label "Johanna Wijnants" ;
  a2a:PersonName [
    rdfs:label "Johanna Wijnants" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Wijnants"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_12219c9f-e840-d392-e06f-1b9d01a39b9d_Person-60469295-d641-fbce-f733-0567201e45bc
  a a2a:Person ;
  rdfs:label "Adam Prins" ;
  a2a:PersonName [
    rdfs:label "Adam Prins" ;
    a2a:PersonNameFirstName "Adam" ;
    a2a:PersonNameLastName "Prins"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_12219c9f-e840-d392-e06f-1b9d01a39b9d_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1824" ;
    a2a:Month "9" ;
    a2a:Day "3" ;
    rdfs:label "1824-09-03"^^xsd:date
  ] .

oa:relationep_bhi_12219c9f-e840-d392-e06f-1b9d01a39b9d_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_12219c9f-e840-d392-e06f-1b9d01a39b9d_Person:49321171-f7cf-6147-3e6e-a005ebcf0c92 ;
  a2a:EventKeyRef oa:event_bhi_12219c9f-e840-d392-e06f-1b9d01a39b9d_Event1 .

oa:relationep_bhi_12219c9f-e840-d392-e06f-1b9d01a39b9d_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_12219c9f-e840-d392-e06f-1b9d01a39b9d_Person:80f67184-7093-67af-6d95-3eb77cde7963 ;
  a2a:EventKeyRef oa:event_bhi_12219c9f-e840-d392-e06f-1b9d01a39b9d_Event1 .

oa:relationep_bhi_12219c9f-e840-d392-e06f-1b9d01a39b9d_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_12219c9f-e840-d392-e06f-1b9d01a39b9d_Person:60469295-d641-fbce-f733-0567201e45bc ;
  a2a:EventKeyRef oa:event_bhi_12219c9f-e840-d392-e06f-1b9d01a39b9d_Event1 .

oa:source_bhi_12219c9f-e840-d392-e06f-1b9d01a39b9d
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "'s Gravenmoer" ;
    rdfs:label "'s Gravenmoer", "1824-09-05 - 1824-09-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1824-09-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1824-09-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1824" ;
    a2a:Month "9" ;
    a2a:Day "5" ;
    rdfs:label "1824-09-05"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3226, Periode: 1824" ;
    a2a:Book "Geboorteregister 's Gravenmoer 1824" ;
    a2a:DocumentNumber "27" ;
    a2a:RegistryNumber "3226" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3226, Periode: 1824, Geboorteregister 's Gravenmoer 1824, 27, 3226"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/e426e309-fce1-6fca-fa73-5dadf20f438c.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/e426e309-fce1-6fca-fa73-5dadf20f438c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-06-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/12219c9f-e840-d392-e06f-1b9d01a39b9d" ;
  a2a:RecordGUID "{12219c9f-e840-d392-e06f-1b9d01a39b9d}" ;
  a2a:SourceRemarkdeel "3226" ;
  a2a:SourceRemarkregister_periode "1824" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260206_1553_00001553.xml van BHI" .

