@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_8a2bcc42-b3ab-08db-38da-030ac69292e1
  a a2a:Record ;
  rdfs:label "Huwelijk op 25 augustus 1926 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_8a2bcc42-b3ab-08db-38da-030ac69292e1_Person1016056717, oa:person_srt_8a2bcc42-b3ab-08db-38da-030ac69292e1_Person1016056718, oa:person_srt_8a2bcc42-b3ab-08db-38da-030ac69292e1_Person1016056719, oa:person_srt_8a2bcc42-b3ab-08db-38da-030ac69292e1_Person1016056720, oa:person_srt_8a2bcc42-b3ab-08db-38da-030ac69292e1_Person1016056721, oa:person_srt_8a2bcc42-b3ab-08db-38da-030ac69292e1_Person1016056722 ;
  a2a:hasEvent oa:event_srt_8a2bcc42-b3ab-08db-38da-030ac69292e1_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_8a2bcc42-b3ab-08db-38da-030ac69292e1_0, oa:relationep_srt_8a2bcc42-b3ab-08db-38da-030ac69292e1_1, oa:relationep_srt_8a2bcc42-b3ab-08db-38da-030ac69292e1_2, oa:relationep_srt_8a2bcc42-b3ab-08db-38da-030ac69292e1_3, oa:relationep_srt_8a2bcc42-b3ab-08db-38da-030ac69292e1_4, oa:relationep_srt_8a2bcc42-b3ab-08db-38da-030ac69292e1_5 ;
  a2a:hasSource oa:source_srt_8a2bcc42-b3ab-08db-38da-030ac69292e1 .

oa:person_srt_8a2bcc42-b3ab-08db-38da-030ac69292e1_Person1016056717
  a a2a:Person ;
  rdfs:label "Jacob Hoekstra" ;
  a2a:PersonName [
    rdfs:label "Jacob Hoekstra" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Hoekstra"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "43" ;
    rdfs:label "43"
  ] ;
  a2a:BirthPlace [
    a2a:Place "het Bildt" ;
    rdfs:label "het Bildt"
  ] .

oa:person_srt_8a2bcc42-b3ab-08db-38da-030ac69292e1_Person1016056718
  a a2a:Person ;
  rdfs:label "Aan Hoekstra" ;
  a2a:PersonName [
    rdfs:label "Aan Hoekstra" ;
    a2a:PersonNameFirstName "Aan" ;
    a2a:PersonNameLastName "Hoekstra"
  ] .

oa:person_srt_8a2bcc42-b3ab-08db-38da-030ac69292e1_Person1016056719
  a a2a:Person ;
  rdfs:label "Gaatske Dijkstra" ;
  a2a:PersonName [
    rdfs:label "Gaatske Dijkstra" ;
    a2a:PersonNameFirstName "Gaatske" ;
    a2a:PersonNameLastName "Dijkstra"
  ] .

oa:person_srt_8a2bcc42-b3ab-08db-38da-030ac69292e1_Person1016056720
  a a2a:Person ;
  rdfs:label "Anna Catharina Francisca Vrins" ;
  a2a:PersonName [
    rdfs:label "Anna Catharina Francisca Vrins" ;
    a2a:PersonNameFirstName "Anna Catharina Francisca" ;
    a2a:PersonNameLastName "Vrins"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "39" ;
    rdfs:label "39"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Klundert" ;
    rdfs:label "Klundert"
  ] .

oa:person_srt_8a2bcc42-b3ab-08db-38da-030ac69292e1_Person1016056721
  a a2a:Person ;
  rdfs:label "Kornelis Vrins" ;
  a2a:PersonName [
    rdfs:label "Kornelis Vrins" ;
    a2a:PersonNameFirstName "Kornelis" ;
    a2a:PersonNameLastName "Vrins"
  ] .

oa:person_srt_8a2bcc42-b3ab-08db-38da-030ac69292e1_Person1016056722
  a a2a:Person ;
  rdfs:label "Adriana Antonia Wellemina van den Boom" ;
  a2a:PersonName [
    rdfs:label "Adriana Antonia Wellemina van den Boom" ;
    a2a:PersonNameFirstName "Adriana Antonia Wellemina" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Boom"
  ] .

oa:event_srt_8a2bcc42-b3ab-08db-38da-030ac69292e1_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "25-08-1926" ;
    a2a:Year "1926" ;
    a2a:Month "08" ;
    a2a:Day "25" ;
    rdfs:label "1926-08-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_8a2bcc42-b3ab-08db-38da-030ac69292e1_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_8a2bcc42-b3ab-08db-38da-030ac69292e1_Person1016056717 ;
  a2a:EventKeyRef oa:event_srt_8a2bcc42-b3ab-08db-38da-030ac69292e1_Event1 .

oa:relationep_srt_8a2bcc42-b3ab-08db-38da-030ac69292e1_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_8a2bcc42-b3ab-08db-38da-030ac69292e1_Person1016056718 ;
  a2a:EventKeyRef oa:event_srt_8a2bcc42-b3ab-08db-38da-030ac69292e1_Event1 .

oa:relationep_srt_8a2bcc42-b3ab-08db-38da-030ac69292e1_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_8a2bcc42-b3ab-08db-38da-030ac69292e1_Person1016056719 ;
  a2a:EventKeyRef oa:event_srt_8a2bcc42-b3ab-08db-38da-030ac69292e1_Event1 .

oa:relationep_srt_8a2bcc42-b3ab-08db-38da-030ac69292e1_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_8a2bcc42-b3ab-08db-38da-030ac69292e1_Person1016056720 ;
  a2a:EventKeyRef oa:event_srt_8a2bcc42-b3ab-08db-38da-030ac69292e1_Event1 .

oa:relationep_srt_8a2bcc42-b3ab-08db-38da-030ac69292e1_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_8a2bcc42-b3ab-08db-38da-030ac69292e1_Person1016056721 ;
  a2a:EventKeyRef oa:event_srt_8a2bcc42-b3ab-08db-38da-030ac69292e1_Event1 .

oa:relationep_srt_8a2bcc42-b3ab-08db-38da-030ac69292e1_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_8a2bcc42-b3ab-08db-38da-030ac69292e1_Person1016056722 ;
  a2a:EventKeyRef oa:event_srt_8a2bcc42-b3ab-08db-38da-030ac69292e1_Event1 .

oa:source_srt_8a2bcc42-b3ab-08db-38da-030ac69292e1
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1926-08-25 - 1926-08-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1926-08-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1926-08-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "25-08-1926" ;
    a2a:Year "1926" ;
    a2a:Month "08" ;
    a2a:Day "25" ;
    rdfs:label "25-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 "j101v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1926J, j101v"
  ] ;
  a2a:SourceLastChangeDate "2023-02-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/784A451034E948A286C115A33CA2E7CB" ;
  a2a:RecordIdentifier "1016056716" ;
  a2a:RecordGUID "{8a2bcc42-b3ab-08db-38da-030ac69292e1}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 784A4510-34E9-48A2-86C1-15A33CA2E7CB" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061926J_54_A2A.xml van SRT" .

