@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_fcfa61e9-69ec-5f18-8422-ea38bf6e65c4
  a a2a:Record ;
  rdfs:label "Huwelijk op 18 augustus 1926 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_fcfa61e9-69ec-5f18-8422-ea38bf6e65c4_Person1016056150, oa:person_srt_fcfa61e9-69ec-5f18-8422-ea38bf6e65c4_Person1016056151, oa:person_srt_fcfa61e9-69ec-5f18-8422-ea38bf6e65c4_Person1016056152, oa:person_srt_fcfa61e9-69ec-5f18-8422-ea38bf6e65c4_Person1016056153, oa:person_srt_fcfa61e9-69ec-5f18-8422-ea38bf6e65c4_Person1016056154, oa:person_srt_fcfa61e9-69ec-5f18-8422-ea38bf6e65c4_Person1016056155 ;
  a2a:hasEvent oa:event_srt_fcfa61e9-69ec-5f18-8422-ea38bf6e65c4_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_fcfa61e9-69ec-5f18-8422-ea38bf6e65c4_0, oa:relationep_srt_fcfa61e9-69ec-5f18-8422-ea38bf6e65c4_1, oa:relationep_srt_fcfa61e9-69ec-5f18-8422-ea38bf6e65c4_2, oa:relationep_srt_fcfa61e9-69ec-5f18-8422-ea38bf6e65c4_3, oa:relationep_srt_fcfa61e9-69ec-5f18-8422-ea38bf6e65c4_4, oa:relationep_srt_fcfa61e9-69ec-5f18-8422-ea38bf6e65c4_5 ;
  a2a:hasSource oa:source_srt_fcfa61e9-69ec-5f18-8422-ea38bf6e65c4 .

oa:person_srt_fcfa61e9-69ec-5f18-8422-ea38bf6e65c4_Person1016056150
  a a2a:Person ;
  rdfs:label "Josephus Barends" ;
  a2a:PersonName [
    rdfs:label "Josephus Barends" ;
    a2a:PersonNameFirstName "Josephus" ;
    a2a:PersonNameLastName "Barends"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "23" ;
    rdfs:label "23"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_fcfa61e9-69ec-5f18-8422-ea38bf6e65c4_Person1016056151
  a a2a:Person ;
  rdfs:label "Dirk Anthoon Barends" ;
  a2a:PersonName [
    rdfs:label "Dirk Anthoon Barends" ;
    a2a:PersonNameFirstName "Dirk Anthoon" ;
    a2a:PersonNameLastName "Barends"
  ] .

oa:person_srt_fcfa61e9-69ec-5f18-8422-ea38bf6e65c4_Person1016056152
  a a2a:Person ;
  rdfs:label "Dirkje Verbrugge" ;
  a2a:PersonName [
    rdfs:label "Dirkje Verbrugge" ;
    a2a:PersonNameFirstName "Dirkje" ;
    a2a:PersonNameLastName "Verbrugge"
  ] .

oa:person_srt_fcfa61e9-69ec-5f18-8422-ea38bf6e65c4_Person1016056153
  a a2a:Person ;
  rdfs:label "Sara Adriana van Dam" ;
  a2a:PersonName [
    rdfs:label "Sara Adriana van Dam" ;
    a2a:PersonNameFirstName "Sara Adriana" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dam"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "22" ;
    rdfs:label "22"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_fcfa61e9-69ec-5f18-8422-ea38bf6e65c4_Person1016056154
  a a2a:Person ;
  rdfs:label "Jacobus van Dam" ;
  a2a:PersonName [
    rdfs:label "Jacobus van Dam" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dam"
  ] .

oa:person_srt_fcfa61e9-69ec-5f18-8422-ea38bf6e65c4_Person1016056155
  a a2a:Person ;
  rdfs:label "Anna Maria Rempf" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Rempf" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNameLastName "Rempf"
  ] .

oa:event_srt_fcfa61e9-69ec-5f18-8422-ea38bf6e65c4_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "18-08-1926" ;
    a2a:Year "1926" ;
    a2a:Month "08" ;
    a2a:Day "18" ;
    rdfs:label "1926-08-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_fcfa61e9-69ec-5f18-8422-ea38bf6e65c4_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_fcfa61e9-69ec-5f18-8422-ea38bf6e65c4_Person1016056150 ;
  a2a:EventKeyRef oa:event_srt_fcfa61e9-69ec-5f18-8422-ea38bf6e65c4_Event1 .

oa:relationep_srt_fcfa61e9-69ec-5f18-8422-ea38bf6e65c4_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_fcfa61e9-69ec-5f18-8422-ea38bf6e65c4_Person1016056151 ;
  a2a:EventKeyRef oa:event_srt_fcfa61e9-69ec-5f18-8422-ea38bf6e65c4_Event1 .

oa:relationep_srt_fcfa61e9-69ec-5f18-8422-ea38bf6e65c4_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_fcfa61e9-69ec-5f18-8422-ea38bf6e65c4_Person1016056152 ;
  a2a:EventKeyRef oa:event_srt_fcfa61e9-69ec-5f18-8422-ea38bf6e65c4_Event1 .

oa:relationep_srt_fcfa61e9-69ec-5f18-8422-ea38bf6e65c4_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_fcfa61e9-69ec-5f18-8422-ea38bf6e65c4_Person1016056153 ;
  a2a:EventKeyRef oa:event_srt_fcfa61e9-69ec-5f18-8422-ea38bf6e65c4_Event1 .

oa:relationep_srt_fcfa61e9-69ec-5f18-8422-ea38bf6e65c4_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_fcfa61e9-69ec-5f18-8422-ea38bf6e65c4_Person1016056154 ;
  a2a:EventKeyRef oa:event_srt_fcfa61e9-69ec-5f18-8422-ea38bf6e65c4_Event1 .

oa:relationep_srt_fcfa61e9-69ec-5f18-8422-ea38bf6e65c4_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_fcfa61e9-69ec-5f18-8422-ea38bf6e65c4_Person1016056155 ;
  a2a:EventKeyRef oa:event_srt_fcfa61e9-69ec-5f18-8422-ea38bf6e65c4_Event1 .

oa:source_srt_fcfa61e9-69ec-5f18-8422-ea38bf6e65c4
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1926-08-18 - 1926-08-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1926-08-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1926-08-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "18-08-1926" ;
    a2a:Year "1926" ;
    a2a:Month "08" ;
    a2a:Day "18" ;
    rdfs:label "18-08-1926"
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Rotterdam" ;
    a2a:Place "Rotterdam" ;
    a2a:Collection "Burgerlijke Stand Rotterdam, huwelijksakten" ;
    a2a:Book "Nadere toegang op het huwelijksregister van de gemeente Rotterdam" ;
    a2a:RegistryNumber "1926J" ;
    a2a:Folio "j60v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1926J, j60v"
  ] ;
  a2a:SourceLastChangeDate "2023-02-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/7E3C312D69314ED58D58096DE5BB94BC" ;
  a2a:RecordIdentifier "1016056149" ;
  a2a:RecordGUID "{fcfa61e9-69ec-5f18-8422-ea38bf6e65c4}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 7E3C312D-6931-4ED5-8D58-096DE5BB94BC" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061926J_54_A2A.xml van SRT" .

