@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_D32BAF27-E9C2-40C8-A199-FA07F4D89CC2
  a a2a:Record ;
  rdfs:label "Huwelijk op 16 mei 1888 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_D32BAF27-E9C2-40C8-A199-FA07F4D89CC2_Person1014666464, oa:person_srt_D32BAF27-E9C2-40C8-A199-FA07F4D89CC2_Person1014666465, oa:person_srt_D32BAF27-E9C2-40C8-A199-FA07F4D89CC2_Person1014666466, oa:person_srt_D32BAF27-E9C2-40C8-A199-FA07F4D89CC2_Person1014666467, oa:person_srt_D32BAF27-E9C2-40C8-A199-FA07F4D89CC2_Person1014666468, oa:person_srt_D32BAF27-E9C2-40C8-A199-FA07F4D89CC2_Person1014666469 ;
  a2a:hasEvent oa:event_srt_D32BAF27-E9C2-40C8-A199-FA07F4D89CC2_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_D32BAF27-E9C2-40C8-A199-FA07F4D89CC2_0, oa:relationep_srt_D32BAF27-E9C2-40C8-A199-FA07F4D89CC2_1, oa:relationep_srt_D32BAF27-E9C2-40C8-A199-FA07F4D89CC2_2, oa:relationep_srt_D32BAF27-E9C2-40C8-A199-FA07F4D89CC2_3, oa:relationep_srt_D32BAF27-E9C2-40C8-A199-FA07F4D89CC2_4, oa:relationep_srt_D32BAF27-E9C2-40C8-A199-FA07F4D89CC2_5 ;
  a2a:hasSource oa:source_srt_D32BAF27-E9C2-40C8-A199-FA07F4D89CC2 .

oa:person_srt_D32BAF27-E9C2-40C8-A199-FA07F4D89CC2_Person1014666464
  a a2a:Person ;
  rdfs:label "Karel Frees" ;
  a2a:PersonName [
    rdfs:label "Karel Frees" ;
    a2a:PersonNameFirstName "Karel" ;
    a2a:PersonNameLastName "Frees"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "24" ;
    rdfs:label "24"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zuidland" ;
    rdfs:label "Zuidland"
  ] .

oa:person_srt_D32BAF27-E9C2-40C8-A199-FA07F4D89CC2_Person1014666465
  a a2a:Person ;
  rdfs:label "Arij Frees" ;
  a2a:PersonName [
    rdfs:label "Arij Frees" ;
    a2a:PersonNameFirstName "Arij" ;
    a2a:PersonNameLastName "Frees"
  ] .

oa:person_srt_D32BAF27-E9C2-40C8-A199-FA07F4D89CC2_Person1014666466
  a a2a:Person ;
  rdfs:label "Suzanna Rietdijk" ;
  a2a:PersonName [
    rdfs:label "Suzanna Rietdijk" ;
    a2a:PersonNameFirstName "Suzanna" ;
    a2a:PersonNameLastName "Rietdijk"
  ] .

oa:person_srt_D32BAF27-E9C2-40C8-A199-FA07F4D89CC2_Person1014666467
  a a2a:Person ;
  rdfs:label "Helena de Vries" ;
  a2a:PersonName [
    rdfs:label "Helena de Vries" ;
    a2a:PersonNameFirstName "Helena" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Vries"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "24" ;
    rdfs:label "24"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zwijndrecht" ;
    rdfs:label "Zwijndrecht"
  ] .

oa:person_srt_D32BAF27-E9C2-40C8-A199-FA07F4D89CC2_Person1014666468
  a a2a:Person ;
  rdfs:label "Gerrit de Vries" ;
  a2a:PersonName [
    rdfs:label "Gerrit de Vries" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Vries"
  ] .

oa:person_srt_D32BAF27-E9C2-40C8-A199-FA07F4D89CC2_Person1014666469
  a a2a:Person ;
  rdfs:label "Annigje Muller" ;
  a2a:PersonName [
    rdfs:label "Annigje Muller" ;
    a2a:PersonNameFirstName "Annigje" ;
    a2a:PersonNameLastName "Muller"
  ] .

oa:event_srt_D32BAF27-E9C2-40C8-A199-FA07F4D89CC2_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "16-05-1888" ;
    a2a:Year "1888" ;
    a2a:Month "05" ;
    a2a:Day "16" ;
    rdfs:label "1888-05-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_D32BAF27-E9C2-40C8-A199-FA07F4D89CC2_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_D32BAF27-E9C2-40C8-A199-FA07F4D89CC2_Person1014666464 ;
  a2a:EventKeyRef oa:event_srt_D32BAF27-E9C2-40C8-A199-FA07F4D89CC2_Event1 .

oa:relationep_srt_D32BAF27-E9C2-40C8-A199-FA07F4D89CC2_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_D32BAF27-E9C2-40C8-A199-FA07F4D89CC2_Person1014666465 ;
  a2a:EventKeyRef oa:event_srt_D32BAF27-E9C2-40C8-A199-FA07F4D89CC2_Event1 .

oa:relationep_srt_D32BAF27-E9C2-40C8-A199-FA07F4D89CC2_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_D32BAF27-E9C2-40C8-A199-FA07F4D89CC2_Person1014666466 ;
  a2a:EventKeyRef oa:event_srt_D32BAF27-E9C2-40C8-A199-FA07F4D89CC2_Event1 .

oa:relationep_srt_D32BAF27-E9C2-40C8-A199-FA07F4D89CC2_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_D32BAF27-E9C2-40C8-A199-FA07F4D89CC2_Person1014666467 ;
  a2a:EventKeyRef oa:event_srt_D32BAF27-E9C2-40C8-A199-FA07F4D89CC2_Event1 .

oa:relationep_srt_D32BAF27-E9C2-40C8-A199-FA07F4D89CC2_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_D32BAF27-E9C2-40C8-A199-FA07F4D89CC2_Person1014666468 ;
  a2a:EventKeyRef oa:event_srt_D32BAF27-E9C2-40C8-A199-FA07F4D89CC2_Event1 .

oa:relationep_srt_D32BAF27-E9C2-40C8-A199-FA07F4D89CC2_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_D32BAF27-E9C2-40C8-A199-FA07F4D89CC2_Person1014666469 ;
  a2a:EventKeyRef oa:event_srt_D32BAF27-E9C2-40C8-A199-FA07F4D89CC2_Event1 .

oa:source_srt_D32BAF27-E9C2-40C8-A199-FA07F4D89CC2
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1888-05-16 - 1888-05-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1888-05-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1888-05-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "16-05-1888" ;
    a2a:Year "1888" ;
    a2a:Month "05" ;
    a2a:Day "16" ;
    rdfs:label "16-05-1888"
  ] ;
  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 "1888.461" ;
    a2a:RegistryNumber "1888C" ;
    a2a:Folio "c038" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1888.461, 1888C, c038"
  ] ;
  a2a:SourceLastChangeDate "2021-04-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/D32BAF27E9C240C8A199FA07F4D89CC2" ;
  a2a:RecordIdentifier "1014666463" ;
  a2a:RecordGUID "{D32BAF27-E9C2-40C8-A199-FA07F4D89CC2}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/ED2B01D63E534B9D896CB5DD601983EC" .

