@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_25ed07ab-25ee-3d3c-9e8a-3827fa85d1cd
  a a2a:Record ;
  rdfs:label "Huwelijk op 17 juni 1931 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_25ed07ab-25ee-3d3c-9e8a-3827fa85d1cd_Person1, oa:person_srt_25ed07ab-25ee-3d3c-9e8a-3827fa85d1cd_Person2, oa:person_srt_25ed07ab-25ee-3d3c-9e8a-3827fa85d1cd_Person3, oa:person_srt_25ed07ab-25ee-3d3c-9e8a-3827fa85d1cd_Person4, oa:person_srt_25ed07ab-25ee-3d3c-9e8a-3827fa85d1cd_Person5, oa:person_srt_25ed07ab-25ee-3d3c-9e8a-3827fa85d1cd_Person6 ;
  a2a:hasEvent oa:event_srt_25ed07ab-25ee-3d3c-9e8a-3827fa85d1cd_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_25ed07ab-25ee-3d3c-9e8a-3827fa85d1cd_0, oa:relationep_srt_25ed07ab-25ee-3d3c-9e8a-3827fa85d1cd_1, oa:relationep_srt_25ed07ab-25ee-3d3c-9e8a-3827fa85d1cd_2, oa:relationep_srt_25ed07ab-25ee-3d3c-9e8a-3827fa85d1cd_3, oa:relationep_srt_25ed07ab-25ee-3d3c-9e8a-3827fa85d1cd_4, oa:relationep_srt_25ed07ab-25ee-3d3c-9e8a-3827fa85d1cd_5 ;
  a2a:hasSource oa:source_srt_25ed07ab-25ee-3d3c-9e8a-3827fa85d1cd .

oa:person_srt_25ed07ab-25ee-3d3c-9e8a-3827fa85d1cd_Person1
  a a2a:Person ;
  rdfs:label "Petrus de Lange" ;
  a2a:PersonName [
    rdfs:label "Petrus de Lange" ;
    a2a:PersonNameFirstName "Petrus" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Lange"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "27" ;
    rdfs:label "27"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Barendrecht" ;
    rdfs:label "Barendrecht"
  ] .

oa:person_srt_25ed07ab-25ee-3d3c-9e8a-3827fa85d1cd_Person2
  a a2a:Person ;
  rdfs:label "Cornelis Petrus de Lange" ;
  a2a:PersonName [
    rdfs:label "Cornelis Petrus de Lange" ;
    a2a:PersonNameFirstName "Cornelis Petrus" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Lange"
  ] .

oa:person_srt_25ed07ab-25ee-3d3c-9e8a-3827fa85d1cd_Person3
  a a2a:Person ;
  rdfs:label "Leentje van der Linden" ;
  a2a:PersonName [
    rdfs:label "Leentje van der Linden" ;
    a2a:PersonNameFirstName "Leentje" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Linden"
  ] .

oa:person_srt_25ed07ab-25ee-3d3c-9e8a-3827fa85d1cd_Person4
  a a2a:Person ;
  rdfs:label "Helena Maria van Woensel" ;
  a2a:PersonName [
    rdfs:label "Helena Maria van Woensel" ;
    a2a:PersonNameFirstName "Helena Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Woensel"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "19" ;
    rdfs:label "19"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Bergen op Zoom" ;
    rdfs:label "Bergen op Zoom"
  ] .

oa:person_srt_25ed07ab-25ee-3d3c-9e8a-3827fa85d1cd_Person5
  a a2a:Person ;
  rdfs:label "Jacobus van Woensel" ;
  a2a:PersonName [
    rdfs:label "Jacobus van Woensel" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Woensel"
  ] .

oa:person_srt_25ed07ab-25ee-3d3c-9e8a-3827fa85d1cd_Person6
  a a2a:Person ;
  rdfs:label "Maria Johanna Burger" ;
  a2a:PersonName [
    rdfs:label "Maria Johanna Burger" ;
    a2a:PersonNameFirstName "Maria Johanna" ;
    a2a:PersonNameLastName "Burger"
  ] .

oa:event_srt_25ed07ab-25ee-3d3c-9e8a-3827fa85d1cd_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1931" ;
    a2a:Month "6" ;
    a2a:Day "17" ;
    rdfs:label "1931-06-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_25ed07ab-25ee-3d3c-9e8a-3827fa85d1cd_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_25ed07ab-25ee-3d3c-9e8a-3827fa85d1cd_Person1 ;
  a2a:EventKeyRef oa:event_srt_25ed07ab-25ee-3d3c-9e8a-3827fa85d1cd_Event1 .

oa:relationep_srt_25ed07ab-25ee-3d3c-9e8a-3827fa85d1cd_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_25ed07ab-25ee-3d3c-9e8a-3827fa85d1cd_Person2 ;
  a2a:EventKeyRef oa:event_srt_25ed07ab-25ee-3d3c-9e8a-3827fa85d1cd_Event1 .

oa:relationep_srt_25ed07ab-25ee-3d3c-9e8a-3827fa85d1cd_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_25ed07ab-25ee-3d3c-9e8a-3827fa85d1cd_Person3 ;
  a2a:EventKeyRef oa:event_srt_25ed07ab-25ee-3d3c-9e8a-3827fa85d1cd_Event1 .

oa:relationep_srt_25ed07ab-25ee-3d3c-9e8a-3827fa85d1cd_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_25ed07ab-25ee-3d3c-9e8a-3827fa85d1cd_Person4 ;
  a2a:EventKeyRef oa:event_srt_25ed07ab-25ee-3d3c-9e8a-3827fa85d1cd_Event1 .

oa:relationep_srt_25ed07ab-25ee-3d3c-9e8a-3827fa85d1cd_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_25ed07ab-25ee-3d3c-9e8a-3827fa85d1cd_Person5 ;
  a2a:EventKeyRef oa:event_srt_25ed07ab-25ee-3d3c-9e8a-3827fa85d1cd_Event1 .

oa:relationep_srt_25ed07ab-25ee-3d3c-9e8a-3827fa85d1cd_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_25ed07ab-25ee-3d3c-9e8a-3827fa85d1cd_Person6 ;
  a2a:EventKeyRef oa:event_srt_25ed07ab-25ee-3d3c-9e8a-3827fa85d1cd_Event1 .

oa:source_srt_25ed07ab-25ee-3d3c-9e8a-3827fa85d1cd
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam", "1811-01-01 - 1935-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1811-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1935-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [ a2a:Year "1931" ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Rotterdam" ;
    a2a:Place "Rotterdam" ;
    a2a:Collection "Burgerlijke Stand Rotterdam, huwelijksakten" ;
    a2a:DocumentNumber "2090" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, 2090"
  ] ;
  a2a:SourceLastChangeDate "2015-08-02"^^xsd:date ;
  a2a:RecordIdentifier "233530" ;
  a2a:RecordGUID "{25ed07ab-25ee-3d3c-9e8a-3827fa85d1cd}" .

