@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_rar_92d4ee23-fa4f-62e8-ce7f-9ecffdf2ddc9
  a a2a:Record ;
  rdfs:label "Trouwen op 23 maart 1704 te Tiel" ;
  a2a:hasPerson oa:person_rar_92d4ee23-fa4f-62e8-ce7f-9ecffdf2ddc9_Person1, oa:person_rar_92d4ee23-fa4f-62e8-ce7f-9ecffdf2ddc9_Person2, oa:person_rar_92d4ee23-fa4f-62e8-ce7f-9ecffdf2ddc9_Person3, oa:person_rar_92d4ee23-fa4f-62e8-ce7f-9ecffdf2ddc9_Person4, oa:person_rar_92d4ee23-fa4f-62e8-ce7f-9ecffdf2ddc9_Person5 ;
  a2a:hasEvent oa:event_rar_92d4ee23-fa4f-62e8-ce7f-9ecffdf2ddc9_Event1 ;
  a2a:hasRelationEP oa:relationep_rar_92d4ee23-fa4f-62e8-ce7f-9ecffdf2ddc9_0, oa:relationep_rar_92d4ee23-fa4f-62e8-ce7f-9ecffdf2ddc9_1, oa:relationep_rar_92d4ee23-fa4f-62e8-ce7f-9ecffdf2ddc9_2, oa:relationep_rar_92d4ee23-fa4f-62e8-ce7f-9ecffdf2ddc9_3, oa:relationep_rar_92d4ee23-fa4f-62e8-ce7f-9ecffdf2ddc9_4 ;
  a2a:hasSource oa:source_rar_92d4ee23-fa4f-62e8-ce7f-9ecffdf2ddc9 .

oa:person_rar_92d4ee23-fa4f-62e8-ce7f-9ecffdf2ddc9_Person1
  a a2a:Person ;
  rdfs:label "Dirick Janss" ;
  a2a:PersonName [
    rdfs:label "Dirick Janss" ;
    a2a:PersonNameFirstName "Dirick" ;
    a2a:PersonNameLastName "Janss"
  ] .

oa:person_rar_92d4ee23-fa4f-62e8-ce7f-9ecffdf2ddc9_Person2
  a a2a:Person ;
  rdfs:label "Dirickie Gerrits" ;
  a2a:PersonName [
    rdfs:label "Dirickie Gerrits" ;
    a2a:PersonNameFirstName "Dirickie" ;
    a2a:PersonNameLastName "Gerrits"
  ] .

oa:person_rar_92d4ee23-fa4f-62e8-ce7f-9ecffdf2ddc9_Person3
  a a2a:Person ;
  rdfs:label "Franciscus de Windt" ;
  a2a:PersonName [
    rdfs:label "Franciscus de Windt" ;
    a2a:PersonNameFirstName "Franciscus" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Windt"
  ] .

oa:person_rar_92d4ee23-fa4f-62e8-ce7f-9ecffdf2ddc9_Person4
  a a2a:Person ;
  rdfs:label "Jan Dirick de Jongh" ;
  a2a:PersonName [
    rdfs:label "Jan Dirick de Jongh" ;
    a2a:PersonNameFirstName "Jan Dirick" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Jongh"
  ] .

oa:person_rar_92d4ee23-fa4f-62e8-ce7f-9ecffdf2ddc9_Person5
  a a2a:Person ;
  rdfs:label "Catharina van Diepeerbeeck" ;
  a2a:PersonName [
    rdfs:label "Catharina van Diepeerbeeck" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Diepeerbeeck"
  ] .

oa:event_rar_92d4ee23-fa4f-62e8-ce7f-9ecffdf2ddc9_Event1
  a a2a:Event ;
  rdfs:label "Trouwen" ;
  a2a:EventType "Trouwen" ;
  a2a:EventDate [
    a2a:Year "1704" ;
    a2a:Month "3" ;
    a2a:Day "23" ;
    rdfs:label "1704-03-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tiel" ;
    rdfs:label "Tiel"
  ] .

oa:relationep_rar_92d4ee23-fa4f-62e8-ce7f-9ecffdf2ddc9_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_rar_92d4ee23-fa4f-62e8-ce7f-9ecffdf2ddc9_Person1 ;
  a2a:EventKeyRef oa:event_rar_92d4ee23-fa4f-62e8-ce7f-9ecffdf2ddc9_Event1 .

oa:relationep_rar_92d4ee23-fa4f-62e8-ce7f-9ecffdf2ddc9_1
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_rar_92d4ee23-fa4f-62e8-ce7f-9ecffdf2ddc9_Person2 ;
  a2a:EventKeyRef oa:event_rar_92d4ee23-fa4f-62e8-ce7f-9ecffdf2ddc9_Event1 .

oa:relationep_rar_92d4ee23-fa4f-62e8-ce7f-9ecffdf2ddc9_2
  a a2a:RelationEP ;
  rdfs:label "other:Peter" ;
  a2a:RelationType "other:Peter" ;
  a2a:PersonKeyRef oa:person_rar_92d4ee23-fa4f-62e8-ce7f-9ecffdf2ddc9_Person3 ;
  a2a:EventKeyRef oa:event_rar_92d4ee23-fa4f-62e8-ce7f-9ecffdf2ddc9_Event1 .

oa:relationep_rar_92d4ee23-fa4f-62e8-ce7f-9ecffdf2ddc9_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_rar_92d4ee23-fa4f-62e8-ce7f-9ecffdf2ddc9_Person4 ;
  a2a:EventKeyRef oa:event_rar_92d4ee23-fa4f-62e8-ce7f-9ecffdf2ddc9_Event1 .

oa:relationep_rar_92d4ee23-fa4f-62e8-ce7f-9ecffdf2ddc9_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_rar_92d4ee23-fa4f-62e8-ce7f-9ecffdf2ddc9_Person5 ;
  a2a:EventKeyRef oa:event_rar_92d4ee23-fa4f-62e8-ce7f-9ecffdf2ddc9_Event1 .

oa:source_rar_92d4ee23-fa4f-62e8-ce7f-9ecffdf2ddc9
  a a2a:Source ;
  rdfs:label "Regionaal Archief Rivierenland, DTB Trouwen" ;
  a2a:SourcePlace [
    a2a:Place "Tiel" ;
    rdfs:label "Tiel", "1704-01-01 - 1704-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1704-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1704-12-31"^^xsd:date
  ] ;
  a2a:SourceType "DTB Trouwen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Rivierenland" ;
    a2a:Place "Wadenoijen" ;
    a2a:Collection "26 - R.K. Doop- en trouwboek Tiel 1672-1788 R.B.S. Inv.nr. 1460" ;
    a2a:RegistryNumber "1460" ;
    rdfs:label "Regionaal Archief Rivierenland, Wadenoijen, 26 - R.K. Doop- en trouwboek Tiel 1672-1788 R.B.S. Inv.nr. 1460, 1460"
  ] ;
  a2a:SourceLastChangeDate "2016-04-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.regionaalarchiefrivierenland.nl/page/5?mivast=102&miadt=102&miaet=54&micode=0010-1460&minr=2523337&miview=ldt" ;
  a2a:RecordGUID "{92d4ee23-fa4f-62e8-ce7f-9ecffdf2ddc9}" .

