@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_211e7f2d-b0a2-29ad-dd71-bc731230d2b4
  a a2a:Record ;
  rdfs:label "Huwelijk op 21 februari 1912 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_211e7f2d-b0a2-29ad-dd71-bc731230d2b4_Person1015157043, oa:person_srt_211e7f2d-b0a2-29ad-dd71-bc731230d2b4_Person1015157044, oa:person_srt_211e7f2d-b0a2-29ad-dd71-bc731230d2b4_Person1015157045, oa:person_srt_211e7f2d-b0a2-29ad-dd71-bc731230d2b4_Person1015157046, oa:person_srt_211e7f2d-b0a2-29ad-dd71-bc731230d2b4_Person1015157047, oa:person_srt_211e7f2d-b0a2-29ad-dd71-bc731230d2b4_Person1015157048 ;
  a2a:hasEvent oa:event_srt_211e7f2d-b0a2-29ad-dd71-bc731230d2b4_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_211e7f2d-b0a2-29ad-dd71-bc731230d2b4_0, oa:relationep_srt_211e7f2d-b0a2-29ad-dd71-bc731230d2b4_1, oa:relationep_srt_211e7f2d-b0a2-29ad-dd71-bc731230d2b4_2, oa:relationep_srt_211e7f2d-b0a2-29ad-dd71-bc731230d2b4_3, oa:relationep_srt_211e7f2d-b0a2-29ad-dd71-bc731230d2b4_4, oa:relationep_srt_211e7f2d-b0a2-29ad-dd71-bc731230d2b4_5 ;
  a2a:hasSource oa:source_srt_211e7f2d-b0a2-29ad-dd71-bc731230d2b4 .

oa:person_srt_211e7f2d-b0a2-29ad-dd71-bc731230d2b4_Person1015157043
  a a2a:Person ;
  rdfs:label "Lambert Admiraal" ;
  a2a:PersonName [
    rdfs:label "Lambert Admiraal" ;
    a2a:PersonNameFirstName "Lambert" ;
    a2a:PersonNameLastName "Admiraal"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "28" ;
    rdfs:label "28"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Delfshaven" ;
    rdfs:label "Delfshaven"
  ] .

oa:person_srt_211e7f2d-b0a2-29ad-dd71-bc731230d2b4_Person1015157044
  a a2a:Person ;
  rdfs:label "Marinus Admiraal" ;
  a2a:PersonName [
    rdfs:label "Marinus Admiraal" ;
    a2a:PersonNameFirstName "Marinus" ;
    a2a:PersonNameLastName "Admiraal"
  ] .

oa:person_srt_211e7f2d-b0a2-29ad-dd71-bc731230d2b4_Person1015157045
  a a2a:Person ;
  rdfs:label "Maria Magdalena Gilissen" ;
  a2a:PersonName [
    rdfs:label "Maria Magdalena Gilissen" ;
    a2a:PersonNameFirstName "Maria Magdalena" ;
    a2a:PersonNameLastName "Gilissen"
  ] .

oa:person_srt_211e7f2d-b0a2-29ad-dd71-bc731230d2b4_Person1015157046
  a a2a:Person ;
  rdfs:label "Jacoba de Klerk" ;
  a2a:PersonName [
    rdfs:label "Jacoba de Klerk" ;
    a2a:PersonNameFirstName "Jacoba" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Klerk"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "20" ;
    rdfs:label "20"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_211e7f2d-b0a2-29ad-dd71-bc731230d2b4_Person1015157047
  a a2a:Person ;
  rdfs:label "Meindert de Klerk" ;
  a2a:PersonName [
    rdfs:label "Meindert de Klerk" ;
    a2a:PersonNameFirstName "Meindert" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Klerk"
  ] .

oa:person_srt_211e7f2d-b0a2-29ad-dd71-bc731230d2b4_Person1015157048
  a a2a:Person ;
  rdfs:label "Maria Jacoba Wolfswinken" ;
  a2a:PersonName [
    rdfs:label "Maria Jacoba Wolfswinken" ;
    a2a:PersonNameFirstName "Maria Jacoba" ;
    a2a:PersonNameLastName "Wolfswinken"
  ] .

oa:event_srt_211e7f2d-b0a2-29ad-dd71-bc731230d2b4_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "21-02-1912" ;
    a2a:Year "1912" ;
    a2a:Month "02" ;
    a2a:Day "21" ;
    rdfs:label "1912-02-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_211e7f2d-b0a2-29ad-dd71-bc731230d2b4_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_211e7f2d-b0a2-29ad-dd71-bc731230d2b4_Person1015157043 ;
  a2a:EventKeyRef oa:event_srt_211e7f2d-b0a2-29ad-dd71-bc731230d2b4_Event1 .

oa:relationep_srt_211e7f2d-b0a2-29ad-dd71-bc731230d2b4_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_211e7f2d-b0a2-29ad-dd71-bc731230d2b4_Person1015157044 ;
  a2a:EventKeyRef oa:event_srt_211e7f2d-b0a2-29ad-dd71-bc731230d2b4_Event1 .

oa:relationep_srt_211e7f2d-b0a2-29ad-dd71-bc731230d2b4_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_211e7f2d-b0a2-29ad-dd71-bc731230d2b4_Person1015157045 ;
  a2a:EventKeyRef oa:event_srt_211e7f2d-b0a2-29ad-dd71-bc731230d2b4_Event1 .

oa:relationep_srt_211e7f2d-b0a2-29ad-dd71-bc731230d2b4_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_211e7f2d-b0a2-29ad-dd71-bc731230d2b4_Person1015157046 ;
  a2a:EventKeyRef oa:event_srt_211e7f2d-b0a2-29ad-dd71-bc731230d2b4_Event1 .

oa:relationep_srt_211e7f2d-b0a2-29ad-dd71-bc731230d2b4_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_211e7f2d-b0a2-29ad-dd71-bc731230d2b4_Person1015157047 ;
  a2a:EventKeyRef oa:event_srt_211e7f2d-b0a2-29ad-dd71-bc731230d2b4_Event1 .

oa:relationep_srt_211e7f2d-b0a2-29ad-dd71-bc731230d2b4_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_211e7f2d-b0a2-29ad-dd71-bc731230d2b4_Person1015157048 ;
  a2a:EventKeyRef oa:event_srt_211e7f2d-b0a2-29ad-dd71-bc731230d2b4_Event1 .

oa:source_srt_211e7f2d-b0a2-29ad-dd71-bc731230d2b4
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1912-02-21 - 1912-02-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1912-02-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1912-02-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "21-02-1912" ;
    a2a:Year "1912" ;
    a2a:Month "02" ;
    a2a:Day "21" ;
    rdfs:label "21-02-1912"
  ] ;
  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 "1912B" ;
    a2a:Folio "b98v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1912B, b98v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://hdl.handle.net/21.12133/B55800DA7FD34A499A561BF11D7172DA" ;
    a2a:UriViewer "https://hdl.handle.net/21.12133/B55800DA7FD34A499A561BF11D7172DA" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/B55800DA7FD34A499A561BF11D7172DA"
  ] ;
  a2a:SourceLastChangeDate "2017-10-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/444D32E5E74F4065877475ED5D27682D" ;
  a2a:RecordIdentifier "1015157042" ;
  a2a:RecordGUID "{211e7f2d-b0a2-29ad-dd71-bc731230d2b4}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 444D32E5-E74F-4065-8774-75ED5D27682D" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061912B_54_A2A.xml van SRT" .

