@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_6fe04847-e24e-60f8-1641-35a69eac5697
  a a2a:Record ;
  rdfs:label "Huwelijk op 6 oktober 1926 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_6fe04847-e24e-60f8-1641-35a69eac5697_Person2353063790, oa:person_srt_6fe04847-e24e-60f8-1641-35a69eac5697_Person2353063791, oa:person_srt_6fe04847-e24e-60f8-1641-35a69eac5697_Person2353063792, oa:person_srt_6fe04847-e24e-60f8-1641-35a69eac5697_Person2353063793, oa:person_srt_6fe04847-e24e-60f8-1641-35a69eac5697_Person2353063794, oa:person_srt_6fe04847-e24e-60f8-1641-35a69eac5697_Person2353063795 ;
  a2a:hasEvent oa:event_srt_6fe04847-e24e-60f8-1641-35a69eac5697_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_6fe04847-e24e-60f8-1641-35a69eac5697_0, oa:relationep_srt_6fe04847-e24e-60f8-1641-35a69eac5697_1, oa:relationep_srt_6fe04847-e24e-60f8-1641-35a69eac5697_2, oa:relationep_srt_6fe04847-e24e-60f8-1641-35a69eac5697_3, oa:relationep_srt_6fe04847-e24e-60f8-1641-35a69eac5697_4, oa:relationep_srt_6fe04847-e24e-60f8-1641-35a69eac5697_5 ;
  a2a:hasSource oa:source_srt_6fe04847-e24e-60f8-1641-35a69eac5697 .

oa:person_srt_6fe04847-e24e-60f8-1641-35a69eac5697_Person2353063790
  a a2a:Person ;
  rdfs:label "Adrianus Hendrik van Brakel" ;
  a2a:PersonName [
    rdfs:label "Adrianus Hendrik van Brakel" ;
    a2a:PersonNameFirstName "Adrianus Hendrik" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Brakel"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "38" ;
    rdfs:label "38"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Gameren" ;
    rdfs:label "Gameren"
  ] .

oa:person_srt_6fe04847-e24e-60f8-1641-35a69eac5697_Person2353063791
  a a2a:Person ;
  rdfs:label "Jan Willem van Brakel" ;
  a2a:PersonName [
    rdfs:label "Jan Willem van Brakel" ;
    a2a:PersonNameFirstName "Jan Willem" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Brakel"
  ] .

oa:person_srt_6fe04847-e24e-60f8-1641-35a69eac5697_Person2353063792
  a a2a:Person ;
  rdfs:label "Teuntje van der Stam" ;
  a2a:PersonName [
    rdfs:label "Teuntje van der Stam" ;
    a2a:PersonNameFirstName "Teuntje" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Stam"
  ] .

oa:person_srt_6fe04847-e24e-60f8-1641-35a69eac5697_Person2353063793
  a a2a:Person ;
  rdfs:label "Aletta Elisabeth Voss" ;
  a2a:PersonName [
    rdfs:label "Aletta Elisabeth Voss" ;
    a2a:PersonNameFirstName "Aletta Elisabeth" ;
    a2a:PersonNameLastName "Voss"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "28" ;
    rdfs:label "28"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Hochheide (Pruisen)" ;
    rdfs:label "Hochheide (Pruisen)"
  ] .

oa:person_srt_6fe04847-e24e-60f8-1641-35a69eac5697_Person2353063794
  a a2a:Person ;
  rdfs:label "Johann Josef Voss" ;
  a2a:PersonName [
    rdfs:label "Johann Josef Voss" ;
    a2a:PersonNameFirstName "Johann Josef" ;
    a2a:PersonNameLastName "Voss"
  ] .

oa:person_srt_6fe04847-e24e-60f8-1641-35a69eac5697_Person2353063795
  a a2a:Person ;
  rdfs:label "Katharina Hackstein" ;
  a2a:PersonName [
    rdfs:label "Katharina Hackstein" ;
    a2a:PersonNameFirstName "Katharina" ;
    a2a:PersonNameLastName "Hackstein"
  ] .

oa:event_srt_6fe04847-e24e-60f8-1641-35a69eac5697_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "06-10-1926" ;
    a2a:Year "1926" ;
    a2a:Month "10" ;
    a2a:Day "06" ;
    rdfs:label "1926-10-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_6fe04847-e24e-60f8-1641-35a69eac5697_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_6fe04847-e24e-60f8-1641-35a69eac5697_Person2353063790 ;
  a2a:EventKeyRef oa:event_srt_6fe04847-e24e-60f8-1641-35a69eac5697_Event1 .

oa:relationep_srt_6fe04847-e24e-60f8-1641-35a69eac5697_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_6fe04847-e24e-60f8-1641-35a69eac5697_Person2353063791 ;
  a2a:EventKeyRef oa:event_srt_6fe04847-e24e-60f8-1641-35a69eac5697_Event1 .

oa:relationep_srt_6fe04847-e24e-60f8-1641-35a69eac5697_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_6fe04847-e24e-60f8-1641-35a69eac5697_Person2353063792 ;
  a2a:EventKeyRef oa:event_srt_6fe04847-e24e-60f8-1641-35a69eac5697_Event1 .

oa:relationep_srt_6fe04847-e24e-60f8-1641-35a69eac5697_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_6fe04847-e24e-60f8-1641-35a69eac5697_Person2353063793 ;
  a2a:EventKeyRef oa:event_srt_6fe04847-e24e-60f8-1641-35a69eac5697_Event1 .

oa:relationep_srt_6fe04847-e24e-60f8-1641-35a69eac5697_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_6fe04847-e24e-60f8-1641-35a69eac5697_Person2353063794 ;
  a2a:EventKeyRef oa:event_srt_6fe04847-e24e-60f8-1641-35a69eac5697_Event1 .

oa:relationep_srt_6fe04847-e24e-60f8-1641-35a69eac5697_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_6fe04847-e24e-60f8-1641-35a69eac5697_Person2353063795 ;
  a2a:EventKeyRef oa:event_srt_6fe04847-e24e-60f8-1641-35a69eac5697_Event1 .

oa:source_srt_6fe04847-e24e-60f8-1641-35a69eac5697
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1926-10-06 - 1926-10-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1926-10-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1926-10-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "06-10-1926" ;
    a2a:Year "1926" ;
    a2a:Month "10" ;
    a2a:Day "06" ;
    rdfs:label "06-10-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 "1926M" ;
    a2a:Folio "m94" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1926M, m94"
  ] ;
  a2a:SourceLastChangeDate "2023-02-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/267686986BED4091815517359DB0DA9A" ;
  a2a:RecordIdentifier "2353063789" ;
  a2a:RecordGUID "{6fe04847-e24e-60f8-1641-35a69eac5697}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 26768698-6BED-4091-8155-17359DB0DA9A" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061926M_54_A2A.xml van SRT" .

