@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_a46848da-1429-e61b-ac02-76fa4a8a871d
  a a2a:Record ;
  rdfs:label "Geboorte op 16 december 1863" ;
  a2a:hasPerson oa:person_bhi_a46848da-1429-e61b-ac02-76fa4a8a871d_Person-918c1e1c-f9a2-f434-f7ca-ccc30c247947, oa:person_bhi_a46848da-1429-e61b-ac02-76fa4a8a871d_Person-04d26422-c958-6a26-b7a0-adbb4ee4413d, oa:person_bhi_a46848da-1429-e61b-ac02-76fa4a8a871d_Person-d4e964a6-9ff8-e044-3ad8-be11244347d3 ;
  a2a:hasEvent oa:event_bhi_a46848da-1429-e61b-ac02-76fa4a8a871d_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_a46848da-1429-e61b-ac02-76fa4a8a871d_0, oa:relationep_bhi_a46848da-1429-e61b-ac02-76fa4a8a871d_1, oa:relationep_bhi_a46848da-1429-e61b-ac02-76fa4a8a871d_2 ;
  a2a:hasSource oa:source_bhi_a46848da-1429-e61b-ac02-76fa4a8a871d .

oa:person_bhi_a46848da-1429-e61b-ac02-76fa4a8a871d_Person-918c1e1c-f9a2-f434-f7ca-ccc30c247947
  a a2a:Person ;
  rdfs:label "Johanna Margrita Heurten" ;
  a2a:PersonName [
    rdfs:label "Johanna Margrita Heurten" ;
    a2a:PersonNameFirstName "Johanna Margrita" ;
    a2a:PersonNameLastName "Heurten"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_a46848da-1429-e61b-ac02-76fa4a8a871d_Person-04d26422-c958-6a26-b7a0-adbb4ee4413d
  a a2a:Person ;
  rdfs:label "Johannis van der Schans" ;
  a2a:PersonName [
    rdfs:label "Johannis van der Schans" ;
    a2a:PersonNameFirstName "Johannis" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Schans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_a46848da-1429-e61b-ac02-76fa4a8a871d_Person-d4e964a6-9ff8-e044-3ad8-be11244347d3
  a a2a:Person ;
  rdfs:label "Frans Joseph van der Schans" ;
  a2a:PersonName [
    rdfs:label "Frans Joseph van der Schans" ;
    a2a:PersonNameFirstName "Frans Joseph" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Schans"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1863" ;
    a2a:Month "12" ;
    a2a:Day "16" ;
    rdfs:label "1863-12-16"^^xsd:date
  ] .

oa:event_bhi_a46848da-1429-e61b-ac02-76fa4a8a871d_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1863" ;
    a2a:Month "12" ;
    a2a:Day "16" ;
    rdfs:label "1863-12-16"^^xsd:date
  ] .

oa:relationep_bhi_a46848da-1429-e61b-ac02-76fa4a8a871d_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_a46848da-1429-e61b-ac02-76fa4a8a871d_Person:918c1e1c-f9a2-f434-f7ca-ccc30c247947 ;
  a2a:EventKeyRef oa:event_bhi_a46848da-1429-e61b-ac02-76fa4a8a871d_Event1 .

oa:relationep_bhi_a46848da-1429-e61b-ac02-76fa4a8a871d_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_a46848da-1429-e61b-ac02-76fa4a8a871d_Person:04d26422-c958-6a26-b7a0-adbb4ee4413d ;
  a2a:EventKeyRef oa:event_bhi_a46848da-1429-e61b-ac02-76fa4a8a871d_Event1 .

oa:relationep_bhi_a46848da-1429-e61b-ac02-76fa4a8a871d_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_a46848da-1429-e61b-ac02-76fa4a8a871d_Person:d4e964a6-9ff8-e044-3ad8-be11244347d3 ;
  a2a:EventKeyRef oa:event_bhi_a46848da-1429-e61b-ac02-76fa4a8a871d_Event1 .

oa:source_bhi_a46848da-1429-e61b-ac02-76fa4a8a871d
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Sprang-Capelle" ;
    rdfs:label "Sprang-Capelle", "1863-12-16 - 1863-12-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1863-12-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1863-12-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1863" ;
    a2a:Month "12" ;
    a2a:Day "16" ;
    rdfs:label "1863-12-16"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 7208, Periode: 1863" ;
    a2a:Book "Geboorteregister Sprang 1863" ;
    a2a:DocumentNumber "73" ;
    a2a:RegistryNumber "7208" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 7208, Periode: 1863, Geboorteregister Sprang 1863, 73, 7208"
  ] ;
  a2a:SourceLastChangeDate "2022-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/a46848da-1429-e61b-ac02-76fa4a8a871d" ;
  a2a:RecordGUID "{a46848da-1429-e61b-ac02-76fa4a8a871d}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_8565_00008565.xml van BHI" .

