@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_06a6e352-2b5b-5c19-4cb0-b53956d39f6c
  a a2a:Record ;
  rdfs:label "Geboorte op 6 juli 1862" ;
  a2a:hasPerson oa:person_bhi_06a6e352-2b5b-5c19-4cb0-b53956d39f6c_Person-ff5ddd0e-e9e5-cc08-e70c-8be4493f84b5, oa:person_bhi_06a6e352-2b5b-5c19-4cb0-b53956d39f6c_Person-4c3a22b2-d9da-003f-a589-a07983e5eb28, oa:person_bhi_06a6e352-2b5b-5c19-4cb0-b53956d39f6c_Person-214eb93c-927a-01e4-9c90-cb7c2c80055d ;
  a2a:hasEvent oa:event_bhi_06a6e352-2b5b-5c19-4cb0-b53956d39f6c_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_06a6e352-2b5b-5c19-4cb0-b53956d39f6c_0, oa:relationep_bhi_06a6e352-2b5b-5c19-4cb0-b53956d39f6c_1, oa:relationep_bhi_06a6e352-2b5b-5c19-4cb0-b53956d39f6c_2 ;
  a2a:hasSource oa:source_bhi_06a6e352-2b5b-5c19-4cb0-b53956d39f6c .

oa:person_bhi_06a6e352-2b5b-5c19-4cb0-b53956d39f6c_Person-ff5ddd0e-e9e5-cc08-e70c-8be4493f84b5
  a a2a:Person ;
  rdfs:label "Mathijs Moerenhout" ;
  a2a:PersonName [
    rdfs:label "Mathijs Moerenhout" ;
    a2a:PersonNameFirstName "Mathijs" ;
    a2a:PersonNameLastName "Moerenhout"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_06a6e352-2b5b-5c19-4cb0-b53956d39f6c_Person-4c3a22b2-d9da-003f-a589-a07983e5eb28
  a a2a:Person ;
  rdfs:label "Elisabeth Norbart" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Norbart" ;
    a2a:PersonNameFirstName "Elisabeth" ;
    a2a:PersonNameLastName "Norbart"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_06a6e352-2b5b-5c19-4cb0-b53956d39f6c_Person-214eb93c-927a-01e4-9c90-cb7c2c80055d
  a a2a:Person ;
  rdfs:label "Adriaan Moerenhout" ;
  a2a:PersonName [
    rdfs:label "Adriaan Moerenhout" ;
    a2a:PersonNameFirstName "Adriaan" ;
    a2a:PersonNameLastName "Moerenhout"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1862" ;
    a2a:Month "7" ;
    a2a:Day "6" ;
    rdfs:label "1862-07-06"^^xsd:date
  ] .

oa:event_bhi_06a6e352-2b5b-5c19-4cb0-b53956d39f6c_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1862" ;
    a2a:Month "7" ;
    a2a:Day "6" ;
    rdfs:label "1862-07-06"^^xsd:date
  ] .

oa:relationep_bhi_06a6e352-2b5b-5c19-4cb0-b53956d39f6c_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_06a6e352-2b5b-5c19-4cb0-b53956d39f6c_Person:ff5ddd0e-e9e5-cc08-e70c-8be4493f84b5 ;
  a2a:EventKeyRef oa:event_bhi_06a6e352-2b5b-5c19-4cb0-b53956d39f6c_Event1 .

oa:relationep_bhi_06a6e352-2b5b-5c19-4cb0-b53956d39f6c_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_06a6e352-2b5b-5c19-4cb0-b53956d39f6c_Person:4c3a22b2-d9da-003f-a589-a07983e5eb28 ;
  a2a:EventKeyRef oa:event_bhi_06a6e352-2b5b-5c19-4cb0-b53956d39f6c_Event1 .

oa:relationep_bhi_06a6e352-2b5b-5c19-4cb0-b53956d39f6c_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_06a6e352-2b5b-5c19-4cb0-b53956d39f6c_Person:214eb93c-927a-01e4-9c90-cb7c2c80055d ;
  a2a:EventKeyRef oa:event_bhi_06a6e352-2b5b-5c19-4cb0-b53956d39f6c_Event1 .

oa:source_bhi_06a6e352-2b5b-5c19-4cb0-b53956d39f6c
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Made en Drimmelen" ;
    rdfs:label "Made en Drimmelen", "1862-07-06 - 1862-07-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1862-07-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1862-07-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1862" ;
    a2a:Month "7" ;
    a2a:Day "6" ;
    rdfs:label "1862-07-06"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 5007, Periode: 1862" ;
    a2a:Book "Geboorteregister Made en Drimmelen 1862" ;
    a2a:DocumentNumber "41" ;
    a2a:RegistryNumber "5007" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 5007, Periode: 1862, Geboorteregister Made en Drimmelen 1862, 41, 5007"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/8638d843-74ca-b4cf-09e4-2c2a784762b5.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/8638d843-74ca-b4cf-09e4-2c2a784762b5.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-02-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/06a6e352-2b5b-5c19-4cb0-b53956d39f6c" ;
  a2a:RecordGUID "{06a6e352-2b5b-5c19-4cb0-b53956d39f6c}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_75978_00075978.xml van BHI" .

