@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_064fd689-aaef-e3fa-0cfb-e1c9d13421b7
  a a2a:Record ;
  rdfs:label "Huwelijk op 19 juni 1895 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_064fd689-aaef-e3fa-0cfb-e1c9d13421b7_Person1015027749, oa:person_srt_064fd689-aaef-e3fa-0cfb-e1c9d13421b7_Person1015027750, oa:person_srt_064fd689-aaef-e3fa-0cfb-e1c9d13421b7_Person1015027751, oa:person_srt_064fd689-aaef-e3fa-0cfb-e1c9d13421b7_Person1015027752, oa:person_srt_064fd689-aaef-e3fa-0cfb-e1c9d13421b7_Person1015027753, oa:person_srt_064fd689-aaef-e3fa-0cfb-e1c9d13421b7_Person1015027754 ;
  a2a:hasEvent oa:event_srt_064fd689-aaef-e3fa-0cfb-e1c9d13421b7_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_064fd689-aaef-e3fa-0cfb-e1c9d13421b7_0, oa:relationep_srt_064fd689-aaef-e3fa-0cfb-e1c9d13421b7_1, oa:relationep_srt_064fd689-aaef-e3fa-0cfb-e1c9d13421b7_2, oa:relationep_srt_064fd689-aaef-e3fa-0cfb-e1c9d13421b7_3, oa:relationep_srt_064fd689-aaef-e3fa-0cfb-e1c9d13421b7_4, oa:relationep_srt_064fd689-aaef-e3fa-0cfb-e1c9d13421b7_5 ;
  a2a:hasSource oa:source_srt_064fd689-aaef-e3fa-0cfb-e1c9d13421b7 .

oa:person_srt_064fd689-aaef-e3fa-0cfb-e1c9d13421b7_Person1015027749
  a a2a:Person ;
  rdfs:label "Adrianus Vroomans" ;
  a2a:PersonName [
    rdfs:label "Adrianus Vroomans" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNameLastName "Vroomans"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "27" ;
    rdfs:label "27"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Vlijmen" ;
    rdfs:label "Vlijmen"
  ] .

oa:person_srt_064fd689-aaef-e3fa-0cfb-e1c9d13421b7_Person1015027750
  a a2a:Person ;
  rdfs:label "Simon Vroomans" ;
  a2a:PersonName [
    rdfs:label "Simon Vroomans" ;
    a2a:PersonNameFirstName "Simon" ;
    a2a:PersonNameLastName "Vroomans"
  ] .

oa:person_srt_064fd689-aaef-e3fa-0cfb-e1c9d13421b7_Person1015027751
  a a2a:Person ;
  rdfs:label "Gijsberdina van Helvoort" ;
  a2a:PersonName [
    rdfs:label "Gijsberdina van Helvoort" ;
    a2a:PersonNameFirstName "Gijsberdina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Helvoort"
  ] .

oa:person_srt_064fd689-aaef-e3fa-0cfb-e1c9d13421b7_Person1015027752
  a a2a:Person ;
  rdfs:label "Johanna Boone" ;
  a2a:PersonName [
    rdfs:label "Johanna Boone" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Boone"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "34" ;
    rdfs:label "34"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Oostkapelle" ;
    rdfs:label "Oostkapelle"
  ] .

oa:person_srt_064fd689-aaef-e3fa-0cfb-e1c9d13421b7_Person1015027753
  a a2a:Person ;
  rdfs:label "Pieter Boone" ;
  a2a:PersonName [
    rdfs:label "Pieter Boone" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNameLastName "Boone"
  ] .

oa:person_srt_064fd689-aaef-e3fa-0cfb-e1c9d13421b7_Person1015027754
  a a2a:Person ;
  rdfs:label "Maria Wisse" ;
  a2a:PersonName [
    rdfs:label "Maria Wisse" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Wisse"
  ] .

oa:event_srt_064fd689-aaef-e3fa-0cfb-e1c9d13421b7_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "19-06-1895" ;
    a2a:Year "1895" ;
    a2a:Month "06" ;
    a2a:Day "19" ;
    rdfs:label "1895-06-19"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_064fd689-aaef-e3fa-0cfb-e1c9d13421b7_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_064fd689-aaef-e3fa-0cfb-e1c9d13421b7_Person1015027749 ;
  a2a:EventKeyRef oa:event_srt_064fd689-aaef-e3fa-0cfb-e1c9d13421b7_Event1 .

oa:relationep_srt_064fd689-aaef-e3fa-0cfb-e1c9d13421b7_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_064fd689-aaef-e3fa-0cfb-e1c9d13421b7_Person1015027750 ;
  a2a:EventKeyRef oa:event_srt_064fd689-aaef-e3fa-0cfb-e1c9d13421b7_Event1 .

oa:relationep_srt_064fd689-aaef-e3fa-0cfb-e1c9d13421b7_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_064fd689-aaef-e3fa-0cfb-e1c9d13421b7_Person1015027751 ;
  a2a:EventKeyRef oa:event_srt_064fd689-aaef-e3fa-0cfb-e1c9d13421b7_Event1 .

oa:relationep_srt_064fd689-aaef-e3fa-0cfb-e1c9d13421b7_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_064fd689-aaef-e3fa-0cfb-e1c9d13421b7_Person1015027752 ;
  a2a:EventKeyRef oa:event_srt_064fd689-aaef-e3fa-0cfb-e1c9d13421b7_Event1 .

oa:relationep_srt_064fd689-aaef-e3fa-0cfb-e1c9d13421b7_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_064fd689-aaef-e3fa-0cfb-e1c9d13421b7_Person1015027753 ;
  a2a:EventKeyRef oa:event_srt_064fd689-aaef-e3fa-0cfb-e1c9d13421b7_Event1 .

oa:relationep_srt_064fd689-aaef-e3fa-0cfb-e1c9d13421b7_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_064fd689-aaef-e3fa-0cfb-e1c9d13421b7_Person1015027754 ;
  a2a:EventKeyRef oa:event_srt_064fd689-aaef-e3fa-0cfb-e1c9d13421b7_Event1 .

oa:source_srt_064fd689-aaef-e3fa-0cfb-e1c9d13421b7
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1895-06-19 - 1895-06-19"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1895-06-19"^^xsd:date ;
    a2a:SourceIndexDateTo "1895-06-19"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "19-06-1895" ;
    a2a:Year "1895" ;
    a2a:Month "06" ;
    a2a:Day "19" ;
    rdfs:label "19-06-1895"
  ] ;
  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 "1895.595" ;
    a2a:RegistryNumber "1895F" ;
    a2a:Folio "f009" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijks- en echtscheidingsregister van de gemeente Rotterdam, 1895.595, 1895F, f009"
  ] ;
  a2a:SourceLastChangeDate "2023-05-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/3070FC6DDB44489D94E4EEB57D02E247" ;
  a2a:RecordIdentifier "1015027748" ;
  a2a:RecordGUID "{064fd689-aaef-e3fa-0cfb-e1c9d13421b7}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 3070FC6D-DB44-489D-94E4-EEB57D02E247" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061895F_54_A2A.xml van SRT" .

