@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_68682853-027e-80e1-e2bb-1eb8c846d4de
  a a2a:Record ;
  rdfs:label "Geboorte op 25 november 1850" ;
  a2a:hasPerson oa:person_bhi_68682853-027e-80e1-e2bb-1eb8c846d4de_Person-717c4841-05e4-3e0b-5149-792e0c5ca577, oa:person_bhi_68682853-027e-80e1-e2bb-1eb8c846d4de_Person-f76bd080-c095-7a3f-88b8-0f6e2b28ee3c, oa:person_bhi_68682853-027e-80e1-e2bb-1eb8c846d4de_Person-6399d8be-ef46-3e62-20fb-b0116e1cb763 ;
  a2a:hasEvent oa:event_bhi_68682853-027e-80e1-e2bb-1eb8c846d4de_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_68682853-027e-80e1-e2bb-1eb8c846d4de_0, oa:relationep_bhi_68682853-027e-80e1-e2bb-1eb8c846d4de_1, oa:relationep_bhi_68682853-027e-80e1-e2bb-1eb8c846d4de_2 ;
  a2a:hasSource oa:source_bhi_68682853-027e-80e1-e2bb-1eb8c846d4de .

oa:person_bhi_68682853-027e-80e1-e2bb-1eb8c846d4de_Person-717c4841-05e4-3e0b-5149-792e0c5ca577
  a a2a:Person ;
  rdfs:label "Fronica van Stratum" ;
  a2a:PersonName [
    rdfs:label "Fronica van Stratum" ;
    a2a:PersonNameFirstName "Fronica" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Stratum"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_68682853-027e-80e1-e2bb-1eb8c846d4de_Person-f76bd080-c095-7a3f-88b8-0f6e2b28ee3c
  a a2a:Person ;
  rdfs:label "Lion van Loon" ;
  a2a:PersonName [
    rdfs:label "Lion van Loon" ;
    a2a:PersonNameFirstName "Lion" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Loon"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1850" ;
    a2a:Month "11" ;
    a2a:Day "25" ;
    rdfs:label "1850-11-25"^^xsd:date
  ] .

oa:person_bhi_68682853-027e-80e1-e2bb-1eb8c846d4de_Person-6399d8be-ef46-3e62-20fb-b0116e1cb763
  a a2a:Person ;
  rdfs:label "Salomon David van Loon" ;
  a2a:PersonName [
    rdfs:label "Salomon David van Loon" ;
    a2a:PersonNameFirstName "Salomon David" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Loon"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_68682853-027e-80e1-e2bb-1eb8c846d4de_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1850" ;
    a2a:Month "11" ;
    a2a:Day "25" ;
    rdfs:label "1850-11-25"^^xsd:date
  ] .

oa:relationep_bhi_68682853-027e-80e1-e2bb-1eb8c846d4de_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_68682853-027e-80e1-e2bb-1eb8c846d4de_Person:717c4841-05e4-3e0b-5149-792e0c5ca577 ;
  a2a:EventKeyRef oa:event_bhi_68682853-027e-80e1-e2bb-1eb8c846d4de_Event1 .

oa:relationep_bhi_68682853-027e-80e1-e2bb-1eb8c846d4de_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_68682853-027e-80e1-e2bb-1eb8c846d4de_Person:f76bd080-c095-7a3f-88b8-0f6e2b28ee3c ;
  a2a:EventKeyRef oa:event_bhi_68682853-027e-80e1-e2bb-1eb8c846d4de_Event1 .

oa:relationep_bhi_68682853-027e-80e1-e2bb-1eb8c846d4de_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_68682853-027e-80e1-e2bb-1eb8c846d4de_Person:6399d8be-ef46-3e62-20fb-b0116e1cb763 ;
  a2a:EventKeyRef oa:event_bhi_68682853-027e-80e1-e2bb-1eb8c846d4de_Event1 .

oa:source_bhi_68682853-027e-80e1-e2bb-1eb8c846d4de
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1850-11-25 - 1850-11-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1850-11-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1850-11-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1850" ;
    a2a:Month "11" ;
    a2a:Day "25" ;
    rdfs:label "1850-11-25"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 1182, Periode: 1850" ;
    a2a:Book "Geboorteregister 1850" ;
    a2a:DocumentNumber "405" ;
    a2a:RegistryNumber "1182" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 1182, Periode: 1850, Geboorteregister 1850, 405, 1182"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/1a7970d5-8beb-b665-2102-c6e7de9bb0f1.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/1a7970d5-8beb-b665-2102-c6e7de9bb0f1.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-08-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/68682853-027e-80e1-e2bb-1eb8c846d4de" ;
  a2a:RecordGUID "{68682853-027e-80e1-e2bb-1eb8c846d4de}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_1548_00001548.xml van BHI" .

