@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_0bcfc0ee-a6b1-2306-93b8-e0eb990952a2
  a a2a:Record ;
  rdfs:label "Huwelijk op 23 april 1903 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_0bcfc0ee-a6b1-2306-93b8-e0eb990952a2_Person1015304554, oa:person_srt_0bcfc0ee-a6b1-2306-93b8-e0eb990952a2_Person1015304555, oa:person_srt_0bcfc0ee-a6b1-2306-93b8-e0eb990952a2_Person1015304556, oa:person_srt_0bcfc0ee-a6b1-2306-93b8-e0eb990952a2_Person1015304557, oa:person_srt_0bcfc0ee-a6b1-2306-93b8-e0eb990952a2_Person1015304558, oa:person_srt_0bcfc0ee-a6b1-2306-93b8-e0eb990952a2_Person1015304559 ;
  a2a:hasEvent oa:event_srt_0bcfc0ee-a6b1-2306-93b8-e0eb990952a2_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_0bcfc0ee-a6b1-2306-93b8-e0eb990952a2_0, oa:relationep_srt_0bcfc0ee-a6b1-2306-93b8-e0eb990952a2_1, oa:relationep_srt_0bcfc0ee-a6b1-2306-93b8-e0eb990952a2_2, oa:relationep_srt_0bcfc0ee-a6b1-2306-93b8-e0eb990952a2_3, oa:relationep_srt_0bcfc0ee-a6b1-2306-93b8-e0eb990952a2_4, oa:relationep_srt_0bcfc0ee-a6b1-2306-93b8-e0eb990952a2_5 ;
  a2a:hasSource oa:source_srt_0bcfc0ee-a6b1-2306-93b8-e0eb990952a2 .

oa:person_srt_0bcfc0ee-a6b1-2306-93b8-e0eb990952a2_Person1015304554
  a a2a:Person ;
  rdfs:label "Johannes Cornelis Linse" ;
  a2a:PersonName [
    rdfs:label "Johannes Cornelis Linse" ;
    a2a:PersonNameFirstName "Johannes Cornelis" ;
    a2a:PersonNameLastName "Linse"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "28" ;
    rdfs:label "28"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_0bcfc0ee-a6b1-2306-93b8-e0eb990952a2_Person1015304555
  a a2a:Person ;
  rdfs:label "Abraham Cornelis Linse" ;
  a2a:PersonName [
    rdfs:label "Abraham Cornelis Linse" ;
    a2a:PersonNameFirstName "Abraham Cornelis" ;
    a2a:PersonNameLastName "Linse"
  ] .

oa:person_srt_0bcfc0ee-a6b1-2306-93b8-e0eb990952a2_Person1015304556
  a a2a:Person ;
  rdfs:label "Cornelia Johanna Zwaan" ;
  a2a:PersonName [
    rdfs:label "Cornelia Johanna Zwaan" ;
    a2a:PersonNameFirstName "Cornelia Johanna" ;
    a2a:PersonNameLastName "Zwaan"
  ] .

oa:person_srt_0bcfc0ee-a6b1-2306-93b8-e0eb990952a2_Person1015304557
  a a2a:Person ;
  rdfs:label "Catharina Forrendina van Houten" ;
  a2a:PersonName [
    rdfs:label "Catharina Forrendina van Houten" ;
    a2a:PersonNameFirstName "Catharina Forrendina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Houten"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "32" ;
    rdfs:label "32"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Goes" ;
    rdfs:label "Goes"
  ] .

oa:person_srt_0bcfc0ee-a6b1-2306-93b8-e0eb990952a2_Person1015304558
  a a2a:Person ;
  rdfs:label "Marinus Johannes van Houten" ;
  a2a:PersonName [
    rdfs:label "Marinus Johannes van Houten" ;
    a2a:PersonNameFirstName "Marinus Johannes" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Houten"
  ] .

oa:person_srt_0bcfc0ee-a6b1-2306-93b8-e0eb990952a2_Person1015304559
  a a2a:Person ;
  rdfs:label "Johanna Egidia Stokmans" ;
  a2a:PersonName [
    rdfs:label "Johanna Egidia Stokmans" ;
    a2a:PersonNameFirstName "Johanna Egidia" ;
    a2a:PersonNameLastName "Stokmans"
  ] .

oa:event_srt_0bcfc0ee-a6b1-2306-93b8-e0eb990952a2_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "23-04-1903" ;
    a2a:Year "1903" ;
    a2a:Month "04" ;
    a2a:Day "23" ;
    rdfs:label "1903-04-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_0bcfc0ee-a6b1-2306-93b8-e0eb990952a2_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_0bcfc0ee-a6b1-2306-93b8-e0eb990952a2_Person1015304554 ;
  a2a:EventKeyRef oa:event_srt_0bcfc0ee-a6b1-2306-93b8-e0eb990952a2_Event1 .

oa:relationep_srt_0bcfc0ee-a6b1-2306-93b8-e0eb990952a2_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_0bcfc0ee-a6b1-2306-93b8-e0eb990952a2_Person1015304555 ;
  a2a:EventKeyRef oa:event_srt_0bcfc0ee-a6b1-2306-93b8-e0eb990952a2_Event1 .

oa:relationep_srt_0bcfc0ee-a6b1-2306-93b8-e0eb990952a2_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_0bcfc0ee-a6b1-2306-93b8-e0eb990952a2_Person1015304556 ;
  a2a:EventKeyRef oa:event_srt_0bcfc0ee-a6b1-2306-93b8-e0eb990952a2_Event1 .

oa:relationep_srt_0bcfc0ee-a6b1-2306-93b8-e0eb990952a2_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_0bcfc0ee-a6b1-2306-93b8-e0eb990952a2_Person1015304557 ;
  a2a:EventKeyRef oa:event_srt_0bcfc0ee-a6b1-2306-93b8-e0eb990952a2_Event1 .

oa:relationep_srt_0bcfc0ee-a6b1-2306-93b8-e0eb990952a2_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_0bcfc0ee-a6b1-2306-93b8-e0eb990952a2_Person1015304558 ;
  a2a:EventKeyRef oa:event_srt_0bcfc0ee-a6b1-2306-93b8-e0eb990952a2_Event1 .

oa:relationep_srt_0bcfc0ee-a6b1-2306-93b8-e0eb990952a2_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_0bcfc0ee-a6b1-2306-93b8-e0eb990952a2_Person1015304559 ;
  a2a:EventKeyRef oa:event_srt_0bcfc0ee-a6b1-2306-93b8-e0eb990952a2_Event1 .

oa:source_srt_0bcfc0ee-a6b1-2306-93b8-e0eb990952a2
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1903-04-23 - 1903-04-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1903-04-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1903-04-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "23-04-1903" ;
    a2a:Year "1903" ;
    a2a:Month "04" ;
    a2a:Day "23" ;
    rdfs:label "23-04-1903"
  ] ;
  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:RegistryNumber "1903C" ;
    a2a:Folio "c62v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1903C, c62v"
  ] ;
  a2a:SourceLastChangeDate "2023-02-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/81D2B9D5E3DA481CAC3095CA65529C12" ;
  a2a:RecordIdentifier "1015304553" ;
  a2a:RecordGUID "{0bcfc0ee-a6b1-2306-93b8-e0eb990952a2}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 81D2B9D5-E3DA-481C-AC30-95CA65529C12" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061903C_54_A2A.xml van SRT" .

