@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_13236a65-94eb-e594-602b-31bb464bf3ca
  a a2a:Record ;
  rdfs:label "Huwelijk op 21 november 1827 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_13236a65-94eb-e594-602b-31bb464bf3ca_Person1014054848, oa:person_srt_13236a65-94eb-e594-602b-31bb464bf3ca_Person1014054849, oa:person_srt_13236a65-94eb-e594-602b-31bb464bf3ca_Person1014054850, oa:person_srt_13236a65-94eb-e594-602b-31bb464bf3ca_Person1014054851, oa:person_srt_13236a65-94eb-e594-602b-31bb464bf3ca_Person1014054852, oa:person_srt_13236a65-94eb-e594-602b-31bb464bf3ca_Person1014054853 ;
  a2a:hasEvent oa:event_srt_13236a65-94eb-e594-602b-31bb464bf3ca_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_13236a65-94eb-e594-602b-31bb464bf3ca_0, oa:relationep_srt_13236a65-94eb-e594-602b-31bb464bf3ca_1, oa:relationep_srt_13236a65-94eb-e594-602b-31bb464bf3ca_2, oa:relationep_srt_13236a65-94eb-e594-602b-31bb464bf3ca_3, oa:relationep_srt_13236a65-94eb-e594-602b-31bb464bf3ca_4, oa:relationep_srt_13236a65-94eb-e594-602b-31bb464bf3ca_5 ;
  a2a:hasSource oa:source_srt_13236a65-94eb-e594-602b-31bb464bf3ca .

oa:person_srt_13236a65-94eb-e594-602b-31bb464bf3ca_Person1014054848
  a a2a:Person ;
  rdfs:label "Barent Nikkel" ;
  a2a:PersonName [
    rdfs:label "Barent Nikkel" ;
    a2a:PersonNameFirstName "Barent" ;
    a2a:PersonNameLastName "Nikkel"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "22" ;
    rdfs:label "22"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_13236a65-94eb-e594-602b-31bb464bf3ca_Person1014054849
  a a2a:Person ;
  rdfs:label "Jacobus Nikkel" ;
  a2a:PersonName [
    rdfs:label "Jacobus Nikkel" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Nikkel"
  ] .

oa:person_srt_13236a65-94eb-e594-602b-31bb464bf3ca_Person1014054850
  a a2a:Person ;
  rdfs:label "Maria Hoedt" ;
  a2a:PersonName [
    rdfs:label "Maria Hoedt" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Hoedt"
  ] .

oa:person_srt_13236a65-94eb-e594-602b-31bb464bf3ca_Person1014054851
  a a2a:Person ;
  rdfs:label "Maria Humtin" ;
  a2a:PersonName [
    rdfs:label "Maria Humtin" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Humtin"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "24" ;
    rdfs:label "24"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_13236a65-94eb-e594-602b-31bb464bf3ca_Person1014054852
  a a2a:Person ;
  rdfs:label "Willem Humtin" ;
  a2a:PersonName [
    rdfs:label "Willem Humtin" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Humtin"
  ] .

oa:person_srt_13236a65-94eb-e594-602b-31bb464bf3ca_Person1014054853
  a a2a:Person ;
  rdfs:label "Adriana Dunck" ;
  a2a:PersonName [
    rdfs:label "Adriana Dunck" ;
    a2a:PersonNameFirstName "Adriana" ;
    a2a:PersonNameLastName "Dunck"
  ] .

oa:event_srt_13236a65-94eb-e594-602b-31bb464bf3ca_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "21-11-1827" ;
    a2a:Year "1827" ;
    a2a:Month "11" ;
    a2a:Day "21" ;
    rdfs:label "1827-11-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_13236a65-94eb-e594-602b-31bb464bf3ca_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_13236a65-94eb-e594-602b-31bb464bf3ca_Person1014054848 ;
  a2a:EventKeyRef oa:event_srt_13236a65-94eb-e594-602b-31bb464bf3ca_Event1 .

oa:relationep_srt_13236a65-94eb-e594-602b-31bb464bf3ca_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_13236a65-94eb-e594-602b-31bb464bf3ca_Person1014054849 ;
  a2a:EventKeyRef oa:event_srt_13236a65-94eb-e594-602b-31bb464bf3ca_Event1 .

oa:relationep_srt_13236a65-94eb-e594-602b-31bb464bf3ca_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_13236a65-94eb-e594-602b-31bb464bf3ca_Person1014054850 ;
  a2a:EventKeyRef oa:event_srt_13236a65-94eb-e594-602b-31bb464bf3ca_Event1 .

oa:relationep_srt_13236a65-94eb-e594-602b-31bb464bf3ca_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_13236a65-94eb-e594-602b-31bb464bf3ca_Person1014054851 ;
  a2a:EventKeyRef oa:event_srt_13236a65-94eb-e594-602b-31bb464bf3ca_Event1 .

oa:relationep_srt_13236a65-94eb-e594-602b-31bb464bf3ca_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_13236a65-94eb-e594-602b-31bb464bf3ca_Person1014054852 ;
  a2a:EventKeyRef oa:event_srt_13236a65-94eb-e594-602b-31bb464bf3ca_Event1 .

oa:relationep_srt_13236a65-94eb-e594-602b-31bb464bf3ca_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_13236a65-94eb-e594-602b-31bb464bf3ca_Person1014054853 ;
  a2a:EventKeyRef oa:event_srt_13236a65-94eb-e594-602b-31bb464bf3ca_Event1 .

oa:source_srt_13236a65-94eb-e594-602b-31bb464bf3ca
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1827-11-21 - 1827-11-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1827-11-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1827-11-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "21-11-1827" ;
    a2a:Year "1827" ;
    a2a:Month "11" ;
    a2a:Day "21" ;
    rdfs:label "21-11-1827"
  ] ;
  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:RegistryNumber "1827B" ;
    a2a:Folio "b100v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijks- en echtscheidingsregister van de gemeente Rotterdam, 1827B, b100v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://hdl.handle.net/21.12133/36F2D07E74344ABCBEEC564ED6BA0667" ;
    a2a:UriViewer "https://hdl.handle.net/21.12133/36F2D07E74344ABCBEEC564ED6BA0667" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/36F2D07E74344ABCBEEC564ED6BA0667"
  ] ;
  a2a:SourceLastChangeDate "2020-08-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/54D53D0CD9984847B9EA9D68FA97E7CA" ;
  a2a:RecordIdentifier "1014054847" ;
  a2a:RecordGUID "{13236a65-94eb-e594-602b-31bb464bf3ca}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 54D53D0C-D998-4847-B9EA-9D68FA97E7CA" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061827B_54_A2A.xml van SRT" .

