@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_c36072b8-c2b8-463c-8a09-69002d7aec36
  a a2a:Record ;
  rdfs:label "Geboorte op 22 februari 1881" ;
  a2a:hasPerson oa:person_bhi_c36072b8-c2b8-463c-8a09-69002d7aec36_Person-11f0a01f-3879-7075-c308-0d55a2db64e4, oa:person_bhi_c36072b8-c2b8-463c-8a09-69002d7aec36_Person-b0a472b2-279a-d1db-506c-e9b14b753322, oa:person_bhi_c36072b8-c2b8-463c-8a09-69002d7aec36_Person-74d3fb2e-78ef-772b-7dd2-658a91196b1b ;
  a2a:hasEvent oa:event_bhi_c36072b8-c2b8-463c-8a09-69002d7aec36_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_c36072b8-c2b8-463c-8a09-69002d7aec36_0, oa:relationep_bhi_c36072b8-c2b8-463c-8a09-69002d7aec36_1, oa:relationep_bhi_c36072b8-c2b8-463c-8a09-69002d7aec36_2 ;
  a2a:hasSource oa:source_bhi_c36072b8-c2b8-463c-8a09-69002d7aec36 .

oa:person_bhi_c36072b8-c2b8-463c-8a09-69002d7aec36_Person-11f0a01f-3879-7075-c308-0d55a2db64e4
  a a2a:Person ;
  rdfs:label "Adrianus Petrus Meeuws" ;
  a2a:PersonName [
    rdfs:label "Adrianus Petrus Meeuws" ;
    a2a:PersonNameFirstName "Adrianus Petrus" ;
    a2a:PersonNameLastName "Meeuws"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1881" ;
    a2a:Month "2" ;
    a2a:Day "22" ;
    rdfs:label "1881-02-22"^^xsd:date
  ] .

oa:person_bhi_c36072b8-c2b8-463c-8a09-69002d7aec36_Person-b0a472b2-279a-d1db-506c-e9b14b753322
  a a2a:Person ;
  rdfs:label "Maria Catharina van de Sande" ;
  a2a:PersonName [
    rdfs:label "Maria Catharina van de Sande" ;
    a2a:PersonNameFirstName "Maria Catharina" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Sande"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_c36072b8-c2b8-463c-8a09-69002d7aec36_Person-74d3fb2e-78ef-772b-7dd2-658a91196b1b
  a a2a:Person ;
  rdfs:label "Petrus Meeuws" ;
  a2a:PersonName [
    rdfs:label "Petrus Meeuws" ;
    a2a:PersonNameFirstName "Petrus" ;
    a2a:PersonNameLastName "Meeuws"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_c36072b8-c2b8-463c-8a09-69002d7aec36_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1881" ;
    a2a:Month "2" ;
    a2a:Day "22" ;
    rdfs:label "1881-02-22"^^xsd:date
  ] .

oa:relationep_bhi_c36072b8-c2b8-463c-8a09-69002d7aec36_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_c36072b8-c2b8-463c-8a09-69002d7aec36_Person:11f0a01f-3879-7075-c308-0d55a2db64e4 ;
  a2a:EventKeyRef oa:event_bhi_c36072b8-c2b8-463c-8a09-69002d7aec36_Event1 .

oa:relationep_bhi_c36072b8-c2b8-463c-8a09-69002d7aec36_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_c36072b8-c2b8-463c-8a09-69002d7aec36_Person:b0a472b2-279a-d1db-506c-e9b14b753322 ;
  a2a:EventKeyRef oa:event_bhi_c36072b8-c2b8-463c-8a09-69002d7aec36_Event1 .

oa:relationep_bhi_c36072b8-c2b8-463c-8a09-69002d7aec36_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_c36072b8-c2b8-463c-8a09-69002d7aec36_Person:74d3fb2e-78ef-772b-7dd2-658a91196b1b ;
  a2a:EventKeyRef oa:event_bhi_c36072b8-c2b8-463c-8a09-69002d7aec36_Event1 .

oa:source_bhi_c36072b8-c2b8-463c-8a09-69002d7aec36
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1881-01-01 - 1881-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1881-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1881-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [ a2a:Year "1881" ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 7682, Periode: 1881" ;
    a2a:Book "Geboorteregister Tilburg 1881" ;
    a2a:DocumentNumber "186" ;
    a2a:RegistryNumber "7682" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 7682, Periode: 1881, Geboorteregister Tilburg 1881, 186, 7682"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/4195ad66-78f9-f9f2-ea23-6be1490a8972.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/4195ad66-78f9-f9f2-ea23-6be1490a8972.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-12-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/c36072b8-c2b8-463c-8a09-69002d7aec36" ;
  a2a:RecordGUID "{c36072b8-c2b8-463c-8a09-69002d7aec36}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_4846_00004846.xml van BHI" .

