@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_5e142f12-3155-e3de-2ce6-4c83600a9073
  a a2a:Record ;
  rdfs:label "Trouwen op 21 april 1720 te Schijndel" ;
  a2a:hasPerson oa:person_bhi_5e142f12-3155-e3de-2ce6-4c83600a9073_Person-7d01ca85-7930-6f01-1e5d-dc0e3940c1ec, oa:person_bhi_5e142f12-3155-e3de-2ce6-4c83600a9073_Person-5b99cd9f-44b1-71c6-947e-3af9644aed5a, oa:person_bhi_5e142f12-3155-e3de-2ce6-4c83600a9073_Person-1b4be8a6-ac11-8c90-5ae0-f47ed34f59ba ;
  a2a:hasEvent oa:event_bhi_5e142f12-3155-e3de-2ce6-4c83600a9073_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_5e142f12-3155-e3de-2ce6-4c83600a9073_0, oa:relationep_bhi_5e142f12-3155-e3de-2ce6-4c83600a9073_1, oa:relationep_bhi_5e142f12-3155-e3de-2ce6-4c83600a9073_2 ;
  a2a:hasSource oa:source_bhi_5e142f12-3155-e3de-2ce6-4c83600a9073 .

oa:person_bhi_5e142f12-3155-e3de-2ce6-4c83600a9073_Person-7d01ca85-7930-6f01-1e5d-dc0e3940c1ec
  a a2a:Person ;
  rdfs:label "Maria Wouter Dirx" ;
  a2a:PersonName [
    rdfs:label "Maria Wouter Dirx" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePatronym "Wouter" ;
    a2a:PersonNameLastName "Dirx"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_5e142f12-3155-e3de-2ce6-4c83600a9073_Person-5b99cd9f-44b1-71c6-947e-3af9644aed5a
  a a2a:Person ;
  rdfs:label "Maria Janssen van Loo" ;
  a2a:PersonName [
    rdfs:label "Maria Janssen van Loo" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePatronym "Janssen" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Loo"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Schijndel" ;
    rdfs:label "Schijndel"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "circa 30" ;
    rdfs:label "circa 30"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Schijndel" ;
    rdfs:label "Schijndel"
  ] .

oa:person_bhi_5e142f12-3155-e3de-2ce6-4c83600a9073_Person-1b4be8a6-ac11-8c90-5ae0-f47ed34f59ba
  a a2a:Person ;
  rdfs:label "Jan Janse van de Ven" ;
  a2a:PersonName [
    rdfs:label "Jan Janse van de Ven" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePatronym "Janse" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Ven"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Sint-Michielsgestel" ;
    rdfs:label "Sint-Michielsgestel"
  ] .

oa:event_bhi_5e142f12-3155-e3de-2ce6-4c83600a9073_Event1
  a a2a:Event ;
  rdfs:label "Trouwen" ;
  a2a:EventType "Trouwen" ;
  a2a:EventDate [
    a2a:Year "1720" ;
    a2a:Month "4" ;
    a2a:Day "21" ;
    rdfs:label "1720-04-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Schijndel" ;
    rdfs:label "Schijndel"
  ] ;
  a2a:EventReligion "Schepenbank" .

oa:relationep_bhi_5e142f12-3155-e3de-2ce6-4c83600a9073_0
  a a2a:RelationEP ;
  rdfs:label "other:Eerdere vrouw" ;
  a2a:RelationType "other:Eerdere vrouw" ;
  a2a:PersonKeyRef oa:person_bhi_5e142f12-3155-e3de-2ce6-4c83600a9073_Person:7d01ca85-7930-6f01-1e5d-dc0e3940c1ec ;
  a2a:EventKeyRef oa:event_bhi_5e142f12-3155-e3de-2ce6-4c83600a9073_Event1 .

oa:relationep_bhi_5e142f12-3155-e3de-2ce6-4c83600a9073_1
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_bhi_5e142f12-3155-e3de-2ce6-4c83600a9073_Person:5b99cd9f-44b1-71c6-947e-3af9644aed5a ;
  a2a:EventKeyRef oa:event_bhi_5e142f12-3155-e3de-2ce6-4c83600a9073_Event1 .

oa:relationep_bhi_5e142f12-3155-e3de-2ce6-4c83600a9073_2
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_bhi_5e142f12-3155-e3de-2ce6-4c83600a9073_Person:1b4be8a6-ac11-8c90-5ae0-f47ed34f59ba ;
  a2a:EventKeyRef oa:event_bhi_5e142f12-3155-e3de-2ce6-4c83600a9073_Event1 .

oa:source_bhi_5e142f12-3155-e3de-2ce6-4c83600a9073
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Trouwen" ;
  a2a:SourcePlace [
    a2a:Place "Schijndel" ;
    rdfs:label "Schijndel", "1720-04-21 - 1720-04-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1720-04-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1720-04-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1720" ;
    a2a:Month "4" ;
    a2a:Day "21" ;
    rdfs:label "1720-04-21"^^xsd:date
  ] ;
  a2a:SourceType "DTB Trouwen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: BHIC, Bron: boek, Deel: 23, Periode: 1692-1722" ;
    a2a:Book "Trouwen" ;
    a2a:RegistryNumber "23" ;
    a2a:Folio "126v1" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Archiefnaam: BHIC, Bron: boek, Deel: 23, Periode: 1692-1722, Trouwen, 23, 126v1"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/e9e787ee-24cd-b488-2527-a58637260686.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/e9e787ee-24cd-b488-2527-a58637260686.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-10-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/5e142f12-3155-e3de-2ce6-4c83600a9073" ;
  a2a:RecordGUID "{5e142f12-3155-e3de-2ce6-4c83600a9073}" ;
  a2a:SourceRemarkOpmerking "Datum ondertrouw: 06-04-1720" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231206_58666_00058666.xml van BHI" .

