@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_540dee4d-617c-d9d2-e326-6ffe090b9d1c
  a a2a:Record ;
  rdfs:label "Geboorte op 2 februari 1910" ;
  a2a:hasPerson oa:person_bhi_540dee4d-617c-d9d2-e326-6ffe090b9d1c_Person-c1ace12b-d514-606f-f6d5-29e9a84be2ca, oa:person_bhi_540dee4d-617c-d9d2-e326-6ffe090b9d1c_Person-7ff0d90b-61d0-49df-b251-7cdc02aff90a, oa:person_bhi_540dee4d-617c-d9d2-e326-6ffe090b9d1c_Person-04eba667-618c-23b1-8f59-61270de5cc1c ;
  a2a:hasEvent oa:event_bhi_540dee4d-617c-d9d2-e326-6ffe090b9d1c_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_540dee4d-617c-d9d2-e326-6ffe090b9d1c_0, oa:relationep_bhi_540dee4d-617c-d9d2-e326-6ffe090b9d1c_1, oa:relationep_bhi_540dee4d-617c-d9d2-e326-6ffe090b9d1c_2 ;
  a2a:hasSource oa:source_bhi_540dee4d-617c-d9d2-e326-6ffe090b9d1c .

oa:person_bhi_540dee4d-617c-d9d2-e326-6ffe090b9d1c_Person-c1ace12b-d514-606f-f6d5-29e9a84be2ca
  a a2a:Person ;
  rdfs:label "Anna Neeltje Smits" ;
  a2a:PersonName [
    rdfs:label "Anna Neeltje Smits" ;
    a2a:PersonNameFirstName "Anna Neeltje" ;
    a2a:PersonNameLastName "Smits"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_540dee4d-617c-d9d2-e326-6ffe090b9d1c_Person-7ff0d90b-61d0-49df-b251-7cdc02aff90a
  a a2a:Person ;
  rdfs:label "Jenneke Kant" ;
  a2a:PersonName [
    rdfs:label "Jenneke Kant" ;
    a2a:PersonNameFirstName "Jenneke" ;
    a2a:PersonNameLastName "Kant"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1910" ;
    a2a:Month "2" ;
    a2a:Day "2" ;
    rdfs:label "1910-02-02"^^xsd:date
  ] .

oa:person_bhi_540dee4d-617c-d9d2-e326-6ffe090b9d1c_Person-04eba667-618c-23b1-8f59-61270de5cc1c
  a a2a:Person ;
  rdfs:label "Antonie Kant" ;
  a2a:PersonName [
    rdfs:label "Antonie Kant" ;
    a2a:PersonNameFirstName "Antonie" ;
    a2a:PersonNameLastName "Kant"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_540dee4d-617c-d9d2-e326-6ffe090b9d1c_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1910" ;
    a2a:Month "2" ;
    a2a:Day "2" ;
    rdfs:label "1910-02-02"^^xsd:date
  ] .

oa:relationep_bhi_540dee4d-617c-d9d2-e326-6ffe090b9d1c_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_540dee4d-617c-d9d2-e326-6ffe090b9d1c_Person:c1ace12b-d514-606f-f6d5-29e9a84be2ca ;
  a2a:EventKeyRef oa:event_bhi_540dee4d-617c-d9d2-e326-6ffe090b9d1c_Event1 .

oa:relationep_bhi_540dee4d-617c-d9d2-e326-6ffe090b9d1c_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_540dee4d-617c-d9d2-e326-6ffe090b9d1c_Person:7ff0d90b-61d0-49df-b251-7cdc02aff90a ;
  a2a:EventKeyRef oa:event_bhi_540dee4d-617c-d9d2-e326-6ffe090b9d1c_Event1 .

oa:relationep_bhi_540dee4d-617c-d9d2-e326-6ffe090b9d1c_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_540dee4d-617c-d9d2-e326-6ffe090b9d1c_Person:04eba667-618c-23b1-8f59-61270de5cc1c ;
  a2a:EventKeyRef oa:event_bhi_540dee4d-617c-d9d2-e326-6ffe090b9d1c_Event1 .

oa:source_bhi_540dee4d-617c-d9d2-e326-6ffe090b9d1c
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Rijswijk" ;
    rdfs:label "Rijswijk", "1910-02-02 - 1910-02-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1910-02-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1910-02-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1910" ;
    a2a:Month "2" ;
    a2a:Day "2" ;
    rdfs:label "1910-02-02"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 2698, Periode: 1910" ;
    a2a:Book "Geboorteregister Rijswijk 1910" ;
    a2a:DocumentNumber "1" ;
    a2a:RegistryNumber "2698" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 2698, Periode: 1910, Geboorteregister Rijswijk 1910, 1, 2698"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/dc095282-a79a-756d-87c2-3d973f16aebf.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/dc095282-a79a-756d-87c2-3d973f16aebf.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-11-06"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/540dee4d-617c-d9d2-e326-6ffe090b9d1c" ;
  a2a:RecordGUID "{540dee4d-617c-d9d2-e326-6ffe090b9d1c}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_75002_00075002.xml van BHI" .

