@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_607bb66c-c4ce-cf88-1c8b-2a12cb90790a
  a a2a:Record ;
  rdfs:label "Huwelijk op 7 september 1898 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_607bb66c-c4ce-cf88-1c8b-2a12cb90790a_Person1015130032, oa:person_srt_607bb66c-c4ce-cf88-1c8b-2a12cb90790a_Person1015130033, oa:person_srt_607bb66c-c4ce-cf88-1c8b-2a12cb90790a_Person1015130034, oa:person_srt_607bb66c-c4ce-cf88-1c8b-2a12cb90790a_Person1015130035, oa:person_srt_607bb66c-c4ce-cf88-1c8b-2a12cb90790a_Person1015130036, oa:person_srt_607bb66c-c4ce-cf88-1c8b-2a12cb90790a_Person1015130037 ;
  a2a:hasEvent oa:event_srt_607bb66c-c4ce-cf88-1c8b-2a12cb90790a_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_607bb66c-c4ce-cf88-1c8b-2a12cb90790a_0, oa:relationep_srt_607bb66c-c4ce-cf88-1c8b-2a12cb90790a_1, oa:relationep_srt_607bb66c-c4ce-cf88-1c8b-2a12cb90790a_2, oa:relationep_srt_607bb66c-c4ce-cf88-1c8b-2a12cb90790a_3, oa:relationep_srt_607bb66c-c4ce-cf88-1c8b-2a12cb90790a_4, oa:relationep_srt_607bb66c-c4ce-cf88-1c8b-2a12cb90790a_5 ;
  a2a:hasSource oa:source_srt_607bb66c-c4ce-cf88-1c8b-2a12cb90790a .

oa:person_srt_607bb66c-c4ce-cf88-1c8b-2a12cb90790a_Person1015130032
  a a2a:Person ;
  rdfs:label "Adrianus Cornelis den Outer" ;
  a2a:PersonName [
    rdfs:label "Adrianus Cornelis den Outer" ;
    a2a:PersonNameFirstName "Adrianus Cornelis" ;
    a2a:PersonNamePrefixLastName "den" ;
    a2a:PersonNameLastName "Outer"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "22" ;
    rdfs:label "22"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_607bb66c-c4ce-cf88-1c8b-2a12cb90790a_Person1015130033
  a a2a:Person ;
  rdfs:label "Jan den Outer" ;
  a2a:PersonName [
    rdfs:label "Jan den Outer" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePrefixLastName "den" ;
    a2a:PersonNameLastName "Outer"
  ] .

oa:person_srt_607bb66c-c4ce-cf88-1c8b-2a12cb90790a_Person1015130034
  a a2a:Person ;
  rdfs:label "Johanna van den Tempel" ;
  a2a:PersonName [
    rdfs:label "Johanna van den Tempel" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Tempel"
  ] .

oa:person_srt_607bb66c-c4ce-cf88-1c8b-2a12cb90790a_Person1015130035
  a a2a:Person ;
  rdfs:label "Clasina Johanna Geertruida Slieker" ;
  a2a:PersonName [
    rdfs:label "Clasina Johanna Geertruida Slieker" ;
    a2a:PersonNameFirstName "Clasina Johanna Geertruida" ;
    a2a:PersonNameLastName "Slieker"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "27" ;
    rdfs:label "27"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_607bb66c-c4ce-cf88-1c8b-2a12cb90790a_Person1015130036
  a a2a:Person ;
  rdfs:label "Bernardus Slieker" ;
  a2a:PersonName [
    rdfs:label "Bernardus Slieker" ;
    a2a:PersonNameFirstName "Bernardus" ;
    a2a:PersonNameLastName "Slieker"
  ] .

oa:person_srt_607bb66c-c4ce-cf88-1c8b-2a12cb90790a_Person1015130037
  a a2a:Person ;
  rdfs:label "Teuntje van Dijk" ;
  a2a:PersonName [
    rdfs:label "Teuntje van Dijk" ;
    a2a:PersonNameFirstName "Teuntje" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dijk"
  ] .

oa:event_srt_607bb66c-c4ce-cf88-1c8b-2a12cb90790a_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "07-09-1898" ;
    a2a:Year "1898" ;
    a2a:Month "09" ;
    a2a:Day "07" ;
    rdfs:label "1898-09-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_607bb66c-c4ce-cf88-1c8b-2a12cb90790a_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_607bb66c-c4ce-cf88-1c8b-2a12cb90790a_Person1015130032 ;
  a2a:EventKeyRef oa:event_srt_607bb66c-c4ce-cf88-1c8b-2a12cb90790a_Event1 .

oa:relationep_srt_607bb66c-c4ce-cf88-1c8b-2a12cb90790a_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_607bb66c-c4ce-cf88-1c8b-2a12cb90790a_Person1015130033 ;
  a2a:EventKeyRef oa:event_srt_607bb66c-c4ce-cf88-1c8b-2a12cb90790a_Event1 .

oa:relationep_srt_607bb66c-c4ce-cf88-1c8b-2a12cb90790a_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_607bb66c-c4ce-cf88-1c8b-2a12cb90790a_Person1015130034 ;
  a2a:EventKeyRef oa:event_srt_607bb66c-c4ce-cf88-1c8b-2a12cb90790a_Event1 .

oa:relationep_srt_607bb66c-c4ce-cf88-1c8b-2a12cb90790a_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_607bb66c-c4ce-cf88-1c8b-2a12cb90790a_Person1015130035 ;
  a2a:EventKeyRef oa:event_srt_607bb66c-c4ce-cf88-1c8b-2a12cb90790a_Event1 .

oa:relationep_srt_607bb66c-c4ce-cf88-1c8b-2a12cb90790a_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_607bb66c-c4ce-cf88-1c8b-2a12cb90790a_Person1015130036 ;
  a2a:EventKeyRef oa:event_srt_607bb66c-c4ce-cf88-1c8b-2a12cb90790a_Event1 .

oa:relationep_srt_607bb66c-c4ce-cf88-1c8b-2a12cb90790a_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_607bb66c-c4ce-cf88-1c8b-2a12cb90790a_Person1015130037 ;
  a2a:EventKeyRef oa:event_srt_607bb66c-c4ce-cf88-1c8b-2a12cb90790a_Event1 .

oa:source_srt_607bb66c-c4ce-cf88-1c8b-2a12cb90790a
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1898-09-07 - 1898-09-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1898-09-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1898-09-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "07-09-1898" ;
    a2a:Year "1898" ;
    a2a:Month "09" ;
    a2a:Day "07" ;
    rdfs:label "07-09-1898"
  ] ;
  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 "1898I" ;
    a2a:Folio "i11" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1898I, i11"
  ] ;
  a2a:SourceLastChangeDate "2023-03-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/9FAB960C0B74464F8C8FBF2979540191" ;
  a2a:RecordIdentifier "1015130031" ;
  a2a:RecordGUID "{607bb66c-c4ce-cf88-1c8b-2a12cb90790a}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 9FAB960C-0B74-464F-8C8F-BF2979540191" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061898I_54_A2A.xml van SRT" .

