@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_fa5f803e-6589-7408-e899-ca2d136711cb
  a a2a:Record ;
  rdfs:label "Geboorte op 20 maart 1902" ;
  a2a:hasPerson oa:person_bhi_fa5f803e-6589-7408-e899-ca2d136711cb_Person-a4ec9913-470e-28b2-19d4-ce4ef29db36c, oa:person_bhi_fa5f803e-6589-7408-e899-ca2d136711cb_Person-881ecabc-23f4-5dce-b9fd-9dd5bccc13f8, oa:person_bhi_fa5f803e-6589-7408-e899-ca2d136711cb_Person-f1dd2b24-3494-7e80-9555-84b21f18690d ;
  a2a:hasEvent oa:event_bhi_fa5f803e-6589-7408-e899-ca2d136711cb_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_fa5f803e-6589-7408-e899-ca2d136711cb_0, oa:relationep_bhi_fa5f803e-6589-7408-e899-ca2d136711cb_1, oa:relationep_bhi_fa5f803e-6589-7408-e899-ca2d136711cb_2 ;
  a2a:hasSource oa:source_bhi_fa5f803e-6589-7408-e899-ca2d136711cb .

oa:person_bhi_fa5f803e-6589-7408-e899-ca2d136711cb_Person-a4ec9913-470e-28b2-19d4-ce4ef29db36c
  a a2a:Person ;
  rdfs:label "Johanna Monseurs" ;
  a2a:PersonName [
    rdfs:label "Johanna Monseurs" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Monseurs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_fa5f803e-6589-7408-e899-ca2d136711cb_Person-881ecabc-23f4-5dce-b9fd-9dd5bccc13f8
  a a2a:Person ;
  rdfs:label "Johannes Hendrikus Alphonsus Paulissen" ;
  a2a:PersonName [
    rdfs:label "Johannes Hendrikus Alphonsus Paulissen" ;
    a2a:PersonNameFirstName "Johannes Hendrikus Alphonsus" ;
    a2a:PersonNameLastName "Paulissen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_fa5f803e-6589-7408-e899-ca2d136711cb_Person-f1dd2b24-3494-7e80-9555-84b21f18690d
  a a2a:Person ;
  rdfs:label "Lambertus Johannes Paulissen" ;
  a2a:PersonName [
    rdfs:label "Lambertus Johannes Paulissen" ;
    a2a:PersonNameFirstName "Lambertus Johannes" ;
    a2a:PersonNameLastName "Paulissen"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1902" ;
    a2a:Month "3" ;
    a2a:Day "20" ;
    rdfs:label "1902-03-20"^^xsd:date
  ] .

oa:event_bhi_fa5f803e-6589-7408-e899-ca2d136711cb_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1902" ;
    a2a:Month "3" ;
    a2a:Day "20" ;
    rdfs:label "1902-03-20"^^xsd:date
  ] .

oa:relationep_bhi_fa5f803e-6589-7408-e899-ca2d136711cb_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_fa5f803e-6589-7408-e899-ca2d136711cb_Person:a4ec9913-470e-28b2-19d4-ce4ef29db36c ;
  a2a:EventKeyRef oa:event_bhi_fa5f803e-6589-7408-e899-ca2d136711cb_Event1 .

oa:relationep_bhi_fa5f803e-6589-7408-e899-ca2d136711cb_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_fa5f803e-6589-7408-e899-ca2d136711cb_Person:881ecabc-23f4-5dce-b9fd-9dd5bccc13f8 ;
  a2a:EventKeyRef oa:event_bhi_fa5f803e-6589-7408-e899-ca2d136711cb_Event1 .

oa:relationep_bhi_fa5f803e-6589-7408-e899-ca2d136711cb_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_fa5f803e-6589-7408-e899-ca2d136711cb_Person:f1dd2b24-3494-7e80-9555-84b21f18690d ;
  a2a:EventKeyRef oa:event_bhi_fa5f803e-6589-7408-e899-ca2d136711cb_Event1 .

oa:source_bhi_fa5f803e-6589-7408-e899-ca2d136711cb
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1902-03-20 - 1902-03-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1902-03-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1902-03-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1902" ;
    a2a:Month "3" ;
    a2a:Day "20" ;
    rdfs:label "1902-03-20"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 1200, Periode: 1902" ;
    a2a:Book "Geboorteregister 1902" ;
    a2a:DocumentNumber "176" ;
    a2a:RegistryNumber "1200" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 1200, Periode: 1902, Geboorteregister 1902, 176, 1200"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/56ad3672-d4a7-e0fb-a62a-bb096cb53355.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/56ad3672-d4a7-e0fb-a62a-bb096cb53355.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-10-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/fa5f803e-6589-7408-e899-ca2d136711cb" ;
  a2a:RecordGUID "{fa5f803e-6589-7408-e899-ca2d136711cb}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_6761_00006761.xml van BHI" .

