@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_1AB030AB-F697-406B-AF21-DCDF436CCCB2
  a a2a:Record ;
  rdfs:label "Huwelijk op 14 februari 1934 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_1AB030AB-F697-406B-AF21-DCDF436CCCB2_Person3272014858, oa:person_srt_1AB030AB-F697-406B-AF21-DCDF436CCCB2_Person3272014859, oa:person_srt_1AB030AB-F697-406B-AF21-DCDF436CCCB2_Person3272014860, oa:person_srt_1AB030AB-F697-406B-AF21-DCDF436CCCB2_Person3272014861, oa:person_srt_1AB030AB-F697-406B-AF21-DCDF436CCCB2_Person3272014862, oa:person_srt_1AB030AB-F697-406B-AF21-DCDF436CCCB2_Person3272014863 ;
  a2a:hasEvent oa:event_srt_1AB030AB-F697-406B-AF21-DCDF436CCCB2_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_1AB030AB-F697-406B-AF21-DCDF436CCCB2_0, oa:relationep_srt_1AB030AB-F697-406B-AF21-DCDF436CCCB2_1, oa:relationep_srt_1AB030AB-F697-406B-AF21-DCDF436CCCB2_2, oa:relationep_srt_1AB030AB-F697-406B-AF21-DCDF436CCCB2_3, oa:relationep_srt_1AB030AB-F697-406B-AF21-DCDF436CCCB2_4, oa:relationep_srt_1AB030AB-F697-406B-AF21-DCDF436CCCB2_5 ;
  a2a:hasSource oa:source_srt_1AB030AB-F697-406B-AF21-DCDF436CCCB2 .

oa:person_srt_1AB030AB-F697-406B-AF21-DCDF436CCCB2_Person3272014858
  a a2a:Person ;
  rdfs:label "Philipp Bernhard Meijer" ;
  a2a:PersonName [
    rdfs:label "Philipp Bernhard Meijer" ;
    a2a:PersonNameFirstName "Philipp Bernhard" ;
    a2a:PersonNameLastName "Meijer"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "22" ;
    rdfs:label "22"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Leipzig-Lindenau (Saksen)" ;
    rdfs:label "Leipzig-Lindenau (Saksen)"
  ] .

oa:person_srt_1AB030AB-F697-406B-AF21-DCDF436CCCB2_Person3272014859
  a a2a:Person ;
  rdfs:label "Philipp Meijer" ;
  a2a:PersonName [
    rdfs:label "Philipp Meijer" ;
    a2a:PersonNameFirstName "Philipp" ;
    a2a:PersonNameLastName "Meijer"
  ] .

oa:person_srt_1AB030AB-F697-406B-AF21-DCDF436CCCB2_Person3272014860
  a a2a:Person ;
  rdfs:label "Philippine Rubel" ;
  a2a:PersonName [
    rdfs:label "Philippine Rubel" ;
    a2a:PersonNameFirstName "Philippine" ;
    a2a:PersonNameLastName "Rubel"
  ] .

oa:person_srt_1AB030AB-F697-406B-AF21-DCDF436CCCB2_Person3272014861
  a a2a:Person ;
  rdfs:label "Aagje Cornelia van der Perk" ;
  a2a:PersonName [
    rdfs:label "Aagje Cornelia van der Perk" ;
    a2a:PersonNameFirstName "Aagje Cornelia" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Perk"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "27" ;
    rdfs:label "27"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Alblasserdam" ;
    rdfs:label "Alblasserdam"
  ] .

oa:person_srt_1AB030AB-F697-406B-AF21-DCDF436CCCB2_Person3272014862
  a a2a:Person ;
  rdfs:label "Johannes van der Perk" ;
  a2a:PersonName [
    rdfs:label "Johannes van der Perk" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Perk"
  ] .

oa:person_srt_1AB030AB-F697-406B-AF21-DCDF436CCCB2_Person3272014863
  a a2a:Person ;
  rdfs:label "Christina de Wit" ;
  a2a:PersonName [
    rdfs:label "Christina de Wit" ;
    a2a:PersonNameFirstName "Christina" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Wit"
  ] .

oa:event_srt_1AB030AB-F697-406B-AF21-DCDF436CCCB2_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "14-02-1934" ;
    a2a:Year "1934" ;
    a2a:Month "02" ;
    a2a:Day "14" ;
    rdfs:label "1934-02-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_1AB030AB-F697-406B-AF21-DCDF436CCCB2_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_1AB030AB-F697-406B-AF21-DCDF436CCCB2_Person3272014858 ;
  a2a:EventKeyRef oa:event_srt_1AB030AB-F697-406B-AF21-DCDF436CCCB2_Event1 .

oa:relationep_srt_1AB030AB-F697-406B-AF21-DCDF436CCCB2_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_1AB030AB-F697-406B-AF21-DCDF436CCCB2_Person3272014859 ;
  a2a:EventKeyRef oa:event_srt_1AB030AB-F697-406B-AF21-DCDF436CCCB2_Event1 .

oa:relationep_srt_1AB030AB-F697-406B-AF21-DCDF436CCCB2_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_1AB030AB-F697-406B-AF21-DCDF436CCCB2_Person3272014860 ;
  a2a:EventKeyRef oa:event_srt_1AB030AB-F697-406B-AF21-DCDF436CCCB2_Event1 .

oa:relationep_srt_1AB030AB-F697-406B-AF21-DCDF436CCCB2_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_1AB030AB-F697-406B-AF21-DCDF436CCCB2_Person3272014861 ;
  a2a:EventKeyRef oa:event_srt_1AB030AB-F697-406B-AF21-DCDF436CCCB2_Event1 .

oa:relationep_srt_1AB030AB-F697-406B-AF21-DCDF436CCCB2_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_1AB030AB-F697-406B-AF21-DCDF436CCCB2_Person3272014862 ;
  a2a:EventKeyRef oa:event_srt_1AB030AB-F697-406B-AF21-DCDF436CCCB2_Event1 .

oa:relationep_srt_1AB030AB-F697-406B-AF21-DCDF436CCCB2_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_1AB030AB-F697-406B-AF21-DCDF436CCCB2_Person3272014863 ;
  a2a:EventKeyRef oa:event_srt_1AB030AB-F697-406B-AF21-DCDF436CCCB2_Event1 .

oa:source_srt_1AB030AB-F697-406B-AF21-DCDF436CCCB2
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1934-02-14 - 1934-02-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1934-02-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1934-02-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "14-02-1934" ;
    a2a:Year "1934" ;
    a2a:Month "02" ;
    a2a:Day "14" ;
    rdfs:label "14-02-1934"
  ] ;
  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 "1934.439" ;
    a2a:RegistryNumber "1934A" ;
    a2a:Folio "a112" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1934.439, 1934A, a112"
  ] ;
  a2a:SourceLastChangeDate "2023-06-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/1AB030ABF697406BAF21DCDF436CCCB2" ;
  a2a:RecordIdentifier "3272014857" ;
  a2a:RecordGUID "{1AB030AB-F697-406B-AF21-DCDF436CCCB2}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/F3DBF15D29024F8588EBFDFF91A6E91E" .

