@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_9a912f9c-fa40-88c2-3c40-3ca4e2ee6213
  a a2a:Record ;
  rdfs:label "Huwelijk op 31 oktober 1888 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_9a912f9c-fa40-88c2-3c40-3ca4e2ee6213_Person1014002152, oa:person_srt_9a912f9c-fa40-88c2-3c40-3ca4e2ee6213_Person1014002153, oa:person_srt_9a912f9c-fa40-88c2-3c40-3ca4e2ee6213_Person1014002154, oa:person_srt_9a912f9c-fa40-88c2-3c40-3ca4e2ee6213_Person1014002155, oa:person_srt_9a912f9c-fa40-88c2-3c40-3ca4e2ee6213_Person1014002156, oa:person_srt_9a912f9c-fa40-88c2-3c40-3ca4e2ee6213_Person1014002157 ;
  a2a:hasEvent oa:event_srt_9a912f9c-fa40-88c2-3c40-3ca4e2ee6213_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_9a912f9c-fa40-88c2-3c40-3ca4e2ee6213_0, oa:relationep_srt_9a912f9c-fa40-88c2-3c40-3ca4e2ee6213_1, oa:relationep_srt_9a912f9c-fa40-88c2-3c40-3ca4e2ee6213_2, oa:relationep_srt_9a912f9c-fa40-88c2-3c40-3ca4e2ee6213_3, oa:relationep_srt_9a912f9c-fa40-88c2-3c40-3ca4e2ee6213_4, oa:relationep_srt_9a912f9c-fa40-88c2-3c40-3ca4e2ee6213_5 ;
  a2a:hasSource oa:source_srt_9a912f9c-fa40-88c2-3c40-3ca4e2ee6213 .

oa:person_srt_9a912f9c-fa40-88c2-3c40-3ca4e2ee6213_Person1014002152
  a a2a:Person ;
  rdfs:label "Hendrikus Brandenburg" ;
  a2a:PersonName [
    rdfs:label "Hendrikus Brandenburg" ;
    a2a:PersonNameFirstName "Hendrikus" ;
    a2a:PersonNameLastName "Brandenburg"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "24" ;
    rdfs:label "24"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_9a912f9c-fa40-88c2-3c40-3ca4e2ee6213_Person1014002153
  a a2a:Person ;
  rdfs:label "Hendrikus Brandenburg" ;
  a2a:PersonName [
    rdfs:label "Hendrikus Brandenburg" ;
    a2a:PersonNameFirstName "Hendrikus" ;
    a2a:PersonNameLastName "Brandenburg"
  ] .

oa:person_srt_9a912f9c-fa40-88c2-3c40-3ca4e2ee6213_Person1014002154
  a a2a:Person ;
  rdfs:label "Elizabeth Walraven" ;
  a2a:PersonName [
    rdfs:label "Elizabeth Walraven" ;
    a2a:PersonNameFirstName "Elizabeth" ;
    a2a:PersonNameLastName "Walraven"
  ] .

oa:person_srt_9a912f9c-fa40-88c2-3c40-3ca4e2ee6213_Person1014002155
  a a2a:Person ;
  rdfs:label "Anna Maria Lodders" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Lodders" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNameLastName "Lodders"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "24" ;
    rdfs:label "24"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_9a912f9c-fa40-88c2-3c40-3ca4e2ee6213_Person1014002156
  a a2a:Person ;
  rdfs:label "Petrus Lodders" ;
  a2a:PersonName [
    rdfs:label "Petrus Lodders" ;
    a2a:PersonNameFirstName "Petrus" ;
    a2a:PersonNameLastName "Lodders"
  ] .

oa:person_srt_9a912f9c-fa40-88c2-3c40-3ca4e2ee6213_Person1014002157
  a a2a:Person ;
  rdfs:label "Maria Pieternella van Bol - Es" ;
  a2a:PersonName [
    rdfs:label "Maria Pieternella van Bol - Es" ;
    a2a:PersonNameFirstName "Maria Pieternella" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Bol - Es"
  ] .

oa:event_srt_9a912f9c-fa40-88c2-3c40-3ca4e2ee6213_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "31-10-1888" ;
    a2a:Year "1888" ;
    a2a:Month "10" ;
    a2a:Day "31" ;
    rdfs:label "1888-10-31"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_9a912f9c-fa40-88c2-3c40-3ca4e2ee6213_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_9a912f9c-fa40-88c2-3c40-3ca4e2ee6213_Person1014002152 ;
  a2a:EventKeyRef oa:event_srt_9a912f9c-fa40-88c2-3c40-3ca4e2ee6213_Event1 .

oa:relationep_srt_9a912f9c-fa40-88c2-3c40-3ca4e2ee6213_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_9a912f9c-fa40-88c2-3c40-3ca4e2ee6213_Person1014002153 ;
  a2a:EventKeyRef oa:event_srt_9a912f9c-fa40-88c2-3c40-3ca4e2ee6213_Event1 .

oa:relationep_srt_9a912f9c-fa40-88c2-3c40-3ca4e2ee6213_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_9a912f9c-fa40-88c2-3c40-3ca4e2ee6213_Person1014002154 ;
  a2a:EventKeyRef oa:event_srt_9a912f9c-fa40-88c2-3c40-3ca4e2ee6213_Event1 .

oa:relationep_srt_9a912f9c-fa40-88c2-3c40-3ca4e2ee6213_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_9a912f9c-fa40-88c2-3c40-3ca4e2ee6213_Person1014002155 ;
  a2a:EventKeyRef oa:event_srt_9a912f9c-fa40-88c2-3c40-3ca4e2ee6213_Event1 .

oa:relationep_srt_9a912f9c-fa40-88c2-3c40-3ca4e2ee6213_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_9a912f9c-fa40-88c2-3c40-3ca4e2ee6213_Person1014002156 ;
  a2a:EventKeyRef oa:event_srt_9a912f9c-fa40-88c2-3c40-3ca4e2ee6213_Event1 .

oa:relationep_srt_9a912f9c-fa40-88c2-3c40-3ca4e2ee6213_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_9a912f9c-fa40-88c2-3c40-3ca4e2ee6213_Person1014002157 ;
  a2a:EventKeyRef oa:event_srt_9a912f9c-fa40-88c2-3c40-3ca4e2ee6213_Event1 .

oa:source_srt_9a912f9c-fa40-88c2-3c40-3ca4e2ee6213
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1888-10-31 - 1888-10-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1888-10-31"^^xsd:date ;
    a2a:SourceIndexDateTo "1888-10-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "31-10-1888" ;
    a2a:Year "1888" ;
    a2a:Month "10" ;
    a2a:Day "31" ;
    rdfs:label "31-10-1888"
  ] ;
  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:DocumentNumber "1888.1195" ;
    a2a:RegistryNumber "1888G" ;
    a2a:Folio "g017" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1888.1195, 1888G, g017"
  ] ;
  a2a:SourceLastChangeDate "2022-12-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/E4AB4A3AA18743A1A1C5C966FD825FBA" ;
  a2a:RecordIdentifier "1014002151" ;
  a2a:RecordGUID "{9a912f9c-fa40-88c2-3c40-3ca4e2ee6213}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder E4AB4A3A-A187-43A1-A1C5-C966FD825FBA" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061888G_54_A2A.xml van SRT" .

