@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_1776ADE5-6787-4DF9-8BFD-1BA3E99C91C5
  a a2a:Record ;
  rdfs:label "Huwelijk op 8 maart 1944 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_1776ADE5-6787-4DF9-8BFD-1BA3E99C91C5_Person2655173774, oa:person_srt_1776ADE5-6787-4DF9-8BFD-1BA3E99C91C5_Person2655173775, oa:person_srt_1776ADE5-6787-4DF9-8BFD-1BA3E99C91C5_Person2655173776, oa:person_srt_1776ADE5-6787-4DF9-8BFD-1BA3E99C91C5_Person2655173777, oa:person_srt_1776ADE5-6787-4DF9-8BFD-1BA3E99C91C5_Person2655173778, oa:person_srt_1776ADE5-6787-4DF9-8BFD-1BA3E99C91C5_Person2655173779 ;
  a2a:hasEvent oa:event_srt_1776ADE5-6787-4DF9-8BFD-1BA3E99C91C5_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_1776ADE5-6787-4DF9-8BFD-1BA3E99C91C5_0, oa:relationep_srt_1776ADE5-6787-4DF9-8BFD-1BA3E99C91C5_1, oa:relationep_srt_1776ADE5-6787-4DF9-8BFD-1BA3E99C91C5_2, oa:relationep_srt_1776ADE5-6787-4DF9-8BFD-1BA3E99C91C5_3, oa:relationep_srt_1776ADE5-6787-4DF9-8BFD-1BA3E99C91C5_4, oa:relationep_srt_1776ADE5-6787-4DF9-8BFD-1BA3E99C91C5_5 ;
  a2a:hasSource oa:source_srt_1776ADE5-6787-4DF9-8BFD-1BA3E99C91C5 .

oa:person_srt_1776ADE5-6787-4DF9-8BFD-1BA3E99C91C5_Person2655173774
  a a2a:Person ;
  rdfs:label "Jan Bruel" ;
  a2a:PersonName [
    rdfs:label "Jan Bruel" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Bruel"
  ] ;
  a2a:Residence [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "32 jaar" ;
    rdfs:label "32 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_1776ADE5-6787-4DF9-8BFD-1BA3E99C91C5_Person2655173775
  a a2a:Person ;
  rdfs:label "Jan Bruel" ;
  a2a:PersonName [
    rdfs:label "Jan Bruel" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Bruel"
  ] .

oa:person_srt_1776ADE5-6787-4DF9-8BFD-1BA3E99C91C5_Person2655173776
  a a2a:Person ;
  rdfs:label "Elizabeth Petronella Seelbach" ;
  a2a:PersonName [
    rdfs:label "Elizabeth Petronella Seelbach" ;
    a2a:PersonNameFirstName "Elizabeth Petronella" ;
    a2a:PersonNameLastName "Seelbach"
  ] .

oa:person_srt_1776ADE5-6787-4DF9-8BFD-1BA3E99C91C5_Person2655173777
  a a2a:Person ;
  rdfs:label "Louisa Theresia Bastijn" ;
  a2a:PersonName [
    rdfs:label "Louisa Theresia Bastijn" ;
    a2a:PersonNameFirstName "Louisa Theresia" ;
    a2a:PersonNameLastName "Bastijn"
  ] ;
  a2a:Residence [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "33 jaar" ;
    rdfs:label "33 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_1776ADE5-6787-4DF9-8BFD-1BA3E99C91C5_Person2655173778
  a a2a:Person ;
  rdfs:label "Antonius Bastijn" ;
  a2a:PersonName [
    rdfs:label "Antonius Bastijn" ;
    a2a:PersonNameFirstName "Antonius" ;
    a2a:PersonNameLastName "Bastijn"
  ] .

oa:person_srt_1776ADE5-6787-4DF9-8BFD-1BA3E99C91C5_Person2655173779
  a a2a:Person ;
  rdfs:label "Cornelia Petronella van der Poel" ;
  a2a:PersonName [
    rdfs:label "Cornelia Petronella van der Poel" ;
    a2a:PersonNameFirstName "Cornelia Petronella" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Poel"
  ] .

oa:event_srt_1776ADE5-6787-4DF9-8BFD-1BA3E99C91C5_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "08-03-1944" ;
    a2a:Year "1944" ;
    a2a:Month "03" ;
    a2a:Day "08" ;
    rdfs:label "1944-03-08"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_1776ADE5-6787-4DF9-8BFD-1BA3E99C91C5_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_1776ADE5-6787-4DF9-8BFD-1BA3E99C91C5_Person2655173774 ;
  a2a:EventKeyRef oa:event_srt_1776ADE5-6787-4DF9-8BFD-1BA3E99C91C5_Event1 .

oa:relationep_srt_1776ADE5-6787-4DF9-8BFD-1BA3E99C91C5_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_1776ADE5-6787-4DF9-8BFD-1BA3E99C91C5_Person2655173775 ;
  a2a:EventKeyRef oa:event_srt_1776ADE5-6787-4DF9-8BFD-1BA3E99C91C5_Event1 .

oa:relationep_srt_1776ADE5-6787-4DF9-8BFD-1BA3E99C91C5_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_1776ADE5-6787-4DF9-8BFD-1BA3E99C91C5_Person2655173776 ;
  a2a:EventKeyRef oa:event_srt_1776ADE5-6787-4DF9-8BFD-1BA3E99C91C5_Event1 .

oa:relationep_srt_1776ADE5-6787-4DF9-8BFD-1BA3E99C91C5_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_1776ADE5-6787-4DF9-8BFD-1BA3E99C91C5_Person2655173777 ;
  a2a:EventKeyRef oa:event_srt_1776ADE5-6787-4DF9-8BFD-1BA3E99C91C5_Event1 .

oa:relationep_srt_1776ADE5-6787-4DF9-8BFD-1BA3E99C91C5_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_1776ADE5-6787-4DF9-8BFD-1BA3E99C91C5_Person2655173778 ;
  a2a:EventKeyRef oa:event_srt_1776ADE5-6787-4DF9-8BFD-1BA3E99C91C5_Event1 .

oa:relationep_srt_1776ADE5-6787-4DF9-8BFD-1BA3E99C91C5_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_1776ADE5-6787-4DF9-8BFD-1BA3E99C91C5_Person2655173779 ;
  a2a:EventKeyRef oa:event_srt_1776ADE5-6787-4DF9-8BFD-1BA3E99C91C5_Event1 .

oa:source_srt_1776ADE5-6787-4DF9-8BFD-1BA3E99C91C5
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1944-03-08 - 1944-03-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1944-03-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1944-03-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "08-03-1944" ;
    a2a:Year "1944" ;
    a2a:Month "03" ;
    a2a:Day "08" ;
    rdfs:label "08-03-1944"
  ] ;
  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 "587" ;
    a2a:RegistryNumber "1944A" ;
    a2a:Folio "A-151" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 587, 1944A, A-151"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/184/83FBDC3FE21C48AD908FAE52C13A88D3" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/184/83FBDC3FE21C48AD908FAE52C13A88D3" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/83FBDC3FE21C48AD908FAE52C13A88D3"
  ] ;
  a2a:SourceLastChangeDate "2023-09-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/1776ADE567874DF98BFD1BA3E99C91C5" ;
  a2a:RecordIdentifier "2655173773" ;
  a2a:RecordGUID "{1776ADE5-6787-4DF9-8BFD-1BA3E99C91C5}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/FF6EC540CB4E44B69E4320B6B70D98AB" .

