@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_3CDBFC91-F852-4086-AFB4-2B82CF2B746C
  a a2a:Record ;
  rdfs:label "Huwelijk op 16 februari 1938 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_3CDBFC91-F852-4086-AFB4-2B82CF2B746C_Person1015859968, oa:person_srt_3CDBFC91-F852-4086-AFB4-2B82CF2B746C_Person1015859969, oa:person_srt_3CDBFC91-F852-4086-AFB4-2B82CF2B746C_Person1015859970, oa:person_srt_3CDBFC91-F852-4086-AFB4-2B82CF2B746C_Person1015859971, oa:person_srt_3CDBFC91-F852-4086-AFB4-2B82CF2B746C_Person1015859972, oa:person_srt_3CDBFC91-F852-4086-AFB4-2B82CF2B746C_Person1015859973 ;
  a2a:hasEvent oa:event_srt_3CDBFC91-F852-4086-AFB4-2B82CF2B746C_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_3CDBFC91-F852-4086-AFB4-2B82CF2B746C_0, oa:relationep_srt_3CDBFC91-F852-4086-AFB4-2B82CF2B746C_1, oa:relationep_srt_3CDBFC91-F852-4086-AFB4-2B82CF2B746C_2, oa:relationep_srt_3CDBFC91-F852-4086-AFB4-2B82CF2B746C_3, oa:relationep_srt_3CDBFC91-F852-4086-AFB4-2B82CF2B746C_4, oa:relationep_srt_3CDBFC91-F852-4086-AFB4-2B82CF2B746C_5 ;
  a2a:hasSource oa:source_srt_3CDBFC91-F852-4086-AFB4-2B82CF2B746C .

oa:person_srt_3CDBFC91-F852-4086-AFB4-2B82CF2B746C_Person1015859968
  a a2a:Person ;
  rdfs:label "Henricus van de Pas" ;
  a2a:PersonName [
    rdfs:label "Henricus van de Pas" ;
    a2a:PersonNameFirstName "Henricus" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Pas"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "27" ;
    rdfs:label "27"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Schiedam" ;
    rdfs:label "Schiedam"
  ] .

oa:person_srt_3CDBFC91-F852-4086-AFB4-2B82CF2B746C_Person1015859969
  a a2a:Person ;
  rdfs:label "Henricus van de Pas" ;
  a2a:PersonName [
    rdfs:label "Henricus van de Pas" ;
    a2a:PersonNameFirstName "Henricus" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Pas"
  ] .

oa:person_srt_3CDBFC91-F852-4086-AFB4-2B82CF2B746C_Person1015859970
  a a2a:Person ;
  rdfs:label "Elisabeth Geertruida Maria van Gogh" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Geertruida Maria van Gogh" ;
    a2a:PersonNameFirstName "Elisabeth Geertruida Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Gogh"
  ] .

oa:person_srt_3CDBFC91-F852-4086-AFB4-2B82CF2B746C_Person1015859971
  a a2a:Person ;
  rdfs:label "Alieda Hoffmann" ;
  a2a:PersonName [
    rdfs:label "Alieda Hoffmann" ;
    a2a:PersonNameFirstName "Alieda" ;
    a2a:PersonNameLastName "Hoffmann"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "20" ;
    rdfs:label "20"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_3CDBFC91-F852-4086-AFB4-2B82CF2B746C_Person1015859972
  a a2a:Person ;
  rdfs:label "Maarten Hoffmann" ;
  a2a:PersonName [
    rdfs:label "Maarten Hoffmann" ;
    a2a:PersonNameFirstName "Maarten" ;
    a2a:PersonNameLastName "Hoffmann"
  ] .

oa:person_srt_3CDBFC91-F852-4086-AFB4-2B82CF2B746C_Person1015859973
  a a2a:Person ;
  rdfs:label "Johanna Nederveen" ;
  a2a:PersonName [
    rdfs:label "Johanna Nederveen" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Nederveen"
  ] .

oa:event_srt_3CDBFC91-F852-4086-AFB4-2B82CF2B746C_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "16-02-1938" ;
    a2a:Year "1938" ;
    a2a:Month "02" ;
    a2a:Day "16" ;
    rdfs:label "1938-02-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_3CDBFC91-F852-4086-AFB4-2B82CF2B746C_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_3CDBFC91-F852-4086-AFB4-2B82CF2B746C_Person1015859968 ;
  a2a:EventKeyRef oa:event_srt_3CDBFC91-F852-4086-AFB4-2B82CF2B746C_Event1 .

oa:relationep_srt_3CDBFC91-F852-4086-AFB4-2B82CF2B746C_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_3CDBFC91-F852-4086-AFB4-2B82CF2B746C_Person1015859969 ;
  a2a:EventKeyRef oa:event_srt_3CDBFC91-F852-4086-AFB4-2B82CF2B746C_Event1 .

oa:relationep_srt_3CDBFC91-F852-4086-AFB4-2B82CF2B746C_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_3CDBFC91-F852-4086-AFB4-2B82CF2B746C_Person1015859970 ;
  a2a:EventKeyRef oa:event_srt_3CDBFC91-F852-4086-AFB4-2B82CF2B746C_Event1 .

oa:relationep_srt_3CDBFC91-F852-4086-AFB4-2B82CF2B746C_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_3CDBFC91-F852-4086-AFB4-2B82CF2B746C_Person1015859971 ;
  a2a:EventKeyRef oa:event_srt_3CDBFC91-F852-4086-AFB4-2B82CF2B746C_Event1 .

oa:relationep_srt_3CDBFC91-F852-4086-AFB4-2B82CF2B746C_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_3CDBFC91-F852-4086-AFB4-2B82CF2B746C_Person1015859972 ;
  a2a:EventKeyRef oa:event_srt_3CDBFC91-F852-4086-AFB4-2B82CF2B746C_Event1 .

oa:relationep_srt_3CDBFC91-F852-4086-AFB4-2B82CF2B746C_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_3CDBFC91-F852-4086-AFB4-2B82CF2B746C_Person1015859973 ;
  a2a:EventKeyRef oa:event_srt_3CDBFC91-F852-4086-AFB4-2B82CF2B746C_Event1 .

oa:source_srt_3CDBFC91-F852-4086-AFB4-2B82CF2B746C
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1938-02-16 - 1938-02-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1938-02-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1938-02-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "16-02-1938" ;
    a2a:Year "1938" ;
    a2a:Month "02" ;
    a2a:Day "16" ;
    rdfs:label "16-02-1938"
  ] ;
  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 "1938.506" ;
    a2a:RegistryNumber "1938B" ;
    a2a:Folio "b129" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1938.506, 1938B, b129"
  ] ;
  a2a:SourceLastChangeDate "2025-12-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/3CDBFC91F8524086AFB42B82CF2B746C" ;
  a2a:RecordIdentifier "1015859967" ;
  a2a:RecordGUID "{3CDBFC91-F852-4086-AFB4-2B82CF2B746C}" ;
  a2a:SourceRemarkOpmerking "bruidegom wonende te Schiedam" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/D38DC4AF0CF24041981EFAC39FF1F6B2" .

