@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_2cd9e68c-8b2d-e22f-279a-fd45ba0afc43
  a a2a:Record ;
  rdfs:label "Geboorte op 13 juli 1867" ;
  a2a:hasPerson oa:person_bhi_2cd9e68c-8b2d-e22f-279a-fd45ba0afc43_Person-e55c64ad-c6f3-f214-4e34-e4dba80999ae, oa:person_bhi_2cd9e68c-8b2d-e22f-279a-fd45ba0afc43_Person-a9ea2b4a-5a7b-9168-fe70-b262affba4df, oa:person_bhi_2cd9e68c-8b2d-e22f-279a-fd45ba0afc43_Person-ef994fbf-f8ec-57f0-f9b4-0664d9ed994c ;
  a2a:hasEvent oa:event_bhi_2cd9e68c-8b2d-e22f-279a-fd45ba0afc43_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_2cd9e68c-8b2d-e22f-279a-fd45ba0afc43_0, oa:relationep_bhi_2cd9e68c-8b2d-e22f-279a-fd45ba0afc43_1, oa:relationep_bhi_2cd9e68c-8b2d-e22f-279a-fd45ba0afc43_2 ;
  a2a:hasSource oa:source_bhi_2cd9e68c-8b2d-e22f-279a-fd45ba0afc43 .

oa:person_bhi_2cd9e68c-8b2d-e22f-279a-fd45ba0afc43_Person-e55c64ad-c6f3-f214-4e34-e4dba80999ae
  a a2a:Person ;
  rdfs:label "Petronella Coppens" ;
  a2a:PersonName [
    rdfs:label "Petronella Coppens" ;
    a2a:PersonNameFirstName "Petronella" ;
    a2a:PersonNameLastName "Coppens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_2cd9e68c-8b2d-e22f-279a-fd45ba0afc43_Person-a9ea2b4a-5a7b-9168-fe70-b262affba4df
  a a2a:Person ;
  rdfs:label "Johannes Loos" ;
  a2a:PersonName [
    rdfs:label "Johannes Loos" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Loos"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_2cd9e68c-8b2d-e22f-279a-fd45ba0afc43_Person-ef994fbf-f8ec-57f0-f9b4-0664d9ed994c
  a a2a:Person ;
  rdfs:label "Adrianus Egidius Loos" ;
  a2a:PersonName [
    rdfs:label "Adrianus Egidius Loos" ;
    a2a:PersonNameFirstName "Adrianus Egidius" ;
    a2a:PersonNameLastName "Loos"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1867" ;
    a2a:Month "7" ;
    a2a:Day "13" ;
    rdfs:label "1867-07-13"^^xsd:date
  ] .

oa:event_bhi_2cd9e68c-8b2d-e22f-279a-fd45ba0afc43_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1867" ;
    a2a:Month "7" ;
    a2a:Day "13" ;
    rdfs:label "1867-07-13"^^xsd:date
  ] .

oa:relationep_bhi_2cd9e68c-8b2d-e22f-279a-fd45ba0afc43_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_2cd9e68c-8b2d-e22f-279a-fd45ba0afc43_Person:e55c64ad-c6f3-f214-4e34-e4dba80999ae ;
  a2a:EventKeyRef oa:event_bhi_2cd9e68c-8b2d-e22f-279a-fd45ba0afc43_Event1 .

oa:relationep_bhi_2cd9e68c-8b2d-e22f-279a-fd45ba0afc43_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_2cd9e68c-8b2d-e22f-279a-fd45ba0afc43_Person:a9ea2b4a-5a7b-9168-fe70-b262affba4df ;
  a2a:EventKeyRef oa:event_bhi_2cd9e68c-8b2d-e22f-279a-fd45ba0afc43_Event1 .

oa:relationep_bhi_2cd9e68c-8b2d-e22f-279a-fd45ba0afc43_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_2cd9e68c-8b2d-e22f-279a-fd45ba0afc43_Person:ef994fbf-f8ec-57f0-f9b4-0664d9ed994c ;
  a2a:EventKeyRef oa:event_bhi_2cd9e68c-8b2d-e22f-279a-fd45ba0afc43_Event1 .

oa:source_bhi_2cd9e68c-8b2d-e22f-279a-fd45ba0afc43
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal", "1867-07-13 - 1867-07-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1867-07-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1867-07-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1867" ;
    a2a:Month "7" ;
    a2a:Day "13" ;
    rdfs:label "1867-07-13"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 6624, Periode: 1867" ;
    a2a:Book "Geboorteregister Roosendaal 1867" ;
    a2a:DocumentNumber "104" ;
    a2a:RegistryNumber "6624" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 6624, Periode: 1867, Geboorteregister Roosendaal 1867, 104, 6624"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/25633fa7-2388-fa04-5fd1-0c284962b6fa.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/25633fa7-2388-fa04-5fd1-0c284962b6fa.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-04-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/2cd9e68c-8b2d-e22f-279a-fd45ba0afc43" ;
  a2a:RecordGUID "{2cd9e68c-8b2d-e22f-279a-fd45ba0afc43}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_3523_00003523.xml van BHI" .

