@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_wba_ecdd9177-e4a7-4fb7-d264-5fcec498fbc9
  a a2a:Record ;
  rdfs:label "Doop op 29 maart 1697 te Rucphen" ;
  a2a:hasPerson oa:person_wba_ecdd9177-e4a7-4fb7-d264-5fcec498fbc9_Person-580368a6-a568-13a1-e465-2d41f0790cc4, oa:person_wba_ecdd9177-e4a7-4fb7-d264-5fcec498fbc9_Person-3a2fd7ae-ae74-36aa-711c-37e9de131e66, oa:person_wba_ecdd9177-e4a7-4fb7-d264-5fcec498fbc9_Person-ea4c8e28-d4db-5fac-f2f3-2d118de74f28 ;
  a2a:hasEvent oa:event_wba_ecdd9177-e4a7-4fb7-d264-5fcec498fbc9_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_ecdd9177-e4a7-4fb7-d264-5fcec498fbc9_0, oa:relationep_wba_ecdd9177-e4a7-4fb7-d264-5fcec498fbc9_1, oa:relationep_wba_ecdd9177-e4a7-4fb7-d264-5fcec498fbc9_2 ;
  a2a:hasSource oa:source_wba_ecdd9177-e4a7-4fb7-d264-5fcec498fbc9 .

oa:person_wba_ecdd9177-e4a7-4fb7-d264-5fcec498fbc9_Person-580368a6-a568-13a1-e465-2d41f0790cc4
  a a2a:Person ;
  rdfs:label "Sebastianus Antonisse" ;
  a2a:PersonName [
    rdfs:label "Sebastianus Antonisse" ;
    a2a:PersonNameFirstName "Sebastianus" ;
    a2a:PersonNameLastName "Antonisse"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_ecdd9177-e4a7-4fb7-d264-5fcec498fbc9_Person-3a2fd7ae-ae74-36aa-711c-37e9de131e66
  a a2a:Person ;
  rdfs:label "Digna Jansen Scrouwen" ;
  a2a:PersonName [
    rdfs:label "Digna Jansen Scrouwen" ;
    a2a:PersonNameFirstName "Digna" ;
    a2a:PersonNamePatronym "Jansen" ;
    a2a:PersonNameLastName "Scrouwen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_ecdd9177-e4a7-4fb7-d264-5fcec498fbc9_Person-ea4c8e28-d4db-5fac-f2f3-2d118de74f28
  a a2a:Person ;
  rdfs:label "Joannes Antonisse" ;
  a2a:PersonName [
    rdfs:label "Joannes Antonisse" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Antonisse"
  ] ;
  a2a:Gender "Man" .

oa:event_wba_ecdd9177-e4a7-4fb7-d264-5fcec498fbc9_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1697" ;
    a2a:Month "3" ;
    a2a:Day "29" ;
    rdfs:label "1697-03-29"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rucphen" ;
    rdfs:label "Rucphen"
  ] .

oa:relationep_wba_ecdd9177-e4a7-4fb7-d264-5fcec498fbc9_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_ecdd9177-e4a7-4fb7-d264-5fcec498fbc9_Person:580368a6-a568-13a1-e465-2d41f0790cc4 ;
  a2a:EventKeyRef oa:event_wba_ecdd9177-e4a7-4fb7-d264-5fcec498fbc9_Event1 .

oa:relationep_wba_ecdd9177-e4a7-4fb7-d264-5fcec498fbc9_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_ecdd9177-e4a7-4fb7-d264-5fcec498fbc9_Person:3a2fd7ae-ae74-36aa-711c-37e9de131e66 ;
  a2a:EventKeyRef oa:event_wba_ecdd9177-e4a7-4fb7-d264-5fcec498fbc9_Event1 .

oa:relationep_wba_ecdd9177-e4a7-4fb7-d264-5fcec498fbc9_2
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_wba_ecdd9177-e4a7-4fb7-d264-5fcec498fbc9_Person:ea4c8e28-d4db-5fac-f2f3-2d118de74f28 ;
  a2a:EventKeyRef oa:event_wba_ecdd9177-e4a7-4fb7-d264-5fcec498fbc9_Event1 .

oa:source_wba_ecdd9177-e4a7-4fb7-d264-5fcec498fbc9
  a a2a:Source ;
  rdfs:label "West Brabants Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Rucphen" ;
    rdfs:label "Rucphen", "1697-03-29 - 1697-03-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1697-03-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1697-03-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1697" ;
    a2a:Month "3" ;
    a2a:Day "29" ;
    rdfs:label "1697-03-29"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 002" ;
    a2a:Book "01 Rucphen RK Dopen 1684-1742 (DTB 2)" ;
    a2a:RegistryNumber "002" ;
    a2a:Folio "21 v" ;
    rdfs:label "West Brabants Archief, Brabant, Bron: boek, Deel: 002, 01 Rucphen RK Dopen 1684-1742 (DTB 2), 002, 21 v"
  ] ;
  a2a:SourceLastChangeDate "2011-12-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/ecdd9177-e4a7-4fb7-d264-5fcec498fbc9" ;
  a2a:RecordGUID "{ecdd9177-e4a7-4fb7-d264-5fcec498fbc9}" ;
  a2a:SourceRemarkOpmerking "Getuigen: Gerardus Jansen Scrouwen, Cornelia Stephani Demin" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_9255_00009255.xml van WBA" .

