@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_1f08778d-4a3a-76c8-bfa3-e7660c956bb6
  a a2a:Record ;
  rdfs:label "Geboorte op 28 november 1913" ;
  a2a:hasPerson oa:person_bhi_1f08778d-4a3a-76c8-bfa3-e7660c956bb6_Person-31778b25-829c-31d0-6c40-dc3c8b87fb61, oa:person_bhi_1f08778d-4a3a-76c8-bfa3-e7660c956bb6_Person-874f6c8d-1810-91c4-762c-770ce4136472, oa:person_bhi_1f08778d-4a3a-76c8-bfa3-e7660c956bb6_Person-e88a7c20-d83c-f2b5-3a93-7d4d9a0a83ee ;
  a2a:hasEvent oa:event_bhi_1f08778d-4a3a-76c8-bfa3-e7660c956bb6_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_1f08778d-4a3a-76c8-bfa3-e7660c956bb6_0, oa:relationep_bhi_1f08778d-4a3a-76c8-bfa3-e7660c956bb6_1, oa:relationep_bhi_1f08778d-4a3a-76c8-bfa3-e7660c956bb6_2 ;
  a2a:hasSource oa:source_bhi_1f08778d-4a3a-76c8-bfa3-e7660c956bb6 .

oa:person_bhi_1f08778d-4a3a-76c8-bfa3-e7660c956bb6_Person-31778b25-829c-31d0-6c40-dc3c8b87fb61
  a a2a:Person ;
  rdfs:label "Petrus Johannes Maria Mettrop" ;
  a2a:PersonName [
    rdfs:label "Petrus Johannes Maria Mettrop" ;
    a2a:PersonNameFirstName "Petrus Johannes Maria" ;
    a2a:PersonNameLastName "Mettrop"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1913" ;
    a2a:Month "11" ;
    a2a:Day "28" ;
    rdfs:label "1913-11-28"^^xsd:date
  ] .

oa:person_bhi_1f08778d-4a3a-76c8-bfa3-e7660c956bb6_Person-874f6c8d-1810-91c4-762c-770ce4136472
  a a2a:Person ;
  rdfs:label "Anna Maria Bernardina Klinkum" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Bernardina Klinkum" ;
    a2a:PersonNameFirstName "Anna Maria Bernardina" ;
    a2a:PersonNameLastName "Klinkum"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_1f08778d-4a3a-76c8-bfa3-e7660c956bb6_Person-e88a7c20-d83c-f2b5-3a93-7d4d9a0a83ee
  a a2a:Person ;
  rdfs:label "Gerardus Josephus Hermanus Mettrop" ;
  a2a:PersonName [
    rdfs:label "Gerardus Josephus Hermanus Mettrop" ;
    a2a:PersonNameFirstName "Gerardus Josephus Hermanus" ;
    a2a:PersonNameLastName "Mettrop"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_1f08778d-4a3a-76c8-bfa3-e7660c956bb6_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1913" ;
    a2a:Month "11" ;
    a2a:Day "28" ;
    rdfs:label "1913-11-28"^^xsd:date
  ] .

oa:relationep_bhi_1f08778d-4a3a-76c8-bfa3-e7660c956bb6_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_1f08778d-4a3a-76c8-bfa3-e7660c956bb6_Person:31778b25-829c-31d0-6c40-dc3c8b87fb61 ;
  a2a:EventKeyRef oa:event_bhi_1f08778d-4a3a-76c8-bfa3-e7660c956bb6_Event1 .

oa:relationep_bhi_1f08778d-4a3a-76c8-bfa3-e7660c956bb6_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_1f08778d-4a3a-76c8-bfa3-e7660c956bb6_Person:874f6c8d-1810-91c4-762c-770ce4136472 ;
  a2a:EventKeyRef oa:event_bhi_1f08778d-4a3a-76c8-bfa3-e7660c956bb6_Event1 .

oa:relationep_bhi_1f08778d-4a3a-76c8-bfa3-e7660c956bb6_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_1f08778d-4a3a-76c8-bfa3-e7660c956bb6_Person:e88a7c20-d83c-f2b5-3a93-7d4d9a0a83ee ;
  a2a:EventKeyRef oa:event_bhi_1f08778d-4a3a-76c8-bfa3-e7660c956bb6_Event1 .

oa:source_bhi_1f08778d-4a3a-76c8-bfa3-e7660c956bb6
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1913-11-28 - 1913-11-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1913-11-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1913-11-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1913" ;
    a2a:Month "11" ;
    a2a:Day "28" ;
    rdfs:label "1913-11-28"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 1559, Periode: 1913" ;
    a2a:Book "Geboorteregister 's-Hertogenbosch 1913" ;
    a2a:DocumentNumber "1042" ;
    a2a:RegistryNumber "1559" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 1559, Periode: 1913, Geboorteregister 's-Hertogenbosch 1913, 1042, 1559"
  ] ;
  a2a:SourceLastChangeDate "2024-07-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/1f08778d-4a3a-76c8-bfa3-e7660c956bb6" ;
  a2a:RecordGUID "{1f08778d-4a3a-76c8-bfa3-e7660c956bb6}" ;
  a2a:SourceRemarkdeel "1559" ;
  a2a:SourceRemarkregister_periode "1913" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250102_11_00000011.xml van BHI" .

