@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_2a68e1c2-a2a4-e477-702f-b51561162072
  a a2a:Record ;
  rdfs:label "Huwelijk op 21 mei 1930 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_2a68e1c2-a2a4-e477-702f-b51561162072_Person1015905385, oa:person_srt_2a68e1c2-a2a4-e477-702f-b51561162072_Person1015905386, oa:person_srt_2a68e1c2-a2a4-e477-702f-b51561162072_Person1015905387, oa:person_srt_2a68e1c2-a2a4-e477-702f-b51561162072_Person1015905388, oa:person_srt_2a68e1c2-a2a4-e477-702f-b51561162072_Person1015905389, oa:person_srt_2a68e1c2-a2a4-e477-702f-b51561162072_Person1015905390 ;
  a2a:hasEvent oa:event_srt_2a68e1c2-a2a4-e477-702f-b51561162072_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_2a68e1c2-a2a4-e477-702f-b51561162072_0, oa:relationep_srt_2a68e1c2-a2a4-e477-702f-b51561162072_1, oa:relationep_srt_2a68e1c2-a2a4-e477-702f-b51561162072_2, oa:relationep_srt_2a68e1c2-a2a4-e477-702f-b51561162072_3, oa:relationep_srt_2a68e1c2-a2a4-e477-702f-b51561162072_4, oa:relationep_srt_2a68e1c2-a2a4-e477-702f-b51561162072_5 ;
  a2a:hasSource oa:source_srt_2a68e1c2-a2a4-e477-702f-b51561162072 .

oa:person_srt_2a68e1c2-a2a4-e477-702f-b51561162072_Person1015905385
  a a2a:Person ;
  rdfs:label "Hubertus Wilhelmus Gerarts" ;
  a2a:PersonName [
    rdfs:label "Hubertus Wilhelmus Gerarts" ;
    a2a:PersonNameFirstName "Hubertus Wilhelmus" ;
    a2a:PersonNameLastName "Gerarts"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "27" ;
    rdfs:label "27"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Venlo" ;
    rdfs:label "Venlo"
  ] .

oa:person_srt_2a68e1c2-a2a4-e477-702f-b51561162072_Person1015905386
  a a2a:Person ;
  rdfs:label "Martinus Hubertus Gerarts" ;
  a2a:PersonName [
    rdfs:label "Martinus Hubertus Gerarts" ;
    a2a:PersonNameFirstName "Martinus Hubertus" ;
    a2a:PersonNameLastName "Gerarts"
  ] .

oa:person_srt_2a68e1c2-a2a4-e477-702f-b51561162072_Person1015905387
  a a2a:Person ;
  rdfs:label "Helena Hubertina Ruijs" ;
  a2a:PersonName [
    rdfs:label "Helena Hubertina Ruijs" ;
    a2a:PersonNameFirstName "Helena Hubertina" ;
    a2a:PersonNameLastName "Ruijs"
  ] .

oa:person_srt_2a68e1c2-a2a4-e477-702f-b51561162072_Person1015905388
  a a2a:Person ;
  rdfs:label "Christina Josephina Kist" ;
  a2a:PersonName [
    rdfs:label "Christina Josephina Kist" ;
    a2a:PersonNameFirstName "Christina Josephina" ;
    a2a:PersonNameLastName "Kist"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "17" ;
    rdfs:label "17"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_2a68e1c2-a2a4-e477-702f-b51561162072_Person1015905389
  a a2a:Person ;
  rdfs:label "Lambert Harm Kist" ;
  a2a:PersonName [
    rdfs:label "Lambert Harm Kist" ;
    a2a:PersonNameFirstName "Lambert Harm" ;
    a2a:PersonNameLastName "Kist"
  ] .

oa:person_srt_2a68e1c2-a2a4-e477-702f-b51561162072_Person1015905390
  a a2a:Person ;
  rdfs:label "Josephina Catharina ter Heege" ;
  a2a:PersonName [
    rdfs:label "Josephina Catharina ter Heege" ;
    a2a:PersonNameFirstName "Josephina Catharina" ;
    a2a:PersonNamePrefixLastName "ter" ;
    a2a:PersonNameLastName "Heege"
  ] .

oa:event_srt_2a68e1c2-a2a4-e477-702f-b51561162072_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "21-05-1930" ;
    a2a:Year "1930" ;
    a2a:Month "05" ;
    a2a:Day "21" ;
    rdfs:label "1930-05-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_2a68e1c2-a2a4-e477-702f-b51561162072_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_2a68e1c2-a2a4-e477-702f-b51561162072_Person1015905385 ;
  a2a:EventKeyRef oa:event_srt_2a68e1c2-a2a4-e477-702f-b51561162072_Event1 .

oa:relationep_srt_2a68e1c2-a2a4-e477-702f-b51561162072_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_2a68e1c2-a2a4-e477-702f-b51561162072_Person1015905386 ;
  a2a:EventKeyRef oa:event_srt_2a68e1c2-a2a4-e477-702f-b51561162072_Event1 .

oa:relationep_srt_2a68e1c2-a2a4-e477-702f-b51561162072_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_2a68e1c2-a2a4-e477-702f-b51561162072_Person1015905387 ;
  a2a:EventKeyRef oa:event_srt_2a68e1c2-a2a4-e477-702f-b51561162072_Event1 .

oa:relationep_srt_2a68e1c2-a2a4-e477-702f-b51561162072_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_2a68e1c2-a2a4-e477-702f-b51561162072_Person1015905388 ;
  a2a:EventKeyRef oa:event_srt_2a68e1c2-a2a4-e477-702f-b51561162072_Event1 .

oa:relationep_srt_2a68e1c2-a2a4-e477-702f-b51561162072_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_2a68e1c2-a2a4-e477-702f-b51561162072_Person1015905389 ;
  a2a:EventKeyRef oa:event_srt_2a68e1c2-a2a4-e477-702f-b51561162072_Event1 .

oa:relationep_srt_2a68e1c2-a2a4-e477-702f-b51561162072_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_2a68e1c2-a2a4-e477-702f-b51561162072_Person1015905390 ;
  a2a:EventKeyRef oa:event_srt_2a68e1c2-a2a4-e477-702f-b51561162072_Event1 .

oa:source_srt_2a68e1c2-a2a4-e477-702f-b51561162072
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1930-05-21 - 1930-05-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1930-05-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1930-05-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "21-05-1930" ;
    a2a:Year "1930" ;
    a2a:Month "05" ;
    a2a:Day "21" ;
    rdfs:label "21-05-1930"
  ] ;
  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 "1930.1829" ;
    a2a:RegistryNumber "1930E" ;
    a2a:Folio "e149" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1930.1829, 1930E, e149"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://hdl.handle.net/21.12133/E699A5FFA41B4838BB05C13BF75F866D" ;
    a2a:UriViewer "https://hdl.handle.net/21.12133/E699A5FFA41B4838BB05C13BF75F866D" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/E699A5FFA41B4838BB05C13BF75F866D"
  ] ;
  a2a:SourceLastChangeDate "2020-11-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/456FA627A9DF4994BA7FC547A97A62F4" ;
  a2a:RecordIdentifier "1015905384" ;
  a2a:RecordGUID "{2a68e1c2-a2a4-e477-702f-b51561162072}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 456FA627-A9DF-4994-BA7F-C547A97A62F4" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061930E_54_A2A.xml van SRT" .

