@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_802d91cc-416e-997f-a3c1-08a8e2e16a2e
  a a2a:Record ;
  rdfs:label "Huwelijk op 13 september 1905 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_802d91cc-416e-997f-a3c1-08a8e2e16a2e_Person3205628877, oa:person_srt_802d91cc-416e-997f-a3c1-08a8e2e16a2e_Person3205628878, oa:person_srt_802d91cc-416e-997f-a3c1-08a8e2e16a2e_Person3205628882, oa:person_srt_802d91cc-416e-997f-a3c1-08a8e2e16a2e_Person3205628880, oa:person_srt_802d91cc-416e-997f-a3c1-08a8e2e16a2e_Person3205628881, oa:person_srt_802d91cc-416e-997f-a3c1-08a8e2e16a2e_Person3205628879 ;
  a2a:hasEvent oa:event_srt_802d91cc-416e-997f-a3c1-08a8e2e16a2e_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_802d91cc-416e-997f-a3c1-08a8e2e16a2e_0, oa:relationep_srt_802d91cc-416e-997f-a3c1-08a8e2e16a2e_1, oa:relationep_srt_802d91cc-416e-997f-a3c1-08a8e2e16a2e_2, oa:relationep_srt_802d91cc-416e-997f-a3c1-08a8e2e16a2e_3, oa:relationep_srt_802d91cc-416e-997f-a3c1-08a8e2e16a2e_4, oa:relationep_srt_802d91cc-416e-997f-a3c1-08a8e2e16a2e_5 ;
  a2a:hasSource oa:source_srt_802d91cc-416e-997f-a3c1-08a8e2e16a2e .

oa:person_srt_802d91cc-416e-997f-a3c1-08a8e2e16a2e_Person3205628877
  a a2a:Person ;
  rdfs:label "Jan Kwadijk" ;
  a2a:PersonName [
    rdfs:label "Jan Kwadijk" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Kwadijk"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "22" ;
    rdfs:label "22"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Nieuwe Amstel" ;
    rdfs:label "Nieuwe Amstel"
  ] .

oa:person_srt_802d91cc-416e-997f-a3c1-08a8e2e16a2e_Person3205628878
  a a2a:Person ;
  rdfs:label "Cornelis Kwadijk" ;
  a2a:PersonName [
    rdfs:label "Cornelis Kwadijk" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Kwadijk"
  ] .

oa:person_srt_802d91cc-416e-997f-a3c1-08a8e2e16a2e_Person3205628882
  a a2a:Person ;
  rdfs:label "Elisabeth Voren" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Voren" ;
    a2a:PersonNameFirstName "Elisabeth" ;
    a2a:PersonNameLastName "Voren"
  ] .

oa:person_srt_802d91cc-416e-997f-a3c1-08a8e2e16a2e_Person3205628880
  a a2a:Person ;
  rdfs:label "Adriana van Neck" ;
  a2a:PersonName [
    rdfs:label "Adriana van Neck" ;
    a2a:PersonNameFirstName "Adriana" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Neck"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "22" ;
    rdfs:label "22"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_802d91cc-416e-997f-a3c1-08a8e2e16a2e_Person3205628881
  a a2a:Person ;
  rdfs:label "Jacobus Adrianus Hubertus van Neck" ;
  a2a:PersonName [
    rdfs:label "Jacobus Adrianus Hubertus van Neck" ;
    a2a:PersonNameFirstName "Jacobus Adrianus Hubertus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Neck"
  ] .

oa:person_srt_802d91cc-416e-997f-a3c1-08a8e2e16a2e_Person3205628879
  a a2a:Person ;
  rdfs:label "Alida Lodewina Kind" ;
  a2a:PersonName [
    rdfs:label "Alida Lodewina Kind" ;
    a2a:PersonNameFirstName "Alida Lodewina" ;
    a2a:PersonNameLastName "Kind"
  ] .

oa:event_srt_802d91cc-416e-997f-a3c1-08a8e2e16a2e_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "13-09-1905" ;
    a2a:Year "1905" ;
    a2a:Month "09" ;
    a2a:Day "13" ;
    rdfs:label "1905-09-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_802d91cc-416e-997f-a3c1-08a8e2e16a2e_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_802d91cc-416e-997f-a3c1-08a8e2e16a2e_Person3205628877 ;
  a2a:EventKeyRef oa:event_srt_802d91cc-416e-997f-a3c1-08a8e2e16a2e_Event1 .

oa:relationep_srt_802d91cc-416e-997f-a3c1-08a8e2e16a2e_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_802d91cc-416e-997f-a3c1-08a8e2e16a2e_Person3205628878 ;
  a2a:EventKeyRef oa:event_srt_802d91cc-416e-997f-a3c1-08a8e2e16a2e_Event1 .

oa:relationep_srt_802d91cc-416e-997f-a3c1-08a8e2e16a2e_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_802d91cc-416e-997f-a3c1-08a8e2e16a2e_Person3205628882 ;
  a2a:EventKeyRef oa:event_srt_802d91cc-416e-997f-a3c1-08a8e2e16a2e_Event1 .

oa:relationep_srt_802d91cc-416e-997f-a3c1-08a8e2e16a2e_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_802d91cc-416e-997f-a3c1-08a8e2e16a2e_Person3205628880 ;
  a2a:EventKeyRef oa:event_srt_802d91cc-416e-997f-a3c1-08a8e2e16a2e_Event1 .

oa:relationep_srt_802d91cc-416e-997f-a3c1-08a8e2e16a2e_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_802d91cc-416e-997f-a3c1-08a8e2e16a2e_Person3205628881 ;
  a2a:EventKeyRef oa:event_srt_802d91cc-416e-997f-a3c1-08a8e2e16a2e_Event1 .

oa:relationep_srt_802d91cc-416e-997f-a3c1-08a8e2e16a2e_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_802d91cc-416e-997f-a3c1-08a8e2e16a2e_Person3205628879 ;
  a2a:EventKeyRef oa:event_srt_802d91cc-416e-997f-a3c1-08a8e2e16a2e_Event1 .

oa:source_srt_802d91cc-416e-997f-a3c1-08a8e2e16a2e
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1905-09-13 - 1905-09-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1905-09-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1905-09-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "13-09-1905" ;
    a2a:Year "1905" ;
    a2a:Month "09" ;
    a2a:Day "13" ;
    rdfs:label "13-09-1905"
  ] ;
  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 "1905M" ;
    a2a:Folio "m21v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1905M, m21v"
  ] ;
  a2a:SourceLastChangeDate "2023-04-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/853F2EA716D2427D8F19C7CC0EC74DFA" ;
  a2a:RecordIdentifier "3205628876" ;
  a2a:RecordGUID "{802d91cc-416e-997f-a3c1-08a8e2e16a2e}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 853F2EA7-16D2-427D-8F19-C7CC0EC74DFA" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061905M_54_A2A.xml van SRT" .

