@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_a1135e85-b2ce-4b68-8c53-9ca1d67e8dac
  a a2a:Record ;
  rdfs:label "Huwelijk op 16 november 1910 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_a1135e85-b2ce-4b68-8c53-9ca1d67e8dac_Person1015180626, oa:person_srt_a1135e85-b2ce-4b68-8c53-9ca1d67e8dac_Person1015180627, oa:person_srt_a1135e85-b2ce-4b68-8c53-9ca1d67e8dac_Person1015180628, oa:person_srt_a1135e85-b2ce-4b68-8c53-9ca1d67e8dac_Person1015180629, oa:person_srt_a1135e85-b2ce-4b68-8c53-9ca1d67e8dac_Person1015180630, oa:person_srt_a1135e85-b2ce-4b68-8c53-9ca1d67e8dac_Person1015180631 ;
  a2a:hasEvent oa:event_srt_a1135e85-b2ce-4b68-8c53-9ca1d67e8dac_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_a1135e85-b2ce-4b68-8c53-9ca1d67e8dac_0, oa:relationep_srt_a1135e85-b2ce-4b68-8c53-9ca1d67e8dac_1, oa:relationep_srt_a1135e85-b2ce-4b68-8c53-9ca1d67e8dac_2, oa:relationep_srt_a1135e85-b2ce-4b68-8c53-9ca1d67e8dac_3, oa:relationep_srt_a1135e85-b2ce-4b68-8c53-9ca1d67e8dac_4, oa:relationep_srt_a1135e85-b2ce-4b68-8c53-9ca1d67e8dac_5 ;
  a2a:hasSource oa:source_srt_a1135e85-b2ce-4b68-8c53-9ca1d67e8dac .

oa:person_srt_a1135e85-b2ce-4b68-8c53-9ca1d67e8dac_Person1015180626
  a a2a:Person ;
  rdfs:label "Sidonius Schaeffer" ;
  a2a:PersonName [
    rdfs:label "Sidonius Schaeffer" ;
    a2a:PersonNameFirstName "Sidonius" ;
    a2a:PersonNameLastName "Schaeffer"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "32" ;
    rdfs:label "32"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:person_srt_a1135e85-b2ce-4b68-8c53-9ca1d67e8dac_Person1015180627
  a a2a:Person ;
  rdfs:label "Marcus Schaeffer" ;
  a2a:PersonName [
    rdfs:label "Marcus Schaeffer" ;
    a2a:PersonNameFirstName "Marcus" ;
    a2a:PersonNameLastName "Schaeffer"
  ] .

oa:person_srt_a1135e85-b2ce-4b68-8c53-9ca1d67e8dac_Person1015180628
  a a2a:Person ;
  rdfs:label "Geertruida Maria Wagenveld" ;
  a2a:PersonName [
    rdfs:label "Geertruida Maria Wagenveld" ;
    a2a:PersonNameFirstName "Geertruida Maria" ;
    a2a:PersonNameLastName "Wagenveld"
  ] .

oa:person_srt_a1135e85-b2ce-4b68-8c53-9ca1d67e8dac_Person1015180629
  a a2a:Person ;
  rdfs:label "Johanna Maria Persoons" ;
  a2a:PersonName [
    rdfs:label "Johanna Maria Persoons" ;
    a2a:PersonNameFirstName "Johanna Maria" ;
    a2a:PersonNameLastName "Persoons"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "24" ;
    rdfs:label "24"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:person_srt_a1135e85-b2ce-4b68-8c53-9ca1d67e8dac_Person1015180630
  a a2a:Person ;
  rdfs:label "Reinier Persoons" ;
  a2a:PersonName [
    rdfs:label "Reinier Persoons" ;
    a2a:PersonNameFirstName "Reinier" ;
    a2a:PersonNameLastName "Persoons"
  ] .

oa:person_srt_a1135e85-b2ce-4b68-8c53-9ca1d67e8dac_Person1015180631
  a a2a:Person ;
  rdfs:label "Aurelia Wageveld" ;
  a2a:PersonName [
    rdfs:label "Aurelia Wageveld" ;
    a2a:PersonNameFirstName "Aurelia" ;
    a2a:PersonNameLastName "Wageveld"
  ] .

oa:event_srt_a1135e85-b2ce-4b68-8c53-9ca1d67e8dac_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "16-11-1910" ;
    a2a:Year "1910" ;
    a2a:Month "11" ;
    a2a:Day "16" ;
    rdfs:label "1910-11-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_a1135e85-b2ce-4b68-8c53-9ca1d67e8dac_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_a1135e85-b2ce-4b68-8c53-9ca1d67e8dac_Person1015180626 ;
  a2a:EventKeyRef oa:event_srt_a1135e85-b2ce-4b68-8c53-9ca1d67e8dac_Event1 .

oa:relationep_srt_a1135e85-b2ce-4b68-8c53-9ca1d67e8dac_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_a1135e85-b2ce-4b68-8c53-9ca1d67e8dac_Person1015180627 ;
  a2a:EventKeyRef oa:event_srt_a1135e85-b2ce-4b68-8c53-9ca1d67e8dac_Event1 .

oa:relationep_srt_a1135e85-b2ce-4b68-8c53-9ca1d67e8dac_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_a1135e85-b2ce-4b68-8c53-9ca1d67e8dac_Person1015180628 ;
  a2a:EventKeyRef oa:event_srt_a1135e85-b2ce-4b68-8c53-9ca1d67e8dac_Event1 .

oa:relationep_srt_a1135e85-b2ce-4b68-8c53-9ca1d67e8dac_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_a1135e85-b2ce-4b68-8c53-9ca1d67e8dac_Person1015180629 ;
  a2a:EventKeyRef oa:event_srt_a1135e85-b2ce-4b68-8c53-9ca1d67e8dac_Event1 .

oa:relationep_srt_a1135e85-b2ce-4b68-8c53-9ca1d67e8dac_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_a1135e85-b2ce-4b68-8c53-9ca1d67e8dac_Person1015180630 ;
  a2a:EventKeyRef oa:event_srt_a1135e85-b2ce-4b68-8c53-9ca1d67e8dac_Event1 .

oa:relationep_srt_a1135e85-b2ce-4b68-8c53-9ca1d67e8dac_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_a1135e85-b2ce-4b68-8c53-9ca1d67e8dac_Person1015180631 ;
  a2a:EventKeyRef oa:event_srt_a1135e85-b2ce-4b68-8c53-9ca1d67e8dac_Event1 .

oa:source_srt_a1135e85-b2ce-4b68-8c53-9ca1d67e8dac
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1910-11-16 - 1910-11-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1910-11-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1910-11-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "16-11-1910" ;
    a2a:Year "1910" ;
    a2a:Month "11" ;
    a2a:Day "16" ;
    rdfs:label "16-11-1910"
  ] ;
  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 "1910P" ;
    a2a:Folio "p21v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1910P, p21v"
  ] ;
  a2a:SourceLastChangeDate "2023-06-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/6BC1728AF92E40818DE00E8170DB271E" ;
  a2a:RecordIdentifier "1015180625" ;
  a2a:RecordGUID "{a1135e85-b2ce-4b68-8c53-9ca1d67e8dac}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 6BC1728A-F92E-4081-8DE0-0E8170DB271E" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061910P_54_A2A.xml van SRT" .

