@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_6d843443-bcc6-ffb6-dd67-3bf1b76241b9
  a a2a:Record ;
  rdfs:label "Huwelijk op 2 november 1836 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_6d843443-bcc6-ffb6-dd67-3bf1b76241b9_Person1014108595, oa:person_srt_6d843443-bcc6-ffb6-dd67-3bf1b76241b9_Person1014108596, oa:person_srt_6d843443-bcc6-ffb6-dd67-3bf1b76241b9_Person1014108597, oa:person_srt_6d843443-bcc6-ffb6-dd67-3bf1b76241b9_Person1014108598, oa:person_srt_6d843443-bcc6-ffb6-dd67-3bf1b76241b9_Person1014108599, oa:person_srt_6d843443-bcc6-ffb6-dd67-3bf1b76241b9_Person1014108600 ;
  a2a:hasEvent oa:event_srt_6d843443-bcc6-ffb6-dd67-3bf1b76241b9_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_6d843443-bcc6-ffb6-dd67-3bf1b76241b9_0, oa:relationep_srt_6d843443-bcc6-ffb6-dd67-3bf1b76241b9_1, oa:relationep_srt_6d843443-bcc6-ffb6-dd67-3bf1b76241b9_2, oa:relationep_srt_6d843443-bcc6-ffb6-dd67-3bf1b76241b9_3, oa:relationep_srt_6d843443-bcc6-ffb6-dd67-3bf1b76241b9_4, oa:relationep_srt_6d843443-bcc6-ffb6-dd67-3bf1b76241b9_5 ;
  a2a:hasSource oa:source_srt_6d843443-bcc6-ffb6-dd67-3bf1b76241b9 .

oa:person_srt_6d843443-bcc6-ffb6-dd67-3bf1b76241b9_Person1014108595
  a a2a:Person ;
  rdfs:label "Willem Krafft" ;
  a2a:PersonName [
    rdfs:label "Willem Krafft" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Krafft"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "24" ;
    rdfs:label "24"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Dordrecht" ;
    rdfs:label "Dordrecht"
  ] .

oa:person_srt_6d843443-bcc6-ffb6-dd67-3bf1b76241b9_Person1014108596
  a a2a:Person ;
  rdfs:label "Pieter Krafft" ;
  a2a:PersonName [
    rdfs:label "Pieter Krafft" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNameLastName "Krafft"
  ] .

oa:person_srt_6d843443-bcc6-ffb6-dd67-3bf1b76241b9_Person1014108597
  a a2a:Person ;
  rdfs:label "Maria Beenhakker" ;
  a2a:PersonName [
    rdfs:label "Maria Beenhakker" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Beenhakker"
  ] .

oa:person_srt_6d843443-bcc6-ffb6-dd67-3bf1b76241b9_Person1014108598
  a a2a:Person ;
  rdfs:label "Cornelia Johanna Pickee" ;
  a2a:PersonName [
    rdfs:label "Cornelia Johanna Pickee" ;
    a2a:PersonNameFirstName "Cornelia Johanna" ;
    a2a:PersonNameLastName "Pickee"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "28" ;
    rdfs:label "28"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_6d843443-bcc6-ffb6-dd67-3bf1b76241b9_Person1014108599
  a a2a:Person ;
  rdfs:label "Johannes Pickee" ;
  a2a:PersonName [
    rdfs:label "Johannes Pickee" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Pickee"
  ] .

oa:person_srt_6d843443-bcc6-ffb6-dd67-3bf1b76241b9_Person1014108600
  a a2a:Person ;
  rdfs:label "Maartje van Nout" ;
  a2a:PersonName [
    rdfs:label "Maartje van Nout" ;
    a2a:PersonNameFirstName "Maartje" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Nout"
  ] .

oa:event_srt_6d843443-bcc6-ffb6-dd67-3bf1b76241b9_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "02-11-1836" ;
    a2a:Year "1836" ;
    a2a:Month "11" ;
    a2a:Day "02" ;
    rdfs:label "1836-11-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_6d843443-bcc6-ffb6-dd67-3bf1b76241b9_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_6d843443-bcc6-ffb6-dd67-3bf1b76241b9_Person1014108595 ;
  a2a:EventKeyRef oa:event_srt_6d843443-bcc6-ffb6-dd67-3bf1b76241b9_Event1 .

oa:relationep_srt_6d843443-bcc6-ffb6-dd67-3bf1b76241b9_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_6d843443-bcc6-ffb6-dd67-3bf1b76241b9_Person1014108596 ;
  a2a:EventKeyRef oa:event_srt_6d843443-bcc6-ffb6-dd67-3bf1b76241b9_Event1 .

oa:relationep_srt_6d843443-bcc6-ffb6-dd67-3bf1b76241b9_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_6d843443-bcc6-ffb6-dd67-3bf1b76241b9_Person1014108597 ;
  a2a:EventKeyRef oa:event_srt_6d843443-bcc6-ffb6-dd67-3bf1b76241b9_Event1 .

oa:relationep_srt_6d843443-bcc6-ffb6-dd67-3bf1b76241b9_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_6d843443-bcc6-ffb6-dd67-3bf1b76241b9_Person1014108598 ;
  a2a:EventKeyRef oa:event_srt_6d843443-bcc6-ffb6-dd67-3bf1b76241b9_Event1 .

oa:relationep_srt_6d843443-bcc6-ffb6-dd67-3bf1b76241b9_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_6d843443-bcc6-ffb6-dd67-3bf1b76241b9_Person1014108599 ;
  a2a:EventKeyRef oa:event_srt_6d843443-bcc6-ffb6-dd67-3bf1b76241b9_Event1 .

oa:relationep_srt_6d843443-bcc6-ffb6-dd67-3bf1b76241b9_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_6d843443-bcc6-ffb6-dd67-3bf1b76241b9_Person1014108600 ;
  a2a:EventKeyRef oa:event_srt_6d843443-bcc6-ffb6-dd67-3bf1b76241b9_Event1 .

oa:source_srt_6d843443-bcc6-ffb6-dd67-3bf1b76241b9
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1836-11-02 - 1836-11-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1836-11-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1836-11-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "02-11-1836" ;
    a2a:Year "1836" ;
    a2a:Month "11" ;
    a2a:Day "02" ;
    rdfs:label "02-11-1836"
  ] ;
  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 huwelijks- en echtscheidingsregister van de gemeente Rotterdam" ;
    a2a:RegistryNumber "1836C" ;
    a2a:Folio "c82v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijks- en echtscheidingsregister van de gemeente Rotterdam, 1836C, c82v"
  ] ;
  a2a:SourceLastChangeDate "2023-06-13"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/C7D4B42600CA4648B24763A1B619100D" ;
  a2a:RecordIdentifier "1014108594" ;
  a2a:RecordGUID "{6d843443-bcc6-ffb6-dd67-3bf1b76241b9}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder C7D4B426-00CA-4648-B247-63A1B619100D" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061836C_54_A2A.xml van SRT" .

