@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_af308fe9-1e76-f2ae-e8e9-bcd08ef5f9df
  a a2a:Record ;
  rdfs:label "Geboorte op 10 februari 1844" ;
  a2a:hasPerson oa:person_bhi_af308fe9-1e76-f2ae-e8e9-bcd08ef5f9df_Person-2ec41fd2-4e92-69ff-3853-4b3e7658575b, oa:person_bhi_af308fe9-1e76-f2ae-e8e9-bcd08ef5f9df_Person-536df581-920c-0a2a-d6c5-a28d538e43c5, oa:person_bhi_af308fe9-1e76-f2ae-e8e9-bcd08ef5f9df_Person-7f92b684-fab3-6140-5a0f-e4fea23a4e39 ;
  a2a:hasEvent oa:event_bhi_af308fe9-1e76-f2ae-e8e9-bcd08ef5f9df_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_af308fe9-1e76-f2ae-e8e9-bcd08ef5f9df_0, oa:relationep_bhi_af308fe9-1e76-f2ae-e8e9-bcd08ef5f9df_1, oa:relationep_bhi_af308fe9-1e76-f2ae-e8e9-bcd08ef5f9df_2 ;
  a2a:hasSource oa:source_bhi_af308fe9-1e76-f2ae-e8e9-bcd08ef5f9df .

oa:person_bhi_af308fe9-1e76-f2ae-e8e9-bcd08ef5f9df_Person-2ec41fd2-4e92-69ff-3853-4b3e7658575b
  a a2a:Person ;
  rdfs:label "Bartholomeus Mathon" ;
  a2a:PersonName [
    rdfs:label "Bartholomeus Mathon" ;
    a2a:PersonNameFirstName "Bartholomeus" ;
    a2a:PersonNameLastName "Mathon"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1844" ;
    a2a:Month "2" ;
    a2a:Day "10" ;
    rdfs:label "1844-02-10"^^xsd:date
  ] .

oa:person_bhi_af308fe9-1e76-f2ae-e8e9-bcd08ef5f9df_Person-536df581-920c-0a2a-d6c5-a28d538e43c5
  a a2a:Person ;
  rdfs:label "Pietronella Schalken" ;
  a2a:PersonName [
    rdfs:label "Pietronella Schalken" ;
    a2a:PersonNameFirstName "Pietronella" ;
    a2a:PersonNameLastName "Schalken"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_af308fe9-1e76-f2ae-e8e9-bcd08ef5f9df_Person-7f92b684-fab3-6140-5a0f-e4fea23a4e39
  a a2a:Person ;
  rdfs:label "Lourens Mathon" ;
  a2a:PersonName [
    rdfs:label "Lourens Mathon" ;
    a2a:PersonNameFirstName "Lourens" ;
    a2a:PersonNameLastName "Mathon"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_af308fe9-1e76-f2ae-e8e9-bcd08ef5f9df_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1844" ;
    a2a:Month "2" ;
    a2a:Day "10" ;
    rdfs:label "1844-02-10"^^xsd:date
  ] .

oa:relationep_bhi_af308fe9-1e76-f2ae-e8e9-bcd08ef5f9df_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_af308fe9-1e76-f2ae-e8e9-bcd08ef5f9df_Person:2ec41fd2-4e92-69ff-3853-4b3e7658575b ;
  a2a:EventKeyRef oa:event_bhi_af308fe9-1e76-f2ae-e8e9-bcd08ef5f9df_Event1 .

oa:relationep_bhi_af308fe9-1e76-f2ae-e8e9-bcd08ef5f9df_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_af308fe9-1e76-f2ae-e8e9-bcd08ef5f9df_Person:536df581-920c-0a2a-d6c5-a28d538e43c5 ;
  a2a:EventKeyRef oa:event_bhi_af308fe9-1e76-f2ae-e8e9-bcd08ef5f9df_Event1 .

oa:relationep_bhi_af308fe9-1e76-f2ae-e8e9-bcd08ef5f9df_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_af308fe9-1e76-f2ae-e8e9-bcd08ef5f9df_Person:7f92b684-fab3-6140-5a0f-e4fea23a4e39 ;
  a2a:EventKeyRef oa:event_bhi_af308fe9-1e76-f2ae-e8e9-bcd08ef5f9df_Event1 .

oa:source_bhi_af308fe9-1e76-f2ae-e8e9-bcd08ef5f9df
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Waspik" ;
    rdfs:label "Waspik", "1844-02-11 - 1844-02-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1844-02-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1844-02-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1844" ;
    a2a:Month "2" ;
    a2a:Day "11" ;
    rdfs:label "1844-02-11"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 8759, Periode: 1844" ;
    a2a:Book "Geboorteregister Waspik 1844" ;
    a2a:DocumentNumber "13" ;
    a2a:RegistryNumber "8759" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 8759, Periode: 1844, Geboorteregister Waspik 1844, 13, 8759"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/b7bb68cf-cf0f-8c46-ebe0-e9907952baa2.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/b7bb68cf-cf0f-8c46-ebe0-e9907952baa2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/af308fe9-1e76-f2ae-e8e9-bcd08ef5f9df" ;
  a2a:RecordGUID "{af308fe9-1e76-f2ae-e8e9-bcd08ef5f9df}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231208_81310_00081310.xml van BHI" .

