@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_edbf0e82-e75e-1dda-4bae-3861b0d454ef
  a a2a:Record ;
  rdfs:label "Geboorte op 10 november 1889" ;
  a2a:hasPerson oa:person_bhi_edbf0e82-e75e-1dda-4bae-3861b0d454ef_Person-59ea2d7d-ffc6-c0e4-6c0f-359adab3aaf4, oa:person_bhi_edbf0e82-e75e-1dda-4bae-3861b0d454ef_Person-c4c25dd2-4321-d847-3121-cbaa73188c2a, oa:person_bhi_edbf0e82-e75e-1dda-4bae-3861b0d454ef_Person-d8bc75b5-59d5-1470-7b4c-51f3cf186198 ;
  a2a:hasEvent oa:event_bhi_edbf0e82-e75e-1dda-4bae-3861b0d454ef_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_edbf0e82-e75e-1dda-4bae-3861b0d454ef_0, oa:relationep_bhi_edbf0e82-e75e-1dda-4bae-3861b0d454ef_1, oa:relationep_bhi_edbf0e82-e75e-1dda-4bae-3861b0d454ef_2 ;
  a2a:hasSource oa:source_bhi_edbf0e82-e75e-1dda-4bae-3861b0d454ef .

oa:person_bhi_edbf0e82-e75e-1dda-4bae-3861b0d454ef_Person-59ea2d7d-ffc6-c0e4-6c0f-359adab3aaf4
  a a2a:Person ;
  rdfs:label "Betsij Boasson" ;
  a2a:PersonName [
    rdfs:label "Betsij Boasson" ;
    a2a:PersonNameFirstName "Betsij" ;
    a2a:PersonNameLastName "Boasson"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_edbf0e82-e75e-1dda-4bae-3861b0d454ef_Person-c4c25dd2-4321-d847-3121-cbaa73188c2a
  a a2a:Person ;
  rdfs:label "Isack Kooperberg" ;
  a2a:PersonName [
    rdfs:label "Isack Kooperberg" ;
    a2a:PersonNameFirstName "Isack" ;
    a2a:PersonNameLastName "Kooperberg"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_edbf0e82-e75e-1dda-4bae-3861b0d454ef_Person-d8bc75b5-59d5-1470-7b4c-51f3cf186198
  a a2a:Person ;
  rdfs:label "Charles Philip Kooperberg" ;
  a2a:PersonName [
    rdfs:label "Charles Philip Kooperberg" ;
    a2a:PersonNameFirstName "Charles Philip" ;
    a2a:PersonNameLastName "Kooperberg"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1889" ;
    a2a:Month "11" ;
    a2a:Day "10" ;
    rdfs:label "1889-11-10"^^xsd:date
  ] .

oa:event_bhi_edbf0e82-e75e-1dda-4bae-3861b0d454ef_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1889" ;
    a2a:Month "11" ;
    a2a:Day "10" ;
    rdfs:label "1889-11-10"^^xsd:date
  ] .

oa:relationep_bhi_edbf0e82-e75e-1dda-4bae-3861b0d454ef_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_edbf0e82-e75e-1dda-4bae-3861b0d454ef_Person:59ea2d7d-ffc6-c0e4-6c0f-359adab3aaf4 ;
  a2a:EventKeyRef oa:event_bhi_edbf0e82-e75e-1dda-4bae-3861b0d454ef_Event1 .

oa:relationep_bhi_edbf0e82-e75e-1dda-4bae-3861b0d454ef_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_edbf0e82-e75e-1dda-4bae-3861b0d454ef_Person:c4c25dd2-4321-d847-3121-cbaa73188c2a ;
  a2a:EventKeyRef oa:event_bhi_edbf0e82-e75e-1dda-4bae-3861b0d454ef_Event1 .

oa:relationep_bhi_edbf0e82-e75e-1dda-4bae-3861b0d454ef_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_edbf0e82-e75e-1dda-4bae-3861b0d454ef_Person:d8bc75b5-59d5-1470-7b4c-51f3cf186198 ;
  a2a:EventKeyRef oa:event_bhi_edbf0e82-e75e-1dda-4bae-3861b0d454ef_Event1 .

oa:source_bhi_edbf0e82-e75e-1dda-4bae-3861b0d454ef
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1889-11-12 - 1889-11-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1889-11-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1889-11-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1889" ;
    a2a:Month "11" ;
    a2a:Day "12" ;
    rdfs:label "1889-11-12"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 1193, Periode: 1889" ;
    a2a:Book "Geboorteregister 1889" ;
    a2a:DocumentNumber "685" ;
    a2a:RegistryNumber "1193" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 1193, Periode: 1889, Geboorteregister 1889, 685, 1193"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/af3e3fc5-8e52-82a8-a1ce-224a841839c8.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/af3e3fc5-8e52-82a8-a1ce-224a841839c8.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-08-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/edbf0e82-e75e-1dda-4bae-3861b0d454ef" ;
  a2a:RecordGUID "{edbf0e82-e75e-1dda-4bae-3861b0d454ef}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_8101_00008101.xml van BHI" .

