@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_080d1a10-1ff0-6903-e770-78bf2a50760d
  a a2a:Record ;
  rdfs:label "Geboorte op 3 januari 1815" ;
  a2a:hasPerson oa:person_bhi_080d1a10-1ff0-6903-e770-78bf2a50760d_Person-2e879ac1-b07e-4a78-d371-fa0827069ad5, oa:person_bhi_080d1a10-1ff0-6903-e770-78bf2a50760d_Person-294d27c8-e944-8bb0-fe2f-c78178d52dab, oa:person_bhi_080d1a10-1ff0-6903-e770-78bf2a50760d_Person-6130ae80-153b-283e-8964-121d588d287a ;
  a2a:hasEvent oa:event_bhi_080d1a10-1ff0-6903-e770-78bf2a50760d_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_080d1a10-1ff0-6903-e770-78bf2a50760d_0, oa:relationep_bhi_080d1a10-1ff0-6903-e770-78bf2a50760d_1, oa:relationep_bhi_080d1a10-1ff0-6903-e770-78bf2a50760d_2 ;
  a2a:hasSource oa:source_bhi_080d1a10-1ff0-6903-e770-78bf2a50760d .

oa:person_bhi_080d1a10-1ff0-6903-e770-78bf2a50760d_Person-2e879ac1-b07e-4a78-d371-fa0827069ad5
  a a2a:Person ;
  rdfs:label "Anna Vermeer" ;
  a2a:PersonName [
    rdfs:label "Anna Vermeer" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNameLastName "Vermeer"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_080d1a10-1ff0-6903-e770-78bf2a50760d_Person-294d27c8-e944-8bb0-fe2f-c78178d52dab
  a a2a:Person ;
  rdfs:label "Peeter van de Wiel" ;
  a2a:PersonName [
    rdfs:label "Peeter van de Wiel" ;
    a2a:PersonNameFirstName "Peeter" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Wiel"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1815" ;
    a2a:Month "1" ;
    a2a:Day "3" ;
    rdfs:label "1815-01-03"^^xsd:date
  ] .

oa:person_bhi_080d1a10-1ff0-6903-e770-78bf2a50760d_Person-6130ae80-153b-283e-8964-121d588d287a
  a a2a:Person ;
  rdfs:label "Johannes van de Wiel" ;
  a2a:PersonName [
    rdfs:label "Johannes van de Wiel" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Wiel"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_080d1a10-1ff0-6903-e770-78bf2a50760d_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1815" ;
    a2a:Month "1" ;
    a2a:Day "3" ;
    rdfs:label "1815-01-03"^^xsd:date
  ] .

oa:relationep_bhi_080d1a10-1ff0-6903-e770-78bf2a50760d_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_080d1a10-1ff0-6903-e770-78bf2a50760d_Person:2e879ac1-b07e-4a78-d371-fa0827069ad5 ;
  a2a:EventKeyRef oa:event_bhi_080d1a10-1ff0-6903-e770-78bf2a50760d_Event1 .

oa:relationep_bhi_080d1a10-1ff0-6903-e770-78bf2a50760d_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_080d1a10-1ff0-6903-e770-78bf2a50760d_Person:294d27c8-e944-8bb0-fe2f-c78178d52dab ;
  a2a:EventKeyRef oa:event_bhi_080d1a10-1ff0-6903-e770-78bf2a50760d_Event1 .

oa:relationep_bhi_080d1a10-1ff0-6903-e770-78bf2a50760d_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_080d1a10-1ff0-6903-e770-78bf2a50760d_Person:6130ae80-153b-283e-8964-121d588d287a ;
  a2a:EventKeyRef oa:event_bhi_080d1a10-1ff0-6903-e770-78bf2a50760d_Event1 .

oa:source_bhi_080d1a10-1ff0-6903-e770-78bf2a50760d
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Oudheusden" ;
    rdfs:label "Oudheusden", "1815-01-06 - 1815-01-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1815-01-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1815-01-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1815" ;
    a2a:Month "1" ;
    a2a:Day "6" ;
    rdfs:label "1815-01-06"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 6257, Periode: 1815" ;
    a2a:Book "Geboorteregister Oudheusden 1815" ;
    a2a:DocumentNumber "1" ;
    a2a:RegistryNumber "6257" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 6257, Periode: 1815, Geboorteregister Oudheusden 1815, 1, 6257"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/40edd983-6fc8-f441-3198-58ba1da26425.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/40edd983-6fc8-f441-3198-58ba1da26425.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-10-02"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/080d1a10-1ff0-6903-e770-78bf2a50760d" ;
  a2a:RecordGUID "{080d1a10-1ff0-6903-e770-78bf2a50760d}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_303_00000303.xml van BHI" .

