@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_0334e586-79e7-e05f-bb30-9376a2f9dab6
  a a2a:Record ;
  rdfs:label "Geboorte op 8 oktober 1865" ;
  a2a:hasPerson oa:person_bhi_0334e586-79e7-e05f-bb30-9376a2f9dab6_Person-371c8dad-33ff-7c5e-b371-b6b073b66a46, oa:person_bhi_0334e586-79e7-e05f-bb30-9376a2f9dab6_Person-27959077-ec62-55b7-b057-049cf0b8b4a4, oa:person_bhi_0334e586-79e7-e05f-bb30-9376a2f9dab6_Person-8bec778a-2d13-db75-34d9-8929021a2870 ;
  a2a:hasEvent oa:event_bhi_0334e586-79e7-e05f-bb30-9376a2f9dab6_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_0334e586-79e7-e05f-bb30-9376a2f9dab6_0, oa:relationep_bhi_0334e586-79e7-e05f-bb30-9376a2f9dab6_1, oa:relationep_bhi_0334e586-79e7-e05f-bb30-9376a2f9dab6_2 ;
  a2a:hasSource oa:source_bhi_0334e586-79e7-e05f-bb30-9376a2f9dab6 .

oa:person_bhi_0334e586-79e7-e05f-bb30-9376a2f9dab6_Person-371c8dad-33ff-7c5e-b371-b6b073b66a46
  a a2a:Person ;
  rdfs:label "Michiel de Krom" ;
  a2a:PersonName [
    rdfs:label "Michiel de Krom" ;
    a2a:PersonNameFirstName "Michiel" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Krom"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0334e586-79e7-e05f-bb30-9376a2f9dab6_Person-27959077-ec62-55b7-b057-049cf0b8b4a4
  a a2a:Person ;
  rdfs:label "Anna Martina van Dijk" ;
  a2a:PersonName [
    rdfs:label "Anna Martina van Dijk" ;
    a2a:PersonNameFirstName "Anna Martina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dijk"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0334e586-79e7-e05f-bb30-9376a2f9dab6_Person-8bec778a-2d13-db75-34d9-8929021a2870
  a a2a:Person ;
  rdfs:label "Cornelis Dionisius de Krom" ;
  a2a:PersonName [
    rdfs:label "Cornelis Dionisius de Krom" ;
    a2a:PersonNameFirstName "Cornelis Dionisius" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Krom"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1865" ;
    a2a:Month "10" ;
    a2a:Day "8" ;
    rdfs:label "1865-10-08"^^xsd:date
  ] .

oa:event_bhi_0334e586-79e7-e05f-bb30-9376a2f9dab6_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1865" ;
    a2a:Month "10" ;
    a2a:Day "8" ;
    rdfs:label "1865-10-08"^^xsd:date
  ] .

oa:relationep_bhi_0334e586-79e7-e05f-bb30-9376a2f9dab6_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_0334e586-79e7-e05f-bb30-9376a2f9dab6_Person:371c8dad-33ff-7c5e-b371-b6b073b66a46 ;
  a2a:EventKeyRef oa:event_bhi_0334e586-79e7-e05f-bb30-9376a2f9dab6_Event1 .

oa:relationep_bhi_0334e586-79e7-e05f-bb30-9376a2f9dab6_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_0334e586-79e7-e05f-bb30-9376a2f9dab6_Person:27959077-ec62-55b7-b057-049cf0b8b4a4 ;
  a2a:EventKeyRef oa:event_bhi_0334e586-79e7-e05f-bb30-9376a2f9dab6_Event1 .

oa:relationep_bhi_0334e586-79e7-e05f-bb30-9376a2f9dab6_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_0334e586-79e7-e05f-bb30-9376a2f9dab6_Person:8bec778a-2d13-db75-34d9-8929021a2870 ;
  a2a:EventKeyRef oa:event_bhi_0334e586-79e7-e05f-bb30-9376a2f9dab6_Event1 .

oa:source_bhi_0334e586-79e7-e05f-bb30-9376a2f9dab6
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1865-01-01 - 1865-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1865-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1865-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [ a2a:Year "1865" ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 7674, Periode: 1865" ;
    a2a:Book "Geboorteregister Tilburg 1865" ;
    a2a:DocumentNumber "482" ;
    a2a:RegistryNumber "7674" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 7674, Periode: 1865, Geboorteregister Tilburg 1865, 482, 7674"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/95739c0a-f9b7-abd5-3a01-936c58753a79.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/95739c0a-f9b7-abd5-3a01-936c58753a79.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-12-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/0334e586-79e7-e05f-bb30-9376a2f9dab6" ;
  a2a:RecordGUID "{0334e586-79e7-e05f-bb30-9376a2f9dab6}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_2017_00002017.xml van BHI" .

