@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_72A8AF12-F2FF-4408-828D-B044FB764D86
  a a2a:Record ;
  rdfs:label "Huwelijk op 21 maart 1928 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_72A8AF12-F2FF-4408-828D-B044FB764D86_Person1016318513, oa:person_srt_72A8AF12-F2FF-4408-828D-B044FB764D86_Person1016318514, oa:person_srt_72A8AF12-F2FF-4408-828D-B044FB764D86_Person1016318515, oa:person_srt_72A8AF12-F2FF-4408-828D-B044FB764D86_Person1016318516, oa:person_srt_72A8AF12-F2FF-4408-828D-B044FB764D86_Person1016318517, oa:person_srt_72A8AF12-F2FF-4408-828D-B044FB764D86_Person1016318518 ;
  a2a:hasEvent oa:event_srt_72A8AF12-F2FF-4408-828D-B044FB764D86_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_72A8AF12-F2FF-4408-828D-B044FB764D86_0, oa:relationep_srt_72A8AF12-F2FF-4408-828D-B044FB764D86_1, oa:relationep_srt_72A8AF12-F2FF-4408-828D-B044FB764D86_2, oa:relationep_srt_72A8AF12-F2FF-4408-828D-B044FB764D86_3, oa:relationep_srt_72A8AF12-F2FF-4408-828D-B044FB764D86_4, oa:relationep_srt_72A8AF12-F2FF-4408-828D-B044FB764D86_5 ;
  a2a:hasSource oa:source_srt_72A8AF12-F2FF-4408-828D-B044FB764D86 .

oa:person_srt_72A8AF12-F2FF-4408-828D-B044FB764D86_Person1016318513
  a a2a:Person ;
  rdfs:label "Wolbert Wolring" ;
  a2a:PersonName [
    rdfs:label "Wolbert Wolring" ;
    a2a:PersonNameFirstName "Wolbert" ;
    a2a:PersonNameLastName "Wolring"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "32" ;
    rdfs:label "32"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:person_srt_72A8AF12-F2FF-4408-828D-B044FB764D86_Person1016318514
  a a2a:Person ;
  rdfs:label "Jan Wolring" ;
  a2a:PersonName [
    rdfs:label "Jan Wolring" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Wolring"
  ] .

oa:person_srt_72A8AF12-F2FF-4408-828D-B044FB764D86_Person1016318515
  a a2a:Person ;
  rdfs:label "Maria Heikens" ;
  a2a:PersonName [
    rdfs:label "Maria Heikens" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Heikens"
  ] .

oa:person_srt_72A8AF12-F2FF-4408-828D-B044FB764D86_Person1016318516
  a a2a:Person ;
  rdfs:label "Louwerina Johanna van Andel" ;
  a2a:PersonName [
    rdfs:label "Louwerina Johanna van Andel" ;
    a2a:PersonNameFirstName "Louwerina Johanna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Andel"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "25" ;
    rdfs:label "25"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_72A8AF12-F2FF-4408-828D-B044FB764D86_Person1016318517
  a a2a:Person ;
  rdfs:label "Andries van Andel" ;
  a2a:PersonName [
    rdfs:label "Andries van Andel" ;
    a2a:PersonNameFirstName "Andries" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Andel"
  ] .

oa:person_srt_72A8AF12-F2FF-4408-828D-B044FB764D86_Person1016318518
  a a2a:Person ;
  rdfs:label "Louwerina Johanna den Baas" ;
  a2a:PersonName [
    rdfs:label "Louwerina Johanna den Baas" ;
    a2a:PersonNameFirstName "Louwerina Johanna" ;
    a2a:PersonNamePrefixLastName "den" ;
    a2a:PersonNameLastName "Baas"
  ] .

oa:event_srt_72A8AF12-F2FF-4408-828D-B044FB764D86_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "21-03-1928" ;
    a2a:Year "1928" ;
    a2a:Month "03" ;
    a2a:Day "21" ;
    rdfs:label "1928-03-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_72A8AF12-F2FF-4408-828D-B044FB764D86_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_72A8AF12-F2FF-4408-828D-B044FB764D86_Person1016318513 ;
  a2a:EventKeyRef oa:event_srt_72A8AF12-F2FF-4408-828D-B044FB764D86_Event1 .

oa:relationep_srt_72A8AF12-F2FF-4408-828D-B044FB764D86_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_72A8AF12-F2FF-4408-828D-B044FB764D86_Person1016318514 ;
  a2a:EventKeyRef oa:event_srt_72A8AF12-F2FF-4408-828D-B044FB764D86_Event1 .

oa:relationep_srt_72A8AF12-F2FF-4408-828D-B044FB764D86_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_72A8AF12-F2FF-4408-828D-B044FB764D86_Person1016318515 ;
  a2a:EventKeyRef oa:event_srt_72A8AF12-F2FF-4408-828D-B044FB764D86_Event1 .

oa:relationep_srt_72A8AF12-F2FF-4408-828D-B044FB764D86_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_72A8AF12-F2FF-4408-828D-B044FB764D86_Person1016318516 ;
  a2a:EventKeyRef oa:event_srt_72A8AF12-F2FF-4408-828D-B044FB764D86_Event1 .

oa:relationep_srt_72A8AF12-F2FF-4408-828D-B044FB764D86_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_72A8AF12-F2FF-4408-828D-B044FB764D86_Person1016318517 ;
  a2a:EventKeyRef oa:event_srt_72A8AF12-F2FF-4408-828D-B044FB764D86_Event1 .

oa:relationep_srt_72A8AF12-F2FF-4408-828D-B044FB764D86_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_72A8AF12-F2FF-4408-828D-B044FB764D86_Person1016318518 ;
  a2a:EventKeyRef oa:event_srt_72A8AF12-F2FF-4408-828D-B044FB764D86_Event1 .

oa:source_srt_72A8AF12-F2FF-4408-828D-B044FB764D86
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1928-03-21 - 1928-03-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1928-03-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1928-03-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "21-03-1928" ;
    a2a:Year "1928" ;
    a2a:Month "03" ;
    a2a:Day "21" ;
    rdfs:label "21-03-1928"
  ] ;
  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 "1928.913" ;
    a2a:RegistryNumber "1928C" ;
    a2a:Folio "c080v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1928.913, 1928C, c080v"
  ] ;
  a2a:SourceLastChangeDate "2023-10-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/72A8AF12F2FF4408828DB044FB764D86" ;
  a2a:RecordIdentifier "1016318512" ;
  a2a:RecordGUID "{72A8AF12-F2FF-4408-828D-B044FB764D86}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/63F9B92FE0B24231BF3CDC89C9D9BF1D" .

