@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_b3e3074c-3644-37a3-e4ca-db97abbcb190
  a a2a:Record ;
  rdfs:label "Huwelijk op 19 maart 1874 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_b3e3074c-3644-37a3-e4ca-db97abbcb190_Person1445083007, oa:person_srt_b3e3074c-3644-37a3-e4ca-db97abbcb190_Person1445083008, oa:person_srt_b3e3074c-3644-37a3-e4ca-db97abbcb190_Person1445083009, oa:person_srt_b3e3074c-3644-37a3-e4ca-db97abbcb190_Person1445083010, oa:person_srt_b3e3074c-3644-37a3-e4ca-db97abbcb190_Person1445083011, oa:person_srt_b3e3074c-3644-37a3-e4ca-db97abbcb190_Person1445083012 ;
  a2a:hasEvent oa:event_srt_b3e3074c-3644-37a3-e4ca-db97abbcb190_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_b3e3074c-3644-37a3-e4ca-db97abbcb190_0, oa:relationep_srt_b3e3074c-3644-37a3-e4ca-db97abbcb190_1, oa:relationep_srt_b3e3074c-3644-37a3-e4ca-db97abbcb190_2, oa:relationep_srt_b3e3074c-3644-37a3-e4ca-db97abbcb190_3, oa:relationep_srt_b3e3074c-3644-37a3-e4ca-db97abbcb190_4, oa:relationep_srt_b3e3074c-3644-37a3-e4ca-db97abbcb190_5 ;
  a2a:hasSource oa:source_srt_b3e3074c-3644-37a3-e4ca-db97abbcb190 .

oa:person_srt_b3e3074c-3644-37a3-e4ca-db97abbcb190_Person1445083007
  a a2a:Person ;
  rdfs:label "Jan Hendrik Sikemeier" ;
  a2a:PersonName [
    rdfs:label "Jan Hendrik Sikemeier" ;
    a2a:PersonNameFirstName "Jan Hendrik" ;
    a2a:PersonNameLastName "Sikemeier"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "35" ;
    rdfs:label "35"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] .

oa:person_srt_b3e3074c-3644-37a3-e4ca-db97abbcb190_Person1445083008
  a a2a:Person ;
  rdfs:label "Johan Henrich Sikemeier" ;
  a2a:PersonName [
    rdfs:label "Johan Henrich Sikemeier" ;
    a2a:PersonNameFirstName "Johan Henrich" ;
    a2a:PersonNameLastName "Sikemeier"
  ] .

oa:person_srt_b3e3074c-3644-37a3-e4ca-db97abbcb190_Person1445083009
  a a2a:Person ;
  rdfs:label "Geertruida Jansen" ;
  a2a:PersonName [
    rdfs:label "Geertruida Jansen" ;
    a2a:PersonNameFirstName "Geertruida" ;
    a2a:PersonNameLastName "Jansen"
  ] .

oa:person_srt_b3e3074c-3644-37a3-e4ca-db97abbcb190_Person1445083010
  a a2a:Person ;
  rdfs:label "Anna Geertruida Verbeek" ;
  a2a:PersonName [
    rdfs:label "Anna Geertruida Verbeek" ;
    a2a:PersonNameFirstName "Anna Geertruida" ;
    a2a:PersonNameLastName "Verbeek"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "30" ;
    rdfs:label "30"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_b3e3074c-3644-37a3-e4ca-db97abbcb190_Person1445083011
  a a2a:Person ;
  rdfs:label "Jan Jacob Verbeek" ;
  a2a:PersonName [
    rdfs:label "Jan Jacob Verbeek" ;
    a2a:PersonNameFirstName "Jan Jacob" ;
    a2a:PersonNameLastName "Verbeek"
  ] .

oa:person_srt_b3e3074c-3644-37a3-e4ca-db97abbcb190_Person1445083012
  a a2a:Person ;
  rdfs:label "Anna Pieternella Huddik" ;
  a2a:PersonName [
    rdfs:label "Anna Pieternella Huddik" ;
    a2a:PersonNameFirstName "Anna Pieternella" ;
    a2a:PersonNameLastName "Huddik"
  ] .

oa:event_srt_b3e3074c-3644-37a3-e4ca-db97abbcb190_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "19-03-1874" ;
    a2a:Year "1874" ;
    a2a:Month "03" ;
    a2a:Day "19" ;
    rdfs:label "1874-03-19"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_b3e3074c-3644-37a3-e4ca-db97abbcb190_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_b3e3074c-3644-37a3-e4ca-db97abbcb190_Person1445083007 ;
  a2a:EventKeyRef oa:event_srt_b3e3074c-3644-37a3-e4ca-db97abbcb190_Event1 .

oa:relationep_srt_b3e3074c-3644-37a3-e4ca-db97abbcb190_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_b3e3074c-3644-37a3-e4ca-db97abbcb190_Person1445083008 ;
  a2a:EventKeyRef oa:event_srt_b3e3074c-3644-37a3-e4ca-db97abbcb190_Event1 .

oa:relationep_srt_b3e3074c-3644-37a3-e4ca-db97abbcb190_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_b3e3074c-3644-37a3-e4ca-db97abbcb190_Person1445083009 ;
  a2a:EventKeyRef oa:event_srt_b3e3074c-3644-37a3-e4ca-db97abbcb190_Event1 .

oa:relationep_srt_b3e3074c-3644-37a3-e4ca-db97abbcb190_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_b3e3074c-3644-37a3-e4ca-db97abbcb190_Person1445083010 ;
  a2a:EventKeyRef oa:event_srt_b3e3074c-3644-37a3-e4ca-db97abbcb190_Event1 .

oa:relationep_srt_b3e3074c-3644-37a3-e4ca-db97abbcb190_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_b3e3074c-3644-37a3-e4ca-db97abbcb190_Person1445083011 ;
  a2a:EventKeyRef oa:event_srt_b3e3074c-3644-37a3-e4ca-db97abbcb190_Event1 .

oa:relationep_srt_b3e3074c-3644-37a3-e4ca-db97abbcb190_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_b3e3074c-3644-37a3-e4ca-db97abbcb190_Person1445083012 ;
  a2a:EventKeyRef oa:event_srt_b3e3074c-3644-37a3-e4ca-db97abbcb190_Event1 .

oa:source_srt_b3e3074c-3644-37a3-e4ca-db97abbcb190
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1874-03-19 - 1874-03-19"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1874-03-19"^^xsd:date ;
    a2a:SourceIndexDateTo "1874-03-19"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "19-03-1874" ;
    a2a:Year "1874" ;
    a2a:Month "03" ;
    a2a:Day "19" ;
    rdfs:label "19-03-1874"
  ] ;
  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 huwelijks- en echtscheidingsregister van de gemeente Rotterdam" ;
    a2a:DocumentNumber "1874.222" ;
    a2a:RegistryNumber "1874B" ;
    a2a:Folio "b15" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijks- en echtscheidingsregister van de gemeente Rotterdam, 1874.222, 1874B, b15"
  ] ;
  a2a:SourceLastChangeDate "2023-05-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/8E7947BCFEFC469080C3C9CD3E6183C3" ;
  a2a:RecordIdentifier "1445083006" ;
  a2a:RecordGUID "{b3e3074c-3644-37a3-e4ca-db97abbcb190}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 8E7947BC-FEFC-4690-80C3-C9CD3E6183C3" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061874B_54_A2A.xml van SRT" .

