@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_d3944da3-8984-efbd-b569-e06ae0c0a05e
  a a2a:Record ;
  rdfs:label "Geboorte op 17 december 1871" ;
  a2a:hasPerson oa:person_bhi_d3944da3-8984-efbd-b569-e06ae0c0a05e_Person-593641a8-0894-a6fe-fa7e-8bc9e3a83454, oa:person_bhi_d3944da3-8984-efbd-b569-e06ae0c0a05e_Person-d60076eb-0d41-43fe-de97-32393ddbf439, oa:person_bhi_d3944da3-8984-efbd-b569-e06ae0c0a05e_Person-94ebcc39-e370-2275-ceea-9a2563790744 ;
  a2a:hasEvent oa:event_bhi_d3944da3-8984-efbd-b569-e06ae0c0a05e_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_d3944da3-8984-efbd-b569-e06ae0c0a05e_0, oa:relationep_bhi_d3944da3-8984-efbd-b569-e06ae0c0a05e_1, oa:relationep_bhi_d3944da3-8984-efbd-b569-e06ae0c0a05e_2 ;
  a2a:hasSource oa:source_bhi_d3944da3-8984-efbd-b569-e06ae0c0a05e .

oa:person_bhi_d3944da3-8984-efbd-b569-e06ae0c0a05e_Person-593641a8-0894-a6fe-fa7e-8bc9e3a83454
  a a2a:Person ;
  rdfs:label "Elisabeth Remeijsen" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Remeijsen" ;
    a2a:PersonNameFirstName "Elisabeth" ;
    a2a:PersonNameLastName "Remeijsen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_d3944da3-8984-efbd-b569-e06ae0c0a05e_Person-d60076eb-0d41-43fe-de97-32393ddbf439
  a a2a:Person ;
  rdfs:label "Jacobus Lantslots" ;
  a2a:PersonName [
    rdfs:label "Jacobus Lantslots" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Lantslots"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_d3944da3-8984-efbd-b569-e06ae0c0a05e_Person-94ebcc39-e370-2275-ceea-9a2563790744
  a a2a:Person ;
  rdfs:label "Wilhelmus Lantslots" ;
  a2a:PersonName [
    rdfs:label "Wilhelmus Lantslots" ;
    a2a:PersonNameFirstName "Wilhelmus" ;
    a2a:PersonNameLastName "Lantslots"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1871" ;
    a2a:Month "12" ;
    a2a:Day "17" ;
    rdfs:label "1871-12-17"^^xsd:date
  ] .

oa:event_bhi_d3944da3-8984-efbd-b569-e06ae0c0a05e_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1871" ;
    a2a:Month "12" ;
    a2a:Day "17" ;
    rdfs:label "1871-12-17"^^xsd:date
  ] .

oa:relationep_bhi_d3944da3-8984-efbd-b569-e06ae0c0a05e_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_d3944da3-8984-efbd-b569-e06ae0c0a05e_Person:593641a8-0894-a6fe-fa7e-8bc9e3a83454 ;
  a2a:EventKeyRef oa:event_bhi_d3944da3-8984-efbd-b569-e06ae0c0a05e_Event1 .

oa:relationep_bhi_d3944da3-8984-efbd-b569-e06ae0c0a05e_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_d3944da3-8984-efbd-b569-e06ae0c0a05e_Person:d60076eb-0d41-43fe-de97-32393ddbf439 ;
  a2a:EventKeyRef oa:event_bhi_d3944da3-8984-efbd-b569-e06ae0c0a05e_Event1 .

oa:relationep_bhi_d3944da3-8984-efbd-b569-e06ae0c0a05e_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_d3944da3-8984-efbd-b569-e06ae0c0a05e_Person:94ebcc39-e370-2275-ceea-9a2563790744 ;
  a2a:EventKeyRef oa:event_bhi_d3944da3-8984-efbd-b569-e06ae0c0a05e_Event1 .

oa:source_bhi_d3944da3-8984-efbd-b569-e06ae0c0a05e
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Alphen en Riel" ;
    rdfs:label "Alphen en Riel", "1871-12-18 - 1871-12-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1871-12-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1871-12-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1871" ;
    a2a:Month "12" ;
    a2a:Day "18" ;
    rdfs:label "1871-12-18"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 147, Periode: 1871" ;
    a2a:Book "Geboorteregister Alphen en Riel 1871" ;
    a2a:DocumentNumber "37" ;
    a2a:RegistryNumber "147" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 147, Periode: 1871, Geboorteregister Alphen en Riel 1871, 37, 147"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/d45f3ede-f1cd-6276-0a37-3151d936f72c.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/d45f3ede-f1cd-6276-0a37-3151d936f72c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-03-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/d3944da3-8984-efbd-b569-e06ae0c0a05e" ;
  a2a:RecordGUID "{d3944da3-8984-efbd-b569-e06ae0c0a05e}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_7230_00007230.xml van BHI" .

