@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_7401d525-de4b-e0e2-3b76-17d3aee2f26c
  a a2a:Record ;
  rdfs:label "Geboorte op 18 mei 1907" ;
  a2a:hasPerson oa:person_bhi_7401d525-de4b-e0e2-3b76-17d3aee2f26c_Person-3364c5eb-17b7-fe53-0312-a3203c6333c0, oa:person_bhi_7401d525-de4b-e0e2-3b76-17d3aee2f26c_Person-97f8dd4e-968b-944a-43c6-33426c55baad, oa:person_bhi_7401d525-de4b-e0e2-3b76-17d3aee2f26c_Person-3be22299-879b-2331-31a2-62a3c508974f ;
  a2a:hasEvent oa:event_bhi_7401d525-de4b-e0e2-3b76-17d3aee2f26c_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_7401d525-de4b-e0e2-3b76-17d3aee2f26c_0, oa:relationep_bhi_7401d525-de4b-e0e2-3b76-17d3aee2f26c_1, oa:relationep_bhi_7401d525-de4b-e0e2-3b76-17d3aee2f26c_2 ;
  a2a:hasSource oa:source_bhi_7401d525-de4b-e0e2-3b76-17d3aee2f26c .

oa:person_bhi_7401d525-de4b-e0e2-3b76-17d3aee2f26c_Person-3364c5eb-17b7-fe53-0312-a3203c6333c0
  a a2a:Person ;
  rdfs:label "Johannes Brouwer" ;
  a2a:PersonName [
    rdfs:label "Johannes Brouwer" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Brouwer"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1907" ;
    a2a:Month "5" ;
    a2a:Day "18" ;
    rdfs:label "1907-05-18"^^xsd:date
  ] .

oa:person_bhi_7401d525-de4b-e0e2-3b76-17d3aee2f26c_Person-97f8dd4e-968b-944a-43c6-33426c55baad
  a a2a:Person ;
  rdfs:label "Maria Cornelia Pelser" ;
  a2a:PersonName [
    rdfs:label "Maria Cornelia Pelser" ;
    a2a:PersonNameFirstName "Maria Cornelia" ;
    a2a:PersonNameLastName "Pelser"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_7401d525-de4b-e0e2-3b76-17d3aee2f26c_Person-3be22299-879b-2331-31a2-62a3c508974f
  a a2a:Person ;
  rdfs:label "Hubertus Johannes Brouwer" ;
  a2a:PersonName [
    rdfs:label "Hubertus Johannes Brouwer" ;
    a2a:PersonNameFirstName "Hubertus Johannes" ;
    a2a:PersonNameLastName "Brouwer"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_7401d525-de4b-e0e2-3b76-17d3aee2f26c_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1907" ;
    a2a:Month "5" ;
    a2a:Day "18" ;
    rdfs:label "1907-05-18"^^xsd:date
  ] .

oa:relationep_bhi_7401d525-de4b-e0e2-3b76-17d3aee2f26c_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_7401d525-de4b-e0e2-3b76-17d3aee2f26c_Person:3364c5eb-17b7-fe53-0312-a3203c6333c0 ;
  a2a:EventKeyRef oa:event_bhi_7401d525-de4b-e0e2-3b76-17d3aee2f26c_Event1 .

oa:relationep_bhi_7401d525-de4b-e0e2-3b76-17d3aee2f26c_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_7401d525-de4b-e0e2-3b76-17d3aee2f26c_Person:97f8dd4e-968b-944a-43c6-33426c55baad ;
  a2a:EventKeyRef oa:event_bhi_7401d525-de4b-e0e2-3b76-17d3aee2f26c_Event1 .

oa:relationep_bhi_7401d525-de4b-e0e2-3b76-17d3aee2f26c_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_7401d525-de4b-e0e2-3b76-17d3aee2f26c_Person:3be22299-879b-2331-31a2-62a3c508974f ;
  a2a:EventKeyRef oa:event_bhi_7401d525-de4b-e0e2-3b76-17d3aee2f26c_Event1 .

oa:source_bhi_7401d525-de4b-e0e2-3b76-17d3aee2f26c
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Princenhage" ;
    rdfs:label "Princenhage", "1907-05-18 - 1907-05-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1907-05-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1907-05-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1907" ;
    a2a:Month "5" ;
    a2a:Day "18" ;
    rdfs:label "1907-05-18"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 2390, Periode: 1907" ;
    a2a:Book "Geboortenregister Princenhage 1907" ;
    a2a:DocumentNumber "126" ;
    a2a:RegistryNumber "2390" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 2390, Periode: 1907, Geboortenregister Princenhage 1907, 126, 2390"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/0dda22a3-4f86-ae66-1f30-180c305090d8.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/0dda22a3-4f86-ae66-1f30-180c305090d8.jpg"
  ] ;
  a2a:SourceLastChangeDate "2016-04-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/7401d525-de4b-e0e2-3b76-17d3aee2f26c" ;
  a2a:RecordGUID "{7401d525-de4b-e0e2-3b76-17d3aee2f26c}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_5090_00005090.xml van BHI" .

