@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_42919ad4-d08f-2cdc-acfb-c99ea8fef75c
  a a2a:Record ;
  rdfs:label "Huwelijk op 31 oktober 1866 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_42919ad4-d08f-2cdc-acfb-c99ea8fef75c_Person2660017773, oa:person_srt_42919ad4-d08f-2cdc-acfb-c99ea8fef75c_Person2660017774, oa:person_srt_42919ad4-d08f-2cdc-acfb-c99ea8fef75c_Person2660017775, oa:person_srt_42919ad4-d08f-2cdc-acfb-c99ea8fef75c_Person2660017776, oa:person_srt_42919ad4-d08f-2cdc-acfb-c99ea8fef75c_Person2660017777, oa:person_srt_42919ad4-d08f-2cdc-acfb-c99ea8fef75c_Person2660017778 ;
  a2a:hasEvent oa:event_srt_42919ad4-d08f-2cdc-acfb-c99ea8fef75c_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_42919ad4-d08f-2cdc-acfb-c99ea8fef75c_0, oa:relationep_srt_42919ad4-d08f-2cdc-acfb-c99ea8fef75c_1, oa:relationep_srt_42919ad4-d08f-2cdc-acfb-c99ea8fef75c_2, oa:relationep_srt_42919ad4-d08f-2cdc-acfb-c99ea8fef75c_3, oa:relationep_srt_42919ad4-d08f-2cdc-acfb-c99ea8fef75c_4, oa:relationep_srt_42919ad4-d08f-2cdc-acfb-c99ea8fef75c_5 ;
  a2a:hasSource oa:source_srt_42919ad4-d08f-2cdc-acfb-c99ea8fef75c .

oa:person_srt_42919ad4-d08f-2cdc-acfb-c99ea8fef75c_Person2660017773
  a a2a:Person ;
  rdfs:label "Nicolaas Tierolf" ;
  a2a:PersonName [
    rdfs:label "Nicolaas Tierolf" ;
    a2a:PersonNameFirstName "Nicolaas" ;
    a2a:PersonNameLastName "Tierolf"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "27" ;
    rdfs:label "27"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Gouda" ;
    rdfs:label "Gouda"
  ] .

oa:person_srt_42919ad4-d08f-2cdc-acfb-c99ea8fef75c_Person2660017774
  a a2a:Person ;
  rdfs:label "n.n. n.n." ;
  a2a:PersonName [
    rdfs:label "n.n. n.n." ;
    a2a:PersonNameFirstName "n.n." ;
    a2a:PersonNameLastName "n.n."
  ] .

oa:person_srt_42919ad4-d08f-2cdc-acfb-c99ea8fef75c_Person2660017775
  a a2a:Person ;
  rdfs:label "Cornelia Tierolf" ;
  a2a:PersonName [
    rdfs:label "Cornelia Tierolf" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Tierolf"
  ] .

oa:person_srt_42919ad4-d08f-2cdc-acfb-c99ea8fef75c_Person2660017776
  a a2a:Person ;
  rdfs:label "Pleuntje Duyfhuizen" ;
  a2a:PersonName [
    rdfs:label "Pleuntje Duyfhuizen" ;
    a2a:PersonNameFirstName "Pleuntje" ;
    a2a:PersonNameLastName "Duyfhuizen"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "30" ;
    rdfs:label "30"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zwartewaal" ;
    rdfs:label "Zwartewaal"
  ] .

oa:person_srt_42919ad4-d08f-2cdc-acfb-c99ea8fef75c_Person2660017777
  a a2a:Person ;
  rdfs:label "Matheus Duyfhuizen" ;
  a2a:PersonName [
    rdfs:label "Matheus Duyfhuizen" ;
    a2a:PersonNameFirstName "Matheus" ;
    a2a:PersonNameLastName "Duyfhuizen"
  ] .

oa:person_srt_42919ad4-d08f-2cdc-acfb-c99ea8fef75c_Person2660017778
  a a2a:Person ;
  rdfs:label "Gerritje Tol" ;
  a2a:PersonName [
    rdfs:label "Gerritje Tol" ;
    a2a:PersonNameFirstName "Gerritje" ;
    a2a:PersonNameLastName "Tol"
  ] .

oa:event_srt_42919ad4-d08f-2cdc-acfb-c99ea8fef75c_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "31-10-1866" ;
    a2a:Year "1866" ;
    a2a:Month "10" ;
    a2a:Day "31" ;
    rdfs:label "1866-10-31"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_42919ad4-d08f-2cdc-acfb-c99ea8fef75c_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_42919ad4-d08f-2cdc-acfb-c99ea8fef75c_Person2660017773 ;
  a2a:EventKeyRef oa:event_srt_42919ad4-d08f-2cdc-acfb-c99ea8fef75c_Event1 .

oa:relationep_srt_42919ad4-d08f-2cdc-acfb-c99ea8fef75c_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_42919ad4-d08f-2cdc-acfb-c99ea8fef75c_Person2660017774 ;
  a2a:EventKeyRef oa:event_srt_42919ad4-d08f-2cdc-acfb-c99ea8fef75c_Event1 .

oa:relationep_srt_42919ad4-d08f-2cdc-acfb-c99ea8fef75c_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_42919ad4-d08f-2cdc-acfb-c99ea8fef75c_Person2660017775 ;
  a2a:EventKeyRef oa:event_srt_42919ad4-d08f-2cdc-acfb-c99ea8fef75c_Event1 .

oa:relationep_srt_42919ad4-d08f-2cdc-acfb-c99ea8fef75c_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_42919ad4-d08f-2cdc-acfb-c99ea8fef75c_Person2660017776 ;
  a2a:EventKeyRef oa:event_srt_42919ad4-d08f-2cdc-acfb-c99ea8fef75c_Event1 .

oa:relationep_srt_42919ad4-d08f-2cdc-acfb-c99ea8fef75c_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_42919ad4-d08f-2cdc-acfb-c99ea8fef75c_Person2660017777 ;
  a2a:EventKeyRef oa:event_srt_42919ad4-d08f-2cdc-acfb-c99ea8fef75c_Event1 .

oa:relationep_srt_42919ad4-d08f-2cdc-acfb-c99ea8fef75c_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_42919ad4-d08f-2cdc-acfb-c99ea8fef75c_Person2660017778 ;
  a2a:EventKeyRef oa:event_srt_42919ad4-d08f-2cdc-acfb-c99ea8fef75c_Event1 .

oa:source_srt_42919ad4-d08f-2cdc-acfb-c99ea8fef75c
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1866-10-31 - 1866-10-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1866-10-31"^^xsd:date ;
    a2a:SourceIndexDateTo "1866-10-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "31-10-1866" ;
    a2a:Year "1866" ;
    a2a:Month "10" ;
    a2a:Day "31" ;
    rdfs:label "31-10-1866"
  ] ;
  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 huwelijks- en echtscheidingsregister van de gemeente Rotterdam" ;
    a2a:DocumentNumber "1866.864" ;
    a2a:RegistryNumber "1866E" ;
    a2a:Folio "e51v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijks- en echtscheidingsregister van de gemeente Rotterdam, 1866.864, 1866E, e51v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/184/F6CCD7B0C92E4BCEBF4E4725E77A5D63" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/184/F6CCD7B0C92E4BCEBF4E4725E77A5D63" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/F6CCD7B0C92E4BCEBF4E4725E77A5D63"
  ] ;
  a2a:SourceLastChangeDate "2022-04-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/1A98A87CC66D485A9BC4111F59BA341B" ;
  a2a:RecordIdentifier "2660017772" ;
  a2a:RecordGUID "{42919ad4-d08f-2cdc-acfb-c99ea8fef75c}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 1A98A87C-C66D-485A-9BC4-111F59BA341B" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061866E_54_A2A.xml van SRT" .

