@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_daf92284-15af-e552-9cf6-90376f5be98a
  a a2a:Record ;
  rdfs:label "Huwelijk op 3 februari 1910 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_daf92284-15af-e552-9cf6-90376f5be98a_Person2391927545, oa:person_srt_daf92284-15af-e552-9cf6-90376f5be98a_Person2391927546, oa:person_srt_daf92284-15af-e552-9cf6-90376f5be98a_Person2391927547, oa:person_srt_daf92284-15af-e552-9cf6-90376f5be98a_Person2391927548, oa:person_srt_daf92284-15af-e552-9cf6-90376f5be98a_Person2391927549, oa:person_srt_daf92284-15af-e552-9cf6-90376f5be98a_Person2391927550 ;
  a2a:hasEvent oa:event_srt_daf92284-15af-e552-9cf6-90376f5be98a_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_daf92284-15af-e552-9cf6-90376f5be98a_0, oa:relationep_srt_daf92284-15af-e552-9cf6-90376f5be98a_1, oa:relationep_srt_daf92284-15af-e552-9cf6-90376f5be98a_2, oa:relationep_srt_daf92284-15af-e552-9cf6-90376f5be98a_3, oa:relationep_srt_daf92284-15af-e552-9cf6-90376f5be98a_4, oa:relationep_srt_daf92284-15af-e552-9cf6-90376f5be98a_5 ;
  a2a:hasSource oa:source_srt_daf92284-15af-e552-9cf6-90376f5be98a .

oa:person_srt_daf92284-15af-e552-9cf6-90376f5be98a_Person2391927545
  a a2a:Person ;
  rdfs:label "Franciscus Joannes van de Pas" ;
  a2a:PersonName [
    rdfs:label "Franciscus Joannes van de Pas" ;
    a2a:PersonNameFirstName "Franciscus Joannes" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Pas"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "28" ;
    rdfs:label "28"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:person_srt_daf92284-15af-e552-9cf6-90376f5be98a_Person2391927546
  a a2a:Person ;
  rdfs:label "Hendrikus van de Pas" ;
  a2a:PersonName [
    rdfs:label "Hendrikus van de Pas" ;
    a2a:PersonNameFirstName "Hendrikus" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Pas"
  ] .

oa:person_srt_daf92284-15af-e552-9cf6-90376f5be98a_Person2391927547
  a a2a:Person ;
  rdfs:label "Maria Catharina Coumans" ;
  a2a:PersonName [
    rdfs:label "Maria Catharina Coumans" ;
    a2a:PersonNameFirstName "Maria Catharina" ;
    a2a:PersonNameLastName "Coumans"
  ] .

oa:person_srt_daf92284-15af-e552-9cf6-90376f5be98a_Person2391927548
  a a2a:Person ;
  rdfs:label "Fernandina Catharina Maria Corbeij" ;
  a2a:PersonName [
    rdfs:label "Fernandina Catharina Maria Corbeij" ;
    a2a:PersonNameFirstName "Fernandina Catharina Maria" ;
    a2a:PersonNameLastName "Corbeij"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "25" ;
    rdfs:label "25"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Beesel" ;
    rdfs:label "Beesel"
  ] .

oa:person_srt_daf92284-15af-e552-9cf6-90376f5be98a_Person2391927549
  a a2a:Person ;
  rdfs:label "Frans Antoon Jacob Corbeij" ;
  a2a:PersonName [
    rdfs:label "Frans Antoon Jacob Corbeij" ;
    a2a:PersonNameFirstName "Frans Antoon Jacob" ;
    a2a:PersonNameLastName "Corbeij"
  ] .

oa:person_srt_daf92284-15af-e552-9cf6-90376f5be98a_Person2391927550
  a a2a:Person ;
  rdfs:label "Sophia Eleonora Theodora Smeets" ;
  a2a:PersonName [
    rdfs:label "Sophia Eleonora Theodora Smeets" ;
    a2a:PersonNameFirstName "Sophia Eleonora Theodora" ;
    a2a:PersonNameLastName "Smeets"
  ] .

oa:event_srt_daf92284-15af-e552-9cf6-90376f5be98a_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "03-02-1910" ;
    a2a:Year "1910" ;
    a2a:Month "02" ;
    a2a:Day "03" ;
    rdfs:label "1910-02-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_daf92284-15af-e552-9cf6-90376f5be98a_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_daf92284-15af-e552-9cf6-90376f5be98a_Person2391927545 ;
  a2a:EventKeyRef oa:event_srt_daf92284-15af-e552-9cf6-90376f5be98a_Event1 .

oa:relationep_srt_daf92284-15af-e552-9cf6-90376f5be98a_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_daf92284-15af-e552-9cf6-90376f5be98a_Person2391927546 ;
  a2a:EventKeyRef oa:event_srt_daf92284-15af-e552-9cf6-90376f5be98a_Event1 .

oa:relationep_srt_daf92284-15af-e552-9cf6-90376f5be98a_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_daf92284-15af-e552-9cf6-90376f5be98a_Person2391927547 ;
  a2a:EventKeyRef oa:event_srt_daf92284-15af-e552-9cf6-90376f5be98a_Event1 .

oa:relationep_srt_daf92284-15af-e552-9cf6-90376f5be98a_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_daf92284-15af-e552-9cf6-90376f5be98a_Person2391927548 ;
  a2a:EventKeyRef oa:event_srt_daf92284-15af-e552-9cf6-90376f5be98a_Event1 .

oa:relationep_srt_daf92284-15af-e552-9cf6-90376f5be98a_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_daf92284-15af-e552-9cf6-90376f5be98a_Person2391927549 ;
  a2a:EventKeyRef oa:event_srt_daf92284-15af-e552-9cf6-90376f5be98a_Event1 .

oa:relationep_srt_daf92284-15af-e552-9cf6-90376f5be98a_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_daf92284-15af-e552-9cf6-90376f5be98a_Person2391927550 ;
  a2a:EventKeyRef oa:event_srt_daf92284-15af-e552-9cf6-90376f5be98a_Event1 .

oa:source_srt_daf92284-15af-e552-9cf6-90376f5be98a
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1910-02-03 - 1910-02-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1910-02-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1910-02-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "03-02-1910" ;
    a2a:Year "1910" ;
    a2a:Month "02" ;
    a2a:Day "03" ;
    rdfs:label "03-02-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 "1910B" ;
    a2a:Folio "b57v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1910B, b57v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/184/0BB98F75CE24465AB7940BCF6D40D0E4" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/184/0BB98F75CE24465AB7940BCF6D40D0E4" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/0BB98F75CE24465AB7940BCF6D40D0E4"
  ] ;
  a2a:SourceLastChangeDate "2022-09-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/2E4439F72B474C5AB460A3625C24DD0F" ;
  a2a:RecordIdentifier "2391927544" ;
  a2a:RecordGUID "{daf92284-15af-e552-9cf6-90376f5be98a}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 2E4439F7-2B47-4C5A-B460-A3625C24DD0F" ;
  a2a:SourceRemarkOpmerking "voornamen bruid F.C.M.Hubertina" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061910B_54_A2A.xml van SRT" .

