@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_abe46555-17fa-73b7-d42e-6c48cd7fae7a
  a a2a:Record ;
  rdfs:label "Huwelijk op 8 juli 1931 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_abe46555-17fa-73b7-d42e-6c48cd7fae7a_Person1016034489, oa:person_srt_abe46555-17fa-73b7-d42e-6c48cd7fae7a_Person1016034490, oa:person_srt_abe46555-17fa-73b7-d42e-6c48cd7fae7a_Person1016034491, oa:person_srt_abe46555-17fa-73b7-d42e-6c48cd7fae7a_Person1016034492, oa:person_srt_abe46555-17fa-73b7-d42e-6c48cd7fae7a_Person1016034493, oa:person_srt_abe46555-17fa-73b7-d42e-6c48cd7fae7a_Person1016034494 ;
  a2a:hasEvent oa:event_srt_abe46555-17fa-73b7-d42e-6c48cd7fae7a_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_abe46555-17fa-73b7-d42e-6c48cd7fae7a_0, oa:relationep_srt_abe46555-17fa-73b7-d42e-6c48cd7fae7a_1, oa:relationep_srt_abe46555-17fa-73b7-d42e-6c48cd7fae7a_2, oa:relationep_srt_abe46555-17fa-73b7-d42e-6c48cd7fae7a_3, oa:relationep_srt_abe46555-17fa-73b7-d42e-6c48cd7fae7a_4, oa:relationep_srt_abe46555-17fa-73b7-d42e-6c48cd7fae7a_5 ;
  a2a:hasSource oa:source_srt_abe46555-17fa-73b7-d42e-6c48cd7fae7a .

oa:person_srt_abe46555-17fa-73b7-d42e-6c48cd7fae7a_Person1016034489
  a a2a:Person ;
  rdfs:label "Johan Christiaan Sol" ;
  a2a:PersonName [
    rdfs:label "Johan Christiaan Sol" ;
    a2a:PersonNameFirstName "Johan Christiaan" ;
    a2a:PersonNameLastName "Sol"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "23" ;
    rdfs:label "23"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_abe46555-17fa-73b7-d42e-6c48cd7fae7a_Person1016034490
  a a2a:Person ;
  rdfs:label "Pieter Sol" ;
  a2a:PersonName [
    rdfs:label "Pieter Sol" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNameLastName "Sol"
  ] .

oa:person_srt_abe46555-17fa-73b7-d42e-6c48cd7fae7a_Person1016034491
  a a2a:Person ;
  rdfs:label "Johanna Catharina Maria Bijrij" ;
  a2a:PersonName [
    rdfs:label "Johanna Catharina Maria Bijrij" ;
    a2a:PersonNameFirstName "Johanna Catharina Maria" ;
    a2a:PersonNameLastName "Bijrij"
  ] .

oa:person_srt_abe46555-17fa-73b7-d42e-6c48cd7fae7a_Person1016034492
  a a2a:Person ;
  rdfs:label "Anna Maria Meijer" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Meijer" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNameLastName "Meijer"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "21" ;
    rdfs:label "21"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Wede (Pruisen)" ;
    rdfs:label "Wede (Pruisen)"
  ] .

oa:person_srt_abe46555-17fa-73b7-d42e-6c48cd7fae7a_Person1016034493
  a a2a:Person ;
  rdfs:label "Heinrich Martin Meijer" ;
  a2a:PersonName [
    rdfs:label "Heinrich Martin Meijer" ;
    a2a:PersonNameFirstName "Heinrich Martin" ;
    a2a:PersonNameLastName "Meijer"
  ] .

oa:person_srt_abe46555-17fa-73b7-d42e-6c48cd7fae7a_Person1016034494
  a a2a:Person ;
  rdfs:label "Martha Johanna Wilhelmine Meijer" ;
  a2a:PersonName [
    rdfs:label "Martha Johanna Wilhelmine Meijer" ;
    a2a:PersonNameFirstName "Martha Johanna Wilhelmine" ;
    a2a:PersonNameLastName "Meijer"
  ] .

oa:event_srt_abe46555-17fa-73b7-d42e-6c48cd7fae7a_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "08-07-1931" ;
    a2a:Year "1931" ;
    a2a:Month "07" ;
    a2a:Day "08" ;
    rdfs:label "1931-07-08"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_abe46555-17fa-73b7-d42e-6c48cd7fae7a_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_abe46555-17fa-73b7-d42e-6c48cd7fae7a_Person1016034489 ;
  a2a:EventKeyRef oa:event_srt_abe46555-17fa-73b7-d42e-6c48cd7fae7a_Event1 .

oa:relationep_srt_abe46555-17fa-73b7-d42e-6c48cd7fae7a_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_abe46555-17fa-73b7-d42e-6c48cd7fae7a_Person1016034490 ;
  a2a:EventKeyRef oa:event_srt_abe46555-17fa-73b7-d42e-6c48cd7fae7a_Event1 .

oa:relationep_srt_abe46555-17fa-73b7-d42e-6c48cd7fae7a_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_abe46555-17fa-73b7-d42e-6c48cd7fae7a_Person1016034491 ;
  a2a:EventKeyRef oa:event_srt_abe46555-17fa-73b7-d42e-6c48cd7fae7a_Event1 .

oa:relationep_srt_abe46555-17fa-73b7-d42e-6c48cd7fae7a_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_abe46555-17fa-73b7-d42e-6c48cd7fae7a_Person1016034492 ;
  a2a:EventKeyRef oa:event_srt_abe46555-17fa-73b7-d42e-6c48cd7fae7a_Event1 .

oa:relationep_srt_abe46555-17fa-73b7-d42e-6c48cd7fae7a_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_abe46555-17fa-73b7-d42e-6c48cd7fae7a_Person1016034493 ;
  a2a:EventKeyRef oa:event_srt_abe46555-17fa-73b7-d42e-6c48cd7fae7a_Event1 .

oa:relationep_srt_abe46555-17fa-73b7-d42e-6c48cd7fae7a_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_abe46555-17fa-73b7-d42e-6c48cd7fae7a_Person1016034494 ;
  a2a:EventKeyRef oa:event_srt_abe46555-17fa-73b7-d42e-6c48cd7fae7a_Event1 .

oa:source_srt_abe46555-17fa-73b7-d42e-6c48cd7fae7a
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1931-07-08 - 1931-07-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1931-07-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1931-07-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "08-07-1931" ;
    a2a:Year "1931" ;
    a2a:Month "07" ;
    a2a:Day "08" ;
    rdfs:label "08-07-1931"
  ] ;
  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 "1931.2373" ;
    a2a:RegistryNumber "1931G" ;
    a2a:Folio "g125v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1931.2373, 1931G, g125v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://hdl.handle.net/21.12133/0357108861C7461CB406D4AAD3129E66" ;
    a2a:UriViewer "https://hdl.handle.net/21.12133/0357108861C7461CB406D4AAD3129E66" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/0357108861C7461CB406D4AAD3129E66"
  ] ;
  a2a:SourceLastChangeDate "2018-04-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/B54C9A7988DB426EA17A7C577CFCDF52" ;
  a2a:RecordIdentifier "1016034488" ;
  a2a:RecordGUID "{abe46555-17fa-73b7-d42e-6c48cd7fae7a}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder B54C9A79-88DB-426E-A17A-7C577CFCDF52" ;
  a2a:SourceRemarkOpmerking "bruid is Duitsch onderdaan" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061931G_54_A2A.xml van SRT" .

