@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_srt_7BF3E9B0-C454-4CF2-BDF4-7C82FD9F92E2
  a a2a:Record ;
  rdfs:label "Ondertrouw op 20 juli 1783 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_7BF3E9B0-C454-4CF2-BDF4-7C82FD9F92E2_Person2033277743, oa:person_srt_7BF3E9B0-C454-4CF2-BDF4-7C82FD9F92E2_Person2033277744, oa:person_srt_7BF3E9B0-C454-4CF2-BDF4-7C82FD9F92E2_Person2033277745 ;
  a2a:hasEvent oa:event_srt_7BF3E9B0-C454-4CF2-BDF4-7C82FD9F92E2_Event1, oa:event_srt_7BF3E9B0-C454-4CF2-BDF4-7C82FD9F92E2_Event2 ;
  a2a:hasRelationEP oa:relationep_srt_7BF3E9B0-C454-4CF2-BDF4-7C82FD9F92E2_0, oa:relationep_srt_7BF3E9B0-C454-4CF2-BDF4-7C82FD9F92E2_1, oa:relationep_srt_7BF3E9B0-C454-4CF2-BDF4-7C82FD9F92E2_2, oa:relationep_srt_7BF3E9B0-C454-4CF2-BDF4-7C82FD9F92E2_3, oa:relationep_srt_7BF3E9B0-C454-4CF2-BDF4-7C82FD9F92E2_4 ;
  a2a:hasSource oa:source_srt_7BF3E9B0-C454-4CF2-BDF4-7C82FD9F92E2 .

oa:person_srt_7BF3E9B0-C454-4CF2-BDF4-7C82FD9F92E2_Person2033277743
  a a2a:Person ;
  rdfs:label "Baltus van der Grient" ;
  a2a:PersonName [
    rdfs:label "Baltus van der Grient" ;
    a2a:PersonNameFirstName "Baltus" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Grient"
  ] ;
  a2a:Residence [
    a2a:Place "Nieuwe Markt" ;
    rdfs:label "Nieuwe Markt"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Gorinchem" ;
    rdfs:label "Gorinchem"
  ] ;
  a2a:MaritalStatus "other:Wed." .

oa:person_srt_7BF3E9B0-C454-4CF2-BDF4-7C82FD9F92E2_Person2033277744
  a a2a:Person ;
  rdfs:label "Grietje Nieuwveen" ;
  a2a:PersonName [
    rdfs:label "Grietje Nieuwveen" ;
    a2a:PersonNameFirstName "Grietje" ;
    a2a:PersonNameLastName "Nieuwveen"
  ] ;
  a2a:Residence [
    a2a:Place "Korte Baanstraat" ;
    rdfs:label "Korte Baanstraat"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] ;
  a2a:MaritalStatus "other:Wed." .

oa:person_srt_7BF3E9B0-C454-4CF2-BDF4-7C82FD9F92E2_Person2033277745
  a a2a:Person ;
  rdfs:label "Justus Baak" ;
  a2a:PersonName [
    rdfs:label "Justus Baak" ;
    a2a:PersonNameFirstName "Justus" ;
    a2a:PersonNameLastName "Baak"
  ] .

oa:event_srt_7BF3E9B0-C454-4CF2-BDF4-7C82FD9F92E2_Event1
  a a2a:Event ;
  rdfs:label "Trouwen" ;
  a2a:EventType "Trouwen" ;
  a2a:EventDate [
    a2a:LiteralDate "05-08-1783" ;
    a2a:Year "1783" ;
    a2a:Month "08" ;
    a2a:Day "05" ;
    rdfs:label "1783-08-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:event_srt_7BF3E9B0-C454-4CF2-BDF4-7C82FD9F92E2_Event2
  a a2a:Event ;
  rdfs:label "Ondertrouw" ;
  a2a:EventType "Ondertrouw" ;
  a2a:EventDate [
    a2a:LiteralDate "20-07-1783" ;
    a2a:Year "1783" ;
    a2a:Month "07" ;
    a2a:Day "20" ;
    rdfs:label "1783-07-20"^^xsd:date
  ] .

oa:relationep_srt_7BF3E9B0-C454-4CF2-BDF4-7C82FD9F92E2_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_7BF3E9B0-C454-4CF2-BDF4-7C82FD9F92E2_Person2033277743 ;
  a2a:EventKeyRef oa:event_srt_7BF3E9B0-C454-4CF2-BDF4-7C82FD9F92E2_Event1 .

oa:relationep_srt_7BF3E9B0-C454-4CF2-BDF4-7C82FD9F92E2_1
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_7BF3E9B0-C454-4CF2-BDF4-7C82FD9F92E2_Person2033277744 ;
  a2a:EventKeyRef oa:event_srt_7BF3E9B0-C454-4CF2-BDF4-7C82FD9F92E2_Event1 .

oa:relationep_srt_7BF3E9B0-C454-4CF2-BDF4-7C82FD9F92E2_2
  a a2a:RelationEP ;
  rdfs:label "other:Eerdere partner" ;
  a2a:RelationType "other:Eerdere partner" ;
  a2a:PersonKeyRef oa:person_srt_7BF3E9B0-C454-4CF2-BDF4-7C82FD9F92E2_Person2033277745 ;
  a2a:EventKeyRef oa:event_srt_7BF3E9B0-C454-4CF2-BDF4-7C82FD9F92E2_Event1 .

oa:relationep_srt_7BF3E9B0-C454-4CF2-BDF4-7C82FD9F92E2_3
  a a2a:RelationEP ;
  rdfs:label "other:bruidegom" ;
  a2a:RelationType "other:bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_7BF3E9B0-C454-4CF2-BDF4-7C82FD9F92E2_Person2033277743 ;
  a2a:EventKeyRef oa:event_srt_7BF3E9B0-C454-4CF2-BDF4-7C82FD9F92E2_Event2 .

oa:relationep_srt_7BF3E9B0-C454-4CF2-BDF4-7C82FD9F92E2_4
  a a2a:RelationEP ;
  rdfs:label "other:bruid" ;
  a2a:RelationType "other:bruid" ;
  a2a:PersonKeyRef oa:person_srt_7BF3E9B0-C454-4CF2-BDF4-7C82FD9F92E2_Person2033277744 ;
  a2a:EventKeyRef oa:event_srt_7BF3E9B0-C454-4CF2-BDF4-7C82FD9F92E2_Event2 .

oa:source_srt_7BF3E9B0-C454-4CF2-BDF4-7C82FD9F92E2
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, DTB Trouwen" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1783-08-05 - 1783-08-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1783-08-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1783-08-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "05-08-1783" ;
    a2a:Year "1783" ;
    a2a:Month "08" ;
    a2a:Day "05" ;
    rdfs:label "05-08-1783"
  ] ;
  a2a:SourceType "DTB Trouwen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Rotterdam" ;
    a2a:Place "Rotterdam" ;
    a2a:Collection "Doopregisters, Trouwregisters, Begraafregisters Rotterdam (DTB)" ;
    a2a:Book "Trouw gereformeerd" ;
    a2a:RegistryNumber "79" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Doopregisters, Trouwregisters, Begraafregisters Rotterdam (DTB), Trouw gereformeerd, 79"
  ] ;
  a2a:SourceLastChangeDate "2023-07-11"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/7BF3E9B0C4544CF2BDF47C82FD9F92E2" ;
  a2a:RecordIdentifier "2033277742" ;
  a2a:RecordGUID "{7BF3E9B0-C454-4CF2-BDF4-7C82FD9F92E2}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/264AF51E7DC841DD9517CD091E2CFE51" .

