@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_75bb70fa-446d-2d45-d2e8-69686ca89f0c
  a a2a:Record ;
  rdfs:label "Geboorte op 15 april 1813" ;
  a2a:hasPerson oa:person_bhi_75bb70fa-446d-2d45-d2e8-69686ca89f0c_Person-12ab5d1d-882d-b8ab-1d14-39842c864d52, oa:person_bhi_75bb70fa-446d-2d45-d2e8-69686ca89f0c_Person-816da61e-fd43-2d07-43cd-123d49816270, oa:person_bhi_75bb70fa-446d-2d45-d2e8-69686ca89f0c_Person-569e69bf-1e71-02b2-f826-3814a96a31d4 ;
  a2a:hasEvent oa:event_bhi_75bb70fa-446d-2d45-d2e8-69686ca89f0c_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_75bb70fa-446d-2d45-d2e8-69686ca89f0c_0, oa:relationep_bhi_75bb70fa-446d-2d45-d2e8-69686ca89f0c_1, oa:relationep_bhi_75bb70fa-446d-2d45-d2e8-69686ca89f0c_2 ;
  a2a:hasSource oa:source_bhi_75bb70fa-446d-2d45-d2e8-69686ca89f0c .

oa:person_bhi_75bb70fa-446d-2d45-d2e8-69686ca89f0c_Person-12ab5d1d-882d-b8ab-1d14-39842c864d52
  a a2a:Person ;
  rdfs:label "Jeanne van Oostrum" ;
  a2a:PersonName [
    rdfs:label "Jeanne van Oostrum" ;
    a2a:PersonNameFirstName "Jeanne" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Oostrum"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_75bb70fa-446d-2d45-d2e8-69686ca89f0c_Person-816da61e-fd43-2d07-43cd-123d49816270
  a a2a:Person ;
  rdfs:label "Jean Vermeer" ;
  a2a:PersonName [
    rdfs:label "Jean Vermeer" ;
    a2a:PersonNameFirstName "Jean" ;
    a2a:PersonNameLastName "Vermeer"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_75bb70fa-446d-2d45-d2e8-69686ca89f0c_Person-569e69bf-1e71-02b2-f826-3814a96a31d4
  a a2a:Person ;
  rdfs:label "Henri Vermeer" ;
  a2a:PersonName [
    rdfs:label "Henri Vermeer" ;
    a2a:PersonNameFirstName "Henri" ;
    a2a:PersonNameLastName "Vermeer"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1813" ;
    a2a:Month "4" ;
    a2a:Day "15" ;
    rdfs:label "1813-04-15"^^xsd:date
  ] .

oa:event_bhi_75bb70fa-446d-2d45-d2e8-69686ca89f0c_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1813" ;
    a2a:Month "4" ;
    a2a:Day "15" ;
    rdfs:label "1813-04-15"^^xsd:date
  ] .

oa:relationep_bhi_75bb70fa-446d-2d45-d2e8-69686ca89f0c_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_75bb70fa-446d-2d45-d2e8-69686ca89f0c_Person:12ab5d1d-882d-b8ab-1d14-39842c864d52 ;
  a2a:EventKeyRef oa:event_bhi_75bb70fa-446d-2d45-d2e8-69686ca89f0c_Event1 .

oa:relationep_bhi_75bb70fa-446d-2d45-d2e8-69686ca89f0c_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_75bb70fa-446d-2d45-d2e8-69686ca89f0c_Person:816da61e-fd43-2d07-43cd-123d49816270 ;
  a2a:EventKeyRef oa:event_bhi_75bb70fa-446d-2d45-d2e8-69686ca89f0c_Event1 .

oa:relationep_bhi_75bb70fa-446d-2d45-d2e8-69686ca89f0c_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_75bb70fa-446d-2d45-d2e8-69686ca89f0c_Person:569e69bf-1e71-02b2-f826-3814a96a31d4 ;
  a2a:EventKeyRef oa:event_bhi_75bb70fa-446d-2d45-d2e8-69686ca89f0c_Event1 .

oa:source_bhi_75bb70fa-446d-2d45-d2e8-69686ca89f0c
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Besoijen" ;
    rdfs:label "Besoijen", "1813-04-17 - 1813-04-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1813-04-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1813-04-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1813" ;
    a2a:Month "4" ;
    a2a:Day "17" ;
    rdfs:label "1813-04-17"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 821, Periode: 1813" ;
    a2a:Book "Geboorteregister Besoijen 1813" ;
    a2a:DocumentNumber "8" ;
    a2a:RegistryNumber "821" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 821, Periode: 1813, Geboorteregister Besoijen 1813, 8, 821"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/09a1847d-6cc3-9982-6987-8c86f66ad596.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/09a1847d-6cc3-9982-6987-8c86f66ad596.jpg"
  ] ;
  a2a:SourceLastChangeDate "2016-04-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/75bb70fa-446d-2d45-d2e8-69686ca89f0c" ;
  a2a:RecordGUID "{75bb70fa-446d-2d45-d2e8-69686ca89f0c}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231031_3586_00003586.xml van BHI" .

