@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_33969dba-ac99-e6bf-1814-7bb671be2c8f
  a a2a:Record ;
  rdfs:label "Huwelijk op 4 juli 1900 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_33969dba-ac99-e6bf-1814-7bb671be2c8f_Person1014949277, oa:person_srt_33969dba-ac99-e6bf-1814-7bb671be2c8f_Person1014949278, oa:person_srt_33969dba-ac99-e6bf-1814-7bb671be2c8f_Person1014949279, oa:person_srt_33969dba-ac99-e6bf-1814-7bb671be2c8f_Person1014949280, oa:person_srt_33969dba-ac99-e6bf-1814-7bb671be2c8f_Person1014949281, oa:person_srt_33969dba-ac99-e6bf-1814-7bb671be2c8f_Person1014949282 ;
  a2a:hasEvent oa:event_srt_33969dba-ac99-e6bf-1814-7bb671be2c8f_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_33969dba-ac99-e6bf-1814-7bb671be2c8f_0, oa:relationep_srt_33969dba-ac99-e6bf-1814-7bb671be2c8f_1, oa:relationep_srt_33969dba-ac99-e6bf-1814-7bb671be2c8f_2, oa:relationep_srt_33969dba-ac99-e6bf-1814-7bb671be2c8f_3, oa:relationep_srt_33969dba-ac99-e6bf-1814-7bb671be2c8f_4, oa:relationep_srt_33969dba-ac99-e6bf-1814-7bb671be2c8f_5 ;
  a2a:hasSource oa:source_srt_33969dba-ac99-e6bf-1814-7bb671be2c8f .

oa:person_srt_33969dba-ac99-e6bf-1814-7bb671be2c8f_Person1014949277
  a a2a:Person ;
  rdfs:label "Martinus Jacobus Lelieveld" ;
  a2a:PersonName [
    rdfs:label "Martinus Jacobus Lelieveld" ;
    a2a:PersonNameFirstName "Martinus Jacobus" ;
    a2a:PersonNameLastName "Lelieveld"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "25" ;
    rdfs:label "25"
  ] ;
  a2a:BirthPlace [
    a2a:Place "'s Gravenhage" ;
    rdfs:label "'s Gravenhage"
  ] .

oa:person_srt_33969dba-ac99-e6bf-1814-7bb671be2c8f_Person1014949278
  a a2a:Person ;
  rdfs:label "Petrus Lelieveld" ;
  a2a:PersonName [
    rdfs:label "Petrus Lelieveld" ;
    a2a:PersonNameFirstName "Petrus" ;
    a2a:PersonNameLastName "Lelieveld"
  ] .

oa:person_srt_33969dba-ac99-e6bf-1814-7bb671be2c8f_Person1014949279
  a a2a:Person ;
  rdfs:label "Wilhelmina Johanna Koeleman" ;
  a2a:PersonName [
    rdfs:label "Wilhelmina Johanna Koeleman" ;
    a2a:PersonNameFirstName "Wilhelmina Johanna" ;
    a2a:PersonNameLastName "Koeleman"
  ] .

oa:person_srt_33969dba-ac99-e6bf-1814-7bb671be2c8f_Person1014949280
  a a2a:Person ;
  rdfs:label "Geertruida Cilon" ;
  a2a:PersonName [
    rdfs:label "Geertruida Cilon" ;
    a2a:PersonNameFirstName "Geertruida" ;
    a2a:PersonNameLastName "Cilon"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "35" ;
    rdfs:label "35"
  ] ;
  a2a:BirthPlace [
    a2a:Place "'s Gravenhage" ;
    rdfs:label "'s Gravenhage"
  ] .

oa:person_srt_33969dba-ac99-e6bf-1814-7bb671be2c8f_Person1014949281
  a a2a:Person ;
  rdfs:label "Adrianus Bernardus Cilon" ;
  a2a:PersonName [
    rdfs:label "Adrianus Bernardus Cilon" ;
    a2a:PersonNameFirstName "Adrianus Bernardus" ;
    a2a:PersonNameLastName "Cilon"
  ] .

oa:person_srt_33969dba-ac99-e6bf-1814-7bb671be2c8f_Person1014949282
  a a2a:Person ;
  rdfs:label "Anna Geertruida van Rijswijk" ;
  a2a:PersonName [
    rdfs:label "Anna Geertruida van Rijswijk" ;
    a2a:PersonNameFirstName "Anna Geertruida" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Rijswijk"
  ] .

oa:event_srt_33969dba-ac99-e6bf-1814-7bb671be2c8f_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "04-07-1900" ;
    a2a:Year "1900" ;
    a2a:Month "07" ;
    a2a:Day "04" ;
    rdfs:label "1900-07-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_33969dba-ac99-e6bf-1814-7bb671be2c8f_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_33969dba-ac99-e6bf-1814-7bb671be2c8f_Person1014949277 ;
  a2a:EventKeyRef oa:event_srt_33969dba-ac99-e6bf-1814-7bb671be2c8f_Event1 .

oa:relationep_srt_33969dba-ac99-e6bf-1814-7bb671be2c8f_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_33969dba-ac99-e6bf-1814-7bb671be2c8f_Person1014949278 ;
  a2a:EventKeyRef oa:event_srt_33969dba-ac99-e6bf-1814-7bb671be2c8f_Event1 .

oa:relationep_srt_33969dba-ac99-e6bf-1814-7bb671be2c8f_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_33969dba-ac99-e6bf-1814-7bb671be2c8f_Person1014949279 ;
  a2a:EventKeyRef oa:event_srt_33969dba-ac99-e6bf-1814-7bb671be2c8f_Event1 .

oa:relationep_srt_33969dba-ac99-e6bf-1814-7bb671be2c8f_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_33969dba-ac99-e6bf-1814-7bb671be2c8f_Person1014949280 ;
  a2a:EventKeyRef oa:event_srt_33969dba-ac99-e6bf-1814-7bb671be2c8f_Event1 .

oa:relationep_srt_33969dba-ac99-e6bf-1814-7bb671be2c8f_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_33969dba-ac99-e6bf-1814-7bb671be2c8f_Person1014949281 ;
  a2a:EventKeyRef oa:event_srt_33969dba-ac99-e6bf-1814-7bb671be2c8f_Event1 .

oa:relationep_srt_33969dba-ac99-e6bf-1814-7bb671be2c8f_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_33969dba-ac99-e6bf-1814-7bb671be2c8f_Person1014949282 ;
  a2a:EventKeyRef oa:event_srt_33969dba-ac99-e6bf-1814-7bb671be2c8f_Event1 .

oa:source_srt_33969dba-ac99-e6bf-1814-7bb671be2c8f
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1900-07-04 - 1900-07-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1900-07-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1900-07-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "04-07-1900" ;
    a2a:Year "1900" ;
    a2a:Month "07" ;
    a2a:Day "04" ;
    rdfs:label "04-07-1900"
  ] ;
  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 "1900H" ;
    a2a:Folio "h31" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1900H, h31"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/184/B521A3B545884A6383A4340A08B20365" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/184/B521A3B545884A6383A4340A08B20365" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/B521A3B545884A6383A4340A08B20365"
  ] ;
  a2a:SourceLastChangeDate "2022-06-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/15966A3A36104163B8A32BB88E7D7B82" ;
  a2a:RecordIdentifier "1014949276" ;
  a2a:RecordGUID "{33969dba-ac99-e6bf-1814-7bb671be2c8f}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 15966A3A-3610-4163-B8A3-2BB88E7D7B82" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061900H_54_A2A.xml van SRT" .

