@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_c19c2f31-db02-e0ff-b230-aecf3e57b5a0
  a a2a:Record ;
  rdfs:label "Huwelijk op 15 april 1863 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_c19c2f31-db02-e0ff-b230-aecf3e57b5a0_Person1014035772, oa:person_srt_c19c2f31-db02-e0ff-b230-aecf3e57b5a0_Person1014035773, oa:person_srt_c19c2f31-db02-e0ff-b230-aecf3e57b5a0_Person1014035774, oa:person_srt_c19c2f31-db02-e0ff-b230-aecf3e57b5a0_Person1014035775, oa:person_srt_c19c2f31-db02-e0ff-b230-aecf3e57b5a0_Person1014035776, oa:person_srt_c19c2f31-db02-e0ff-b230-aecf3e57b5a0_Person1014035777 ;
  a2a:hasEvent oa:event_srt_c19c2f31-db02-e0ff-b230-aecf3e57b5a0_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_c19c2f31-db02-e0ff-b230-aecf3e57b5a0_0, oa:relationep_srt_c19c2f31-db02-e0ff-b230-aecf3e57b5a0_1, oa:relationep_srt_c19c2f31-db02-e0ff-b230-aecf3e57b5a0_2, oa:relationep_srt_c19c2f31-db02-e0ff-b230-aecf3e57b5a0_3, oa:relationep_srt_c19c2f31-db02-e0ff-b230-aecf3e57b5a0_4, oa:relationep_srt_c19c2f31-db02-e0ff-b230-aecf3e57b5a0_5 ;
  a2a:hasSource oa:source_srt_c19c2f31-db02-e0ff-b230-aecf3e57b5a0 .

oa:person_srt_c19c2f31-db02-e0ff-b230-aecf3e57b5a0_Person1014035772
  a a2a:Person ;
  rdfs:label "Hijman Jacob Mulder" ;
  a2a:PersonName [
    rdfs:label "Hijman Jacob Mulder" ;
    a2a:PersonNameFirstName "Hijman Jacob" ;
    a2a:PersonNameLastName "Mulder"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "40" ;
    rdfs:label "40"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] .

oa:person_srt_c19c2f31-db02-e0ff-b230-aecf3e57b5a0_Person1014035773
  a a2a:Person ;
  rdfs:label "Jacob Levie Mulder" ;
  a2a:PersonName [
    rdfs:label "Jacob Levie Mulder" ;
    a2a:PersonNameFirstName "Jacob Levie" ;
    a2a:PersonNameLastName "Mulder"
  ] .

oa:person_srt_c19c2f31-db02-e0ff-b230-aecf3e57b5a0_Person1014035774
  a a2a:Person ;
  rdfs:label "Schoontje Abraham van de Kar" ;
  a2a:PersonName [
    rdfs:label "Schoontje Abraham van de Kar" ;
    a2a:PersonNameFirstName "Schoontje Abraham" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Kar"
  ] .

oa:person_srt_c19c2f31-db02-e0ff-b230-aecf3e57b5a0_Person1014035775
  a a2a:Person ;
  rdfs:label "Sara Leeraar" ;
  a2a:PersonName [
    rdfs:label "Sara Leeraar" ;
    a2a:PersonNameFirstName "Sara" ;
    a2a:PersonNameLastName "Leeraar"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "48" ;
    rdfs:label "48"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_c19c2f31-db02-e0ff-b230-aecf3e57b5a0_Person1014035776
  a a2a:Person ;
  rdfs:label "Elias Abraham Leeraar" ;
  a2a:PersonName [
    rdfs:label "Elias Abraham Leeraar" ;
    a2a:PersonNameFirstName "Elias Abraham" ;
    a2a:PersonNameLastName "Leeraar"
  ] .

oa:person_srt_c19c2f31-db02-e0ff-b230-aecf3e57b5a0_Person1014035777
  a a2a:Person ;
  rdfs:label "betje Meijer" ;
  a2a:PersonName [
    rdfs:label "betje Meijer" ;
    a2a:PersonNameFirstName "betje" ;
    a2a:PersonNameLastName "Meijer"
  ] .

oa:event_srt_c19c2f31-db02-e0ff-b230-aecf3e57b5a0_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "15-04-1863" ;
    a2a:Year "1863" ;
    a2a:Month "04" ;
    a2a:Day "15" ;
    rdfs:label "1863-04-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_c19c2f31-db02-e0ff-b230-aecf3e57b5a0_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_c19c2f31-db02-e0ff-b230-aecf3e57b5a0_Person1014035772 ;
  a2a:EventKeyRef oa:event_srt_c19c2f31-db02-e0ff-b230-aecf3e57b5a0_Event1 .

oa:relationep_srt_c19c2f31-db02-e0ff-b230-aecf3e57b5a0_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_c19c2f31-db02-e0ff-b230-aecf3e57b5a0_Person1014035773 ;
  a2a:EventKeyRef oa:event_srt_c19c2f31-db02-e0ff-b230-aecf3e57b5a0_Event1 .

oa:relationep_srt_c19c2f31-db02-e0ff-b230-aecf3e57b5a0_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_c19c2f31-db02-e0ff-b230-aecf3e57b5a0_Person1014035774 ;
  a2a:EventKeyRef oa:event_srt_c19c2f31-db02-e0ff-b230-aecf3e57b5a0_Event1 .

oa:relationep_srt_c19c2f31-db02-e0ff-b230-aecf3e57b5a0_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_c19c2f31-db02-e0ff-b230-aecf3e57b5a0_Person1014035775 ;
  a2a:EventKeyRef oa:event_srt_c19c2f31-db02-e0ff-b230-aecf3e57b5a0_Event1 .

oa:relationep_srt_c19c2f31-db02-e0ff-b230-aecf3e57b5a0_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_c19c2f31-db02-e0ff-b230-aecf3e57b5a0_Person1014035776 ;
  a2a:EventKeyRef oa:event_srt_c19c2f31-db02-e0ff-b230-aecf3e57b5a0_Event1 .

oa:relationep_srt_c19c2f31-db02-e0ff-b230-aecf3e57b5a0_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_c19c2f31-db02-e0ff-b230-aecf3e57b5a0_Person1014035777 ;
  a2a:EventKeyRef oa:event_srt_c19c2f31-db02-e0ff-b230-aecf3e57b5a0_Event1 .

oa:source_srt_c19c2f31-db02-e0ff-b230-aecf3e57b5a0
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1863-04-15 - 1863-04-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1863-04-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1863-04-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "15-04-1863" ;
    a2a:Year "1863" ;
    a2a:Month "04" ;
    a2a:Day "15" ;
    rdfs:label "15-04-1863"
  ] ;
  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 "1863.188" ;
    a2a:RegistryNumber "1863A" ;
    a2a:Folio "a99" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijks- en echtscheidingsregister van de gemeente Rotterdam, 1863.188, 1863A, a99"
  ] ;
  a2a:SourceLastChangeDate "2023-03-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/958DFF0BDB0D46B997789BDF8AC4380B" ;
  a2a:RecordIdentifier "1014035771" ;
  a2a:RecordGUID "{c19c2f31-db02-e0ff-b230-aecf3e57b5a0}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 958DFF0B-DB0D-46B9-9778-9BDF8AC4380B" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061863A_54_A2A.xml van SRT" .

