@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_996c04b3-e218-85cd-9a9e-40efe0c82599
  a a2a:Record ;
  rdfs:label "Huwelijk op 14 augustus 1872 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_996c04b3-e218-85cd-9a9e-40efe0c82599_Person1014615486, oa:person_srt_996c04b3-e218-85cd-9a9e-40efe0c82599_Person1014615487, oa:person_srt_996c04b3-e218-85cd-9a9e-40efe0c82599_Person1014615488, oa:person_srt_996c04b3-e218-85cd-9a9e-40efe0c82599_Person1014615489, oa:person_srt_996c04b3-e218-85cd-9a9e-40efe0c82599_Person1014615490, oa:person_srt_996c04b3-e218-85cd-9a9e-40efe0c82599_Person1014615491 ;
  a2a:hasEvent oa:event_srt_996c04b3-e218-85cd-9a9e-40efe0c82599_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_996c04b3-e218-85cd-9a9e-40efe0c82599_0, oa:relationep_srt_996c04b3-e218-85cd-9a9e-40efe0c82599_1, oa:relationep_srt_996c04b3-e218-85cd-9a9e-40efe0c82599_2, oa:relationep_srt_996c04b3-e218-85cd-9a9e-40efe0c82599_3, oa:relationep_srt_996c04b3-e218-85cd-9a9e-40efe0c82599_4, oa:relationep_srt_996c04b3-e218-85cd-9a9e-40efe0c82599_5 ;
  a2a:hasSource oa:source_srt_996c04b3-e218-85cd-9a9e-40efe0c82599 .

oa:person_srt_996c04b3-e218-85cd-9a9e-40efe0c82599_Person1014615486
  a a2a:Person ;
  rdfs:label "Christiaan Hendrik Pieter de Rooij" ;
  a2a:PersonName [
    rdfs:label "Christiaan Hendrik Pieter de Rooij" ;
    a2a:PersonNameFirstName "Christiaan Hendrik Pieter" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Rooij"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "24" ;
    rdfs:label "24"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] .

oa:person_srt_996c04b3-e218-85cd-9a9e-40efe0c82599_Person1014615487
  a a2a:Person ;
  rdfs:label "Christiaan de Rooij" ;
  a2a:PersonName [
    rdfs:label "Christiaan de Rooij" ;
    a2a:PersonNameFirstName "Christiaan" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Rooij"
  ] .

oa:person_srt_996c04b3-e218-85cd-9a9e-40efe0c82599_Person1014615488
  a a2a:Person ;
  rdfs:label "Elisabeth Susanna Gerritz" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Susanna Gerritz" ;
    a2a:PersonNameFirstName "Elisabeth Susanna" ;
    a2a:PersonNameLastName "Gerritz"
  ] .

oa:person_srt_996c04b3-e218-85cd-9a9e-40efe0c82599_Person1014615489
  a a2a:Person ;
  rdfs:label "Johanna Koster" ;
  a2a:PersonName [
    rdfs:label "Johanna Koster" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Koster"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "20" ;
    rdfs:label "20"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_996c04b3-e218-85cd-9a9e-40efe0c82599_Person1014615490
  a a2a:Person ;
  rdfs:label "Joseph Koster" ;
  a2a:PersonName [
    rdfs:label "Joseph Koster" ;
    a2a:PersonNameFirstName "Joseph" ;
    a2a:PersonNameLastName "Koster"
  ] .

oa:person_srt_996c04b3-e218-85cd-9a9e-40efe0c82599_Person1014615491
  a a2a:Person ;
  rdfs:label "Klasina Kornelia Engels" ;
  a2a:PersonName [
    rdfs:label "Klasina Kornelia Engels" ;
    a2a:PersonNameFirstName "Klasina Kornelia" ;
    a2a:PersonNameLastName "Engels"
  ] .

oa:event_srt_996c04b3-e218-85cd-9a9e-40efe0c82599_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "14-08-1872" ;
    a2a:Year "1872" ;
    a2a:Month "08" ;
    a2a:Day "14" ;
    rdfs:label "1872-08-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_996c04b3-e218-85cd-9a9e-40efe0c82599_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_996c04b3-e218-85cd-9a9e-40efe0c82599_Person1014615486 ;
  a2a:EventKeyRef oa:event_srt_996c04b3-e218-85cd-9a9e-40efe0c82599_Event1 .

oa:relationep_srt_996c04b3-e218-85cd-9a9e-40efe0c82599_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_996c04b3-e218-85cd-9a9e-40efe0c82599_Person1014615487 ;
  a2a:EventKeyRef oa:event_srt_996c04b3-e218-85cd-9a9e-40efe0c82599_Event1 .

oa:relationep_srt_996c04b3-e218-85cd-9a9e-40efe0c82599_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_996c04b3-e218-85cd-9a9e-40efe0c82599_Person1014615488 ;
  a2a:EventKeyRef oa:event_srt_996c04b3-e218-85cd-9a9e-40efe0c82599_Event1 .

oa:relationep_srt_996c04b3-e218-85cd-9a9e-40efe0c82599_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_996c04b3-e218-85cd-9a9e-40efe0c82599_Person1014615489 ;
  a2a:EventKeyRef oa:event_srt_996c04b3-e218-85cd-9a9e-40efe0c82599_Event1 .

oa:relationep_srt_996c04b3-e218-85cd-9a9e-40efe0c82599_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_996c04b3-e218-85cd-9a9e-40efe0c82599_Person1014615490 ;
  a2a:EventKeyRef oa:event_srt_996c04b3-e218-85cd-9a9e-40efe0c82599_Event1 .

oa:relationep_srt_996c04b3-e218-85cd-9a9e-40efe0c82599_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_996c04b3-e218-85cd-9a9e-40efe0c82599_Person1014615491 ;
  a2a:EventKeyRef oa:event_srt_996c04b3-e218-85cd-9a9e-40efe0c82599_Event1 .

oa:source_srt_996c04b3-e218-85cd-9a9e-40efe0c82599
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1872-08-14 - 1872-08-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1872-08-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1872-08-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "14-08-1872" ;
    a2a:Year "1872" ;
    a2a:Month "08" ;
    a2a:Day "14" ;
    rdfs:label "14-08-1872"
  ] ;
  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:DocumentNumber "1872.770" ;
    a2a:RegistryNumber "1872E" ;
    a2a:Folio "e10" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijks- en echtscheidingsregister van de gemeente Rotterdam, 1872.770, 1872E, e10"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://hdl.handle.net/21.12133/DB30F59EF6414B009645BCD0723C0258" ;
    a2a:UriViewer "https://hdl.handle.net/21.12133/DB30F59EF6414B009645BCD0723C0258" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/DB30F59EF6414B009645BCD0723C0258"
  ] ;
  a2a:SourceLastChangeDate "2019-02-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/7782F83086BA46338BF9E3926E5AD7DB" ;
  a2a:RecordIdentifier "1014615485" ;
  a2a:RecordGUID "{996c04b3-e218-85cd-9a9e-40efe0c82599}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 7782F830-86BA-4633-8BF9-E3926E5AD7DB" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061872E_54_A2A.xml van SRT" .

