@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_4c3cba3c-8245-d2db-7cb2-d347efd8b7b4
  a a2a:Record ;
  rdfs:label "Huwelijk op 12 juni 1894 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_4c3cba3c-8245-d2db-7cb2-d347efd8b7b4_Person1015024760, oa:person_srt_4c3cba3c-8245-d2db-7cb2-d347efd8b7b4_Person1015024761, oa:person_srt_4c3cba3c-8245-d2db-7cb2-d347efd8b7b4_Person1015024762, oa:person_srt_4c3cba3c-8245-d2db-7cb2-d347efd8b7b4_Person1015024763, oa:person_srt_4c3cba3c-8245-d2db-7cb2-d347efd8b7b4_Person1015024764, oa:person_srt_4c3cba3c-8245-d2db-7cb2-d347efd8b7b4_Person1015024765 ;
  a2a:hasEvent oa:event_srt_4c3cba3c-8245-d2db-7cb2-d347efd8b7b4_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_4c3cba3c-8245-d2db-7cb2-d347efd8b7b4_0, oa:relationep_srt_4c3cba3c-8245-d2db-7cb2-d347efd8b7b4_1, oa:relationep_srt_4c3cba3c-8245-d2db-7cb2-d347efd8b7b4_2, oa:relationep_srt_4c3cba3c-8245-d2db-7cb2-d347efd8b7b4_3, oa:relationep_srt_4c3cba3c-8245-d2db-7cb2-d347efd8b7b4_4, oa:relationep_srt_4c3cba3c-8245-d2db-7cb2-d347efd8b7b4_5 ;
  a2a:hasSource oa:source_srt_4c3cba3c-8245-d2db-7cb2-d347efd8b7b4 .

oa:person_srt_4c3cba3c-8245-d2db-7cb2-d347efd8b7b4_Person1015024760
  a a2a:Person ;
  rdfs:label "Boy Michel Boysen" ;
  a2a:PersonName [
    rdfs:label "Boy Michel Boysen" ;
    a2a:PersonNameFirstName "Boy Michel" ;
    a2a:PersonNameLastName "Boysen"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "29" ;
    rdfs:label "29"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Keitum (Pruisen)" ;
    rdfs:label "Keitum (Pruisen)"
  ] .

oa:person_srt_4c3cba3c-8245-d2db-7cb2-d347efd8b7b4_Person1015024761
  a a2a:Person ;
  rdfs:label "Teunis Erich Boysen" ;
  a2a:PersonName [
    rdfs:label "Teunis Erich Boysen" ;
    a2a:PersonNameFirstName "Teunis Erich" ;
    a2a:PersonNameLastName "Boysen"
  ] .

oa:person_srt_4c3cba3c-8245-d2db-7cb2-d347efd8b7b4_Person1015024762
  a a2a:Person ;
  rdfs:label "Maria Klein" ;
  a2a:PersonName [
    rdfs:label "Maria Klein" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Klein"
  ] .

oa:person_srt_4c3cba3c-8245-d2db-7cb2-d347efd8b7b4_Person1015024763
  a a2a:Person ;
  rdfs:label "Antje Caspers" ;
  a2a:PersonName [
    rdfs:label "Antje Caspers" ;
    a2a:PersonNameFirstName "Antje" ;
    a2a:PersonNameLastName "Caspers"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "27" ;
    rdfs:label "27"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] .

oa:person_srt_4c3cba3c-8245-d2db-7cb2-d347efd8b7b4_Person1015024764
  a a2a:Person ;
  rdfs:label "Andries Caspers" ;
  a2a:PersonName [
    rdfs:label "Andries Caspers" ;
    a2a:PersonNameFirstName "Andries" ;
    a2a:PersonNameLastName "Caspers"
  ] .

oa:person_srt_4c3cba3c-8245-d2db-7cb2-d347efd8b7b4_Person1015024765
  a a2a:Person ;
  rdfs:label "Anna Catharina Stoepman" ;
  a2a:PersonName [
    rdfs:label "Anna Catharina Stoepman" ;
    a2a:PersonNameFirstName "Anna Catharina" ;
    a2a:PersonNameLastName "Stoepman"
  ] .

oa:event_srt_4c3cba3c-8245-d2db-7cb2-d347efd8b7b4_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "12-06-1894" ;
    a2a:Year "1894" ;
    a2a:Month "06" ;
    a2a:Day "12" ;
    rdfs:label "1894-06-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_4c3cba3c-8245-d2db-7cb2-d347efd8b7b4_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_4c3cba3c-8245-d2db-7cb2-d347efd8b7b4_Person1015024760 ;
  a2a:EventKeyRef oa:event_srt_4c3cba3c-8245-d2db-7cb2-d347efd8b7b4_Event1 .

oa:relationep_srt_4c3cba3c-8245-d2db-7cb2-d347efd8b7b4_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_4c3cba3c-8245-d2db-7cb2-d347efd8b7b4_Person1015024761 ;
  a2a:EventKeyRef oa:event_srt_4c3cba3c-8245-d2db-7cb2-d347efd8b7b4_Event1 .

oa:relationep_srt_4c3cba3c-8245-d2db-7cb2-d347efd8b7b4_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_4c3cba3c-8245-d2db-7cb2-d347efd8b7b4_Person1015024762 ;
  a2a:EventKeyRef oa:event_srt_4c3cba3c-8245-d2db-7cb2-d347efd8b7b4_Event1 .

oa:relationep_srt_4c3cba3c-8245-d2db-7cb2-d347efd8b7b4_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_4c3cba3c-8245-d2db-7cb2-d347efd8b7b4_Person1015024763 ;
  a2a:EventKeyRef oa:event_srt_4c3cba3c-8245-d2db-7cb2-d347efd8b7b4_Event1 .

oa:relationep_srt_4c3cba3c-8245-d2db-7cb2-d347efd8b7b4_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_4c3cba3c-8245-d2db-7cb2-d347efd8b7b4_Person1015024764 ;
  a2a:EventKeyRef oa:event_srt_4c3cba3c-8245-d2db-7cb2-d347efd8b7b4_Event1 .

oa:relationep_srt_4c3cba3c-8245-d2db-7cb2-d347efd8b7b4_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_4c3cba3c-8245-d2db-7cb2-d347efd8b7b4_Person1015024765 ;
  a2a:EventKeyRef oa:event_srt_4c3cba3c-8245-d2db-7cb2-d347efd8b7b4_Event1 .

oa:source_srt_4c3cba3c-8245-d2db-7cb2-d347efd8b7b4
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1894-06-12 - 1894-06-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1894-06-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1894-06-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "12-06-1894" ;
    a2a:Year "1894" ;
    a2a:Month "06" ;
    a2a:Day "12" ;
    rdfs:label "12-06-1894"
  ] ;
  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 "1894.755" ;
    a2a:RegistryNumber "1894D" ;
    a2a:Folio "d088" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1894.755, 1894D, d088"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/184/08C1239BD9AE457F971DDE833D8CBFF7" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/184/08C1239BD9AE457F971DDE833D8CBFF7" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/08C1239BD9AE457F971DDE833D8CBFF7"
  ] ;
  a2a:SourceLastChangeDate "2021-04-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/CA3295BCE46E420EBBCA0059B3F031C2" ;
  a2a:RecordIdentifier "1015024759" ;
  a2a:RecordGUID "{4c3cba3c-8245-d2db-7cb2-d347efd8b7b4}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder CA3295BC-E46E-420E-BBCA-0059B3F031C2" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061894D_54_A2A.xml van SRT" .

