@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_54849D4B-2C33-4ACC-8C07-2AB66D4576CD
  a a2a:Record ;
  rdfs:label "Huwelijk op 5 maart 1890 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_54849D4B-2C33-4ACC-8C07-2AB66D4576CD_Person1445088010, oa:person_srt_54849D4B-2C33-4ACC-8C07-2AB66D4576CD_Person1445088011, oa:person_srt_54849D4B-2C33-4ACC-8C07-2AB66D4576CD_Person1445088012, oa:person_srt_54849D4B-2C33-4ACC-8C07-2AB66D4576CD_Person1445088013, oa:person_srt_54849D4B-2C33-4ACC-8C07-2AB66D4576CD_Person1445088014, oa:person_srt_54849D4B-2C33-4ACC-8C07-2AB66D4576CD_Person1445088015 ;
  a2a:hasEvent oa:event_srt_54849D4B-2C33-4ACC-8C07-2AB66D4576CD_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_54849D4B-2C33-4ACC-8C07-2AB66D4576CD_0, oa:relationep_srt_54849D4B-2C33-4ACC-8C07-2AB66D4576CD_1, oa:relationep_srt_54849D4B-2C33-4ACC-8C07-2AB66D4576CD_2, oa:relationep_srt_54849D4B-2C33-4ACC-8C07-2AB66D4576CD_3, oa:relationep_srt_54849D4B-2C33-4ACC-8C07-2AB66D4576CD_4, oa:relationep_srt_54849D4B-2C33-4ACC-8C07-2AB66D4576CD_5 ;
  a2a:hasSource oa:source_srt_54849D4B-2C33-4ACC-8C07-2AB66D4576CD .

oa:person_srt_54849D4B-2C33-4ACC-8C07-2AB66D4576CD_Person1445088010
  a a2a:Person ;
  rdfs:label "Joannes Petrus van Megen" ;
  a2a:PersonName [
    rdfs:label "Joannes Petrus van Megen" ;
    a2a:PersonNameFirstName "Joannes Petrus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Megen"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "48" ;
    rdfs:label "48"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Ubbergen" ;
    rdfs:label "Ubbergen"
  ] .

oa:person_srt_54849D4B-2C33-4ACC-8C07-2AB66D4576CD_Person1445088011
  a a2a:Person ;
  rdfs:label "Wilhelmus van Megen" ;
  a2a:PersonName [
    rdfs:label "Wilhelmus van Megen" ;
    a2a:PersonNameFirstName "Wilhelmus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Megen"
  ] .

oa:person_srt_54849D4B-2C33-4ACC-8C07-2AB66D4576CD_Person1445088012
  a a2a:Person ;
  rdfs:label "Catrina Christina Schlenks" ;
  a2a:PersonName [
    rdfs:label "Catrina Christina Schlenks" ;
    a2a:PersonNameFirstName "Catrina Christina" ;
    a2a:PersonNameLastName "Schlenks"
  ] .

oa:person_srt_54849D4B-2C33-4ACC-8C07-2AB66D4576CD_Person1445088013
  a a2a:Person ;
  rdfs:label "Adriana Houkam" ;
  a2a:PersonName [
    rdfs:label "Adriana Houkam" ;
    a2a:PersonNameFirstName "Adriana" ;
    a2a:PersonNameLastName "Houkam"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "49" ;
    rdfs:label "49"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Duivendijke" ;
    rdfs:label "Duivendijke"
  ] .

oa:person_srt_54849D4B-2C33-4ACC-8C07-2AB66D4576CD_Person1445088014
  a a2a:Person ;
  rdfs:label "Hendrik Houkam" ;
  a2a:PersonName [
    rdfs:label "Hendrik Houkam" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Houkam"
  ] .

oa:person_srt_54849D4B-2C33-4ACC-8C07-2AB66D4576CD_Person1445088015
  a a2a:Person ;
  rdfs:label "Lena Storm" ;
  a2a:PersonName [
    rdfs:label "Lena Storm" ;
    a2a:PersonNameFirstName "Lena" ;
    a2a:PersonNameLastName "Storm"
  ] .

oa:event_srt_54849D4B-2C33-4ACC-8C07-2AB66D4576CD_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "05-03-1890" ;
    a2a:Year "1890" ;
    a2a:Month "03" ;
    a2a:Day "05" ;
    rdfs:label "1890-03-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_54849D4B-2C33-4ACC-8C07-2AB66D4576CD_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_54849D4B-2C33-4ACC-8C07-2AB66D4576CD_Person1445088010 ;
  a2a:EventKeyRef oa:event_srt_54849D4B-2C33-4ACC-8C07-2AB66D4576CD_Event1 .

oa:relationep_srt_54849D4B-2C33-4ACC-8C07-2AB66D4576CD_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_54849D4B-2C33-4ACC-8C07-2AB66D4576CD_Person1445088011 ;
  a2a:EventKeyRef oa:event_srt_54849D4B-2C33-4ACC-8C07-2AB66D4576CD_Event1 .

oa:relationep_srt_54849D4B-2C33-4ACC-8C07-2AB66D4576CD_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_54849D4B-2C33-4ACC-8C07-2AB66D4576CD_Person1445088012 ;
  a2a:EventKeyRef oa:event_srt_54849D4B-2C33-4ACC-8C07-2AB66D4576CD_Event1 .

oa:relationep_srt_54849D4B-2C33-4ACC-8C07-2AB66D4576CD_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_54849D4B-2C33-4ACC-8C07-2AB66D4576CD_Person1445088013 ;
  a2a:EventKeyRef oa:event_srt_54849D4B-2C33-4ACC-8C07-2AB66D4576CD_Event1 .

oa:relationep_srt_54849D4B-2C33-4ACC-8C07-2AB66D4576CD_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_54849D4B-2C33-4ACC-8C07-2AB66D4576CD_Person1445088014 ;
  a2a:EventKeyRef oa:event_srt_54849D4B-2C33-4ACC-8C07-2AB66D4576CD_Event1 .

oa:relationep_srt_54849D4B-2C33-4ACC-8C07-2AB66D4576CD_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_54849D4B-2C33-4ACC-8C07-2AB66D4576CD_Person1445088015 ;
  a2a:EventKeyRef oa:event_srt_54849D4B-2C33-4ACC-8C07-2AB66D4576CD_Event1 .

oa:source_srt_54849D4B-2C33-4ACC-8C07-2AB66D4576CD
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1890-03-05 - 1890-03-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1890-03-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1890-03-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "05-03-1890" ;
    a2a:Year "1890" ;
    a2a:Month "03" ;
    a2a:Day "05" ;
    rdfs:label "05-03-1890"
  ] ;
  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 "1890.196" ;
    a2a:RegistryNumber "1890B" ;
    a2a:Folio "b006" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1890.196, 1890B, b006"
  ] ;
  a2a:SourceLastChangeDate "2023-05-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/54849D4B2C334ACC8C072AB66D4576CD" ;
  a2a:RecordIdentifier "1445088009" ;
  a2a:RecordGUID "{54849D4B-2C33-4ACC-8C07-2AB66D4576CD}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/C653CAF917B745FB9AEA4FA9F8A3E516" .

