@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_18d91c4d-21d2-150d-b1bf-c16e9f8a5290
  a a2a:Record ;
  rdfs:label "Doop op 1 september 1756 te Sambeek" ;
  a2a:hasPerson oa:person_bhi_18d91c4d-21d2-150d-b1bf-c16e9f8a5290_Person-8e80b2d4-4648-11e3-a747-d206bceb4d38, oa:person_bhi_18d91c4d-21d2-150d-b1bf-c16e9f8a5290_Person-8e80eccc-4648-11e3-a747-d206bceb4d38, oa:person_bhi_18d91c4d-21d2-150d-b1bf-c16e9f8a5290_Person-8e813b96-4648-11e3-a747-d206bceb4d38, oa:person_bhi_18d91c4d-21d2-150d-b1bf-c16e9f8a5290_Person-8e8193c0-4648-11e3-a747-d206bceb4d38, oa:person_bhi_18d91c4d-21d2-150d-b1bf-c16e9f8a5290_Person-8e8022f6-4648-11e3-a747-d206bceb4d38, oa:person_bhi_18d91c4d-21d2-150d-b1bf-c16e9f8a5290_Person-8e807238-4648-11e3-a747-d206bceb4d38 ;
  a2a:hasEvent oa:event_bhi_18d91c4d-21d2-150d-b1bf-c16e9f8a5290_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_18d91c4d-21d2-150d-b1bf-c16e9f8a5290_0, oa:relationep_bhi_18d91c4d-21d2-150d-b1bf-c16e9f8a5290_1, oa:relationep_bhi_18d91c4d-21d2-150d-b1bf-c16e9f8a5290_2, oa:relationep_bhi_18d91c4d-21d2-150d-b1bf-c16e9f8a5290_3, oa:relationep_bhi_18d91c4d-21d2-150d-b1bf-c16e9f8a5290_4, oa:relationep_bhi_18d91c4d-21d2-150d-b1bf-c16e9f8a5290_5 ;
  a2a:hasSource oa:source_bhi_18d91c4d-21d2-150d-b1bf-c16e9f8a5290 .

oa:person_bhi_18d91c4d-21d2-150d-b1bf-c16e9f8a5290_Person-8e80b2d4-4648-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Nicolasina Alars" ;
  a2a:PersonName [
    rdfs:label "Nicolasina Alars" ;
    a2a:PersonNameFirstName "Nicolasina" ;
    a2a:PersonNameLastName "Alars"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_18d91c4d-21d2-150d-b1bf-c16e9f8a5290_Person-8e80eccc-4648-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Joannes Alars" ;
  a2a:PersonName [
    rdfs:label "Joannes Alars" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Alars"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_18d91c4d-21d2-150d-b1bf-c16e9f8a5290_Person-8e813b96-4648-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Aldegonda Jansse" ;
  a2a:PersonName [
    rdfs:label "Aldegonda Jansse" ;
    a2a:PersonNameFirstName "Aldegonda" ;
    a2a:PersonNameLastName "Jansse"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_18d91c4d-21d2-150d-b1bf-c16e9f8a5290_Person-8e8193c0-4648-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Anna Maria Jansse" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Jansse" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNameLastName "Jansse"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_18d91c4d-21d2-150d-b1bf-c16e9f8a5290_Person-8e8022f6-4648-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Andreas Jansse" ;
  a2a:PersonName [
    rdfs:label "Andreas Jansse" ;
    a2a:PersonNameFirstName "Andreas" ;
    a2a:PersonNameLastName "Jansse"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_18d91c4d-21d2-150d-b1bf-c16e9f8a5290_Person-8e807238-4648-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Jacobus Jansse" ;
  a2a:PersonName [
    rdfs:label "Jacobus Jansse" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Jansse"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_18d91c4d-21d2-150d-b1bf-c16e9f8a5290_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1756" ;
    a2a:Month "9" ;
    a2a:Day "1" ;
    rdfs:label "1756-09-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Sambeek" ;
    rdfs:label "Sambeek"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_18d91c4d-21d2-150d-b1bf-c16e9f8a5290_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_18d91c4d-21d2-150d-b1bf-c16e9f8a5290_Person:8e80b2d4-4648-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_18d91c4d-21d2-150d-b1bf-c16e9f8a5290_Event1 .

oa:relationep_bhi_18d91c4d-21d2-150d-b1bf-c16e9f8a5290_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_18d91c4d-21d2-150d-b1bf-c16e9f8a5290_Person:8e80eccc-4648-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_18d91c4d-21d2-150d-b1bf-c16e9f8a5290_Event1 .

oa:relationep_bhi_18d91c4d-21d2-150d-b1bf-c16e9f8a5290_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_18d91c4d-21d2-150d-b1bf-c16e9f8a5290_Person:8e813b96-4648-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_18d91c4d-21d2-150d-b1bf-c16e9f8a5290_Event1 .

oa:relationep_bhi_18d91c4d-21d2-150d-b1bf-c16e9f8a5290_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_18d91c4d-21d2-150d-b1bf-c16e9f8a5290_Person:8e8193c0-4648-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_18d91c4d-21d2-150d-b1bf-c16e9f8a5290_Event1 .

oa:relationep_bhi_18d91c4d-21d2-150d-b1bf-c16e9f8a5290_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_18d91c4d-21d2-150d-b1bf-c16e9f8a5290_Person:8e8022f6-4648-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_18d91c4d-21d2-150d-b1bf-c16e9f8a5290_Event1 .

oa:relationep_bhi_18d91c4d-21d2-150d-b1bf-c16e9f8a5290_5
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_18d91c4d-21d2-150d-b1bf-c16e9f8a5290_Person:8e807238-4648-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_18d91c4d-21d2-150d-b1bf-c16e9f8a5290_Event1 .

oa:source_bhi_18d91c4d-21d2-150d-b1bf-c16e9f8a5290
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Boxmeer" ;
    rdfs:label "Boxmeer", "1756-09-01 - 1756-09-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1756-09-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1756-09-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1756" ;
    a2a:Month "9" ;
    a2a:Day "1" ;
    rdfs:label "1756-09-01"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 25, Periode: 1700-1772" ;
    a2a:Book "Sambeek RK doop-, trouw- en begraafboek 1700-1772" ;
    a2a:RegistryNumber "25" ;
    a2a:Folio "200-06" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 25, Periode: 1700-1772, Sambeek RK doop-, trouw- en begraafboek 1700-1772, 25, 200-06"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/868f0e51-9b5d-52db-a7ad-c7edab36fc8e.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/868f0e51-9b5d-52db-a7ad-c7edab36fc8e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-03-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/18d91c4d-21d2-150d-b1bf-c16e9f8a5290" ;
  a2a:RecordGUID "{18d91c4d-21d2-150d-b1bf-c16e9f8a5290}" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "25" ;
  a2a:SourceRemarkregister_periode "1700-1772" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250102_1531_00001531.xml van BHI" .

