@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_16e9fb7c-e5cf-7b2a-da8c-60abceb82665
  a a2a:Record ;
  rdfs:label "Geboorte op 13 oktober 1876" ;
  a2a:hasPerson oa:person_bhi_16e9fb7c-e5cf-7b2a-da8c-60abceb82665_Person-0e86c404-4e06-981d-70e7-84ed3632cdfe, oa:person_bhi_16e9fb7c-e5cf-7b2a-da8c-60abceb82665_Person-abcf1923-dc35-70a7-7e07-2d9629ddc180, oa:person_bhi_16e9fb7c-e5cf-7b2a-da8c-60abceb82665_Person-cbde13f6-7fcc-b9e1-e9b1-580d1626642c ;
  a2a:hasEvent oa:event_bhi_16e9fb7c-e5cf-7b2a-da8c-60abceb82665_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_16e9fb7c-e5cf-7b2a-da8c-60abceb82665_0, oa:relationep_bhi_16e9fb7c-e5cf-7b2a-da8c-60abceb82665_1, oa:relationep_bhi_16e9fb7c-e5cf-7b2a-da8c-60abceb82665_2 ;
  a2a:hasSource oa:source_bhi_16e9fb7c-e5cf-7b2a-da8c-60abceb82665 .

oa:person_bhi_16e9fb7c-e5cf-7b2a-da8c-60abceb82665_Person-0e86c404-4e06-981d-70e7-84ed3632cdfe
  a a2a:Person ;
  rdfs:label "Francois Jules Monchen" ;
  a2a:PersonName [
    rdfs:label "Francois Jules Monchen" ;
    a2a:PersonNameFirstName "Francois Jules" ;
    a2a:PersonNameLastName "Monchen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_16e9fb7c-e5cf-7b2a-da8c-60abceb82665_Person-abcf1923-dc35-70a7-7e07-2d9629ddc180
  a a2a:Person ;
  rdfs:label "Constantina Maria Justina van Riel" ;
  a2a:PersonName [
    rdfs:label "Constantina Maria Justina van Riel" ;
    a2a:PersonNameFirstName "Constantina Maria Justina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Riel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_16e9fb7c-e5cf-7b2a-da8c-60abceb82665_Person-cbde13f6-7fcc-b9e1-e9b1-580d1626642c
  a a2a:Person ;
  rdfs:label "Jacques Antonie Hubert Felicitas Monchen" ;
  a2a:PersonName [
    rdfs:label "Jacques Antonie Hubert Felicitas Monchen" ;
    a2a:PersonNameFirstName "Jacques Antonie Hubert Felicitas" ;
    a2a:PersonNameLastName "Monchen"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1876" ;
    a2a:Month "10" ;
    a2a:Day "13" ;
    rdfs:label "1876-10-13"^^xsd:date
  ] .

oa:event_bhi_16e9fb7c-e5cf-7b2a-da8c-60abceb82665_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1876" ;
    a2a:Month "10" ;
    a2a:Day "13" ;
    rdfs:label "1876-10-13"^^xsd:date
  ] .

oa:relationep_bhi_16e9fb7c-e5cf-7b2a-da8c-60abceb82665_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_16e9fb7c-e5cf-7b2a-da8c-60abceb82665_Person:0e86c404-4e06-981d-70e7-84ed3632cdfe ;
  a2a:EventKeyRef oa:event_bhi_16e9fb7c-e5cf-7b2a-da8c-60abceb82665_Event1 .

oa:relationep_bhi_16e9fb7c-e5cf-7b2a-da8c-60abceb82665_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_16e9fb7c-e5cf-7b2a-da8c-60abceb82665_Person:abcf1923-dc35-70a7-7e07-2d9629ddc180 ;
  a2a:EventKeyRef oa:event_bhi_16e9fb7c-e5cf-7b2a-da8c-60abceb82665_Event1 .

oa:relationep_bhi_16e9fb7c-e5cf-7b2a-da8c-60abceb82665_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_16e9fb7c-e5cf-7b2a-da8c-60abceb82665_Person:cbde13f6-7fcc-b9e1-e9b1-580d1626642c ;
  a2a:EventKeyRef oa:event_bhi_16e9fb7c-e5cf-7b2a-da8c-60abceb82665_Event1 .

oa:source_bhi_16e9fb7c-e5cf-7b2a-da8c-60abceb82665
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1876-01-01 - 1876-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1876-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1876-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [ a2a:Year "1876" ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 7679, Periode: 1876" ;
    a2a:Book "Geboorteregister Tilburg 1876" ;
    a2a:DocumentNumber "840" ;
    a2a:RegistryNumber "7679" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 7679, Periode: 1876, Geboorteregister Tilburg 1876, 840, 7679"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/9998e56e-4df4-f27d-2077-253ab520336e.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/9998e56e-4df4-f27d-2077-253ab520336e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-12-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/16e9fb7c-e5cf-7b2a-da8c-60abceb82665" ;
  a2a:RecordGUID "{16e9fb7c-e5cf-7b2a-da8c-60abceb82665}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_2157_00002157.xml van BHI" .

