@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_5ADCDBDD-24FD-4152-A7FE-9DF6705FE6B0
  a a2a:Record ;
  rdfs:label "Ondertrouw op 2 maart 1721 te Delfshaven" ;
  a2a:hasPerson oa:person_srt_5ADCDBDD-24FD-4152-A7FE-9DF6705FE6B0_Person2027900437, oa:person_srt_5ADCDBDD-24FD-4152-A7FE-9DF6705FE6B0_Person2027900438, oa:person_srt_5ADCDBDD-24FD-4152-A7FE-9DF6705FE6B0_Person2027900439, oa:person_srt_5ADCDBDD-24FD-4152-A7FE-9DF6705FE6B0_Person2027900440 ;
  a2a:hasEvent oa:event_srt_5ADCDBDD-24FD-4152-A7FE-9DF6705FE6B0_Event1, oa:event_srt_5ADCDBDD-24FD-4152-A7FE-9DF6705FE6B0_Event2 ;
  a2a:hasRelationEP oa:relationep_srt_5ADCDBDD-24FD-4152-A7FE-9DF6705FE6B0_0, oa:relationep_srt_5ADCDBDD-24FD-4152-A7FE-9DF6705FE6B0_1, oa:relationep_srt_5ADCDBDD-24FD-4152-A7FE-9DF6705FE6B0_2, oa:relationep_srt_5ADCDBDD-24FD-4152-A7FE-9DF6705FE6B0_3, oa:relationep_srt_5ADCDBDD-24FD-4152-A7FE-9DF6705FE6B0_4, oa:relationep_srt_5ADCDBDD-24FD-4152-A7FE-9DF6705FE6B0_5 ;
  a2a:hasSource oa:source_srt_5ADCDBDD-24FD-4152-A7FE-9DF6705FE6B0 .

oa:person_srt_5ADCDBDD-24FD-4152-A7FE-9DF6705FE6B0_Person2027900437
  a a2a:Person ;
  rdfs:label "Jan Fransz Bloessem" ;
  a2a:PersonName [
    rdfs:label "Jan Fransz Bloessem" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePatronym "Fransz" ;
    a2a:PersonNameLastName "Bloessem"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Won. Delfshaven" ;
    rdfs:label "Won. Delfshaven"
  ] ;
  a2a:MaritalStatus "other:Wed." .

oa:person_srt_5ADCDBDD-24FD-4152-A7FE-9DF6705FE6B0_Person2027900438
  a a2a:Person ;
  rdfs:label "Niesje van Leeuwen" ;
  a2a:PersonName [
    rdfs:label "Niesje van Leeuwen" ;
    a2a:PersonNameFirstName "Niesje" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Leeuwen"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Won. Delfshaven" ;
    rdfs:label "Won. Delfshaven"
  ] ;
  a2a:MaritalStatus "other:Wed." .

oa:person_srt_5ADCDBDD-24FD-4152-A7FE-9DF6705FE6B0_Person2027900439
  a a2a:Person ;
  rdfs:label "Arijaantje Buijs de Quaak" ;
  a2a:PersonName [
    rdfs:label "Arijaantje Buijs de Quaak" ;
    a2a:PersonNameFirstName "Arijaantje" ;
    a2a:PersonNamePatronym "Buijs" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Quaak"
  ] .

oa:person_srt_5ADCDBDD-24FD-4152-A7FE-9DF6705FE6B0_Person2027900440
  a a2a:Person ;
  rdfs:label "Pieter Gosensz de Jong" ;
  a2a:PersonName [
    rdfs:label "Pieter Gosensz de Jong" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNamePatronym "Gosensz" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Jong"
  ] .

oa:event_srt_5ADCDBDD-24FD-4152-A7FE-9DF6705FE6B0_Event1
  a a2a:Event ;
  rdfs:label "Trouwen" ;
  a2a:EventType "Trouwen" ;
  a2a:EventDate [
    a2a:LiteralDate "16-03-1721" ;
    a2a:Year "1721" ;
    a2a:Month "03" ;
    a2a:Day "16" ;
    rdfs:label "1721-03-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Delfshaven" ;
    rdfs:label "Delfshaven"
  ] .

oa:event_srt_5ADCDBDD-24FD-4152-A7FE-9DF6705FE6B0_Event2
  a a2a:Event ;
  rdfs:label "Ondertrouw" ;
  a2a:EventType "Ondertrouw" ;
  a2a:EventDate [
    a2a:LiteralDate "02-03-1721" ;
    a2a:Year "1721" ;
    a2a:Month "03" ;
    a2a:Day "02" ;
    rdfs:label "1721-03-02"^^xsd:date
  ] .

oa:relationep_srt_5ADCDBDD-24FD-4152-A7FE-9DF6705FE6B0_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_5ADCDBDD-24FD-4152-A7FE-9DF6705FE6B0_Person2027900437 ;
  a2a:EventKeyRef oa:event_srt_5ADCDBDD-24FD-4152-A7FE-9DF6705FE6B0_Event1 .

oa:relationep_srt_5ADCDBDD-24FD-4152-A7FE-9DF6705FE6B0_1
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_5ADCDBDD-24FD-4152-A7FE-9DF6705FE6B0_Person2027900438 ;
  a2a:EventKeyRef oa:event_srt_5ADCDBDD-24FD-4152-A7FE-9DF6705FE6B0_Event1 .

oa:relationep_srt_5ADCDBDD-24FD-4152-A7FE-9DF6705FE6B0_2
  a a2a:RelationEP ;
  rdfs:label "other:Eerdere partner" ;
  a2a:RelationType "other:Eerdere partner" ;
  a2a:PersonKeyRef oa:person_srt_5ADCDBDD-24FD-4152-A7FE-9DF6705FE6B0_Person2027900439 ;
  a2a:EventKeyRef oa:event_srt_5ADCDBDD-24FD-4152-A7FE-9DF6705FE6B0_Event1 .

oa:relationep_srt_5ADCDBDD-24FD-4152-A7FE-9DF6705FE6B0_3
  a a2a:RelationEP ;
  rdfs:label "other:Eerdere partner" ;
  a2a:RelationType "other:Eerdere partner" ;
  a2a:PersonKeyRef oa:person_srt_5ADCDBDD-24FD-4152-A7FE-9DF6705FE6B0_Person2027900440 ;
  a2a:EventKeyRef oa:event_srt_5ADCDBDD-24FD-4152-A7FE-9DF6705FE6B0_Event1 .

oa:relationep_srt_5ADCDBDD-24FD-4152-A7FE-9DF6705FE6B0_4
  a a2a:RelationEP ;
  rdfs:label "other:bruidegom" ;
  a2a:RelationType "other:bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_5ADCDBDD-24FD-4152-A7FE-9DF6705FE6B0_Person2027900437 ;
  a2a:EventKeyRef oa:event_srt_5ADCDBDD-24FD-4152-A7FE-9DF6705FE6B0_Event2 .

oa:relationep_srt_5ADCDBDD-24FD-4152-A7FE-9DF6705FE6B0_5
  a a2a:RelationEP ;
  rdfs:label "other:bruid" ;
  a2a:RelationType "other:bruid" ;
  a2a:PersonKeyRef oa:person_srt_5ADCDBDD-24FD-4152-A7FE-9DF6705FE6B0_Person2027900438 ;
  a2a:EventKeyRef oa:event_srt_5ADCDBDD-24FD-4152-A7FE-9DF6705FE6B0_Event2 .

oa:source_srt_5ADCDBDD-24FD-4152-A7FE-9DF6705FE6B0
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, DTB Trouwen" ;
  a2a:SourcePlace [
    a2a:Place "Delfshaven" ;
    a2a:Country "Nederland" ;
    rdfs:label "Delfshaven, Nederland", "1721-03-16 - 1721-03-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1721-03-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1721-03-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "16-03-1721" ;
    a2a:Year "1721" ;
    a2a:Month "03" ;
    a2a:Day "16" ;
    rdfs:label "16-03-1721"
  ] ;
  a2a:SourceType "DTB Trouwen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Rotterdam" ;
    a2a:Place "Rotterdam" ;
    a2a:Collection "Archieven van de Plaatselijke Besturen van Delfshaven en Schoonderloo" ;
    a2a:Book "Trouw gereformeerd" ;
    a2a:RegistryNumber "1147" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Archieven van de Plaatselijke Besturen van Delfshaven en Schoonderloo, Trouw gereformeerd, 1147"
  ] ;
  a2a:SourceLastChangeDate "2022-11-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/5ADCDBDD24FD4152A7FE9DF6705FE6B0" ;
  a2a:RecordIdentifier "2027900436" ;
  a2a:RecordGUID "{5ADCDBDD-24FD-4152-A7FE-9DF6705FE6B0}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/415CB403E1D1441F81BF29B7CD00DEA5" .

