@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_19cf1029-3be0-7eef-7ac3-ecef22a817a3
  a a2a:Record ;
  rdfs:label "Huwelijk op 16 april 1856 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_19cf1029-3be0-7eef-7ac3-ecef22a817a3_Person1014796018, oa:person_srt_19cf1029-3be0-7eef-7ac3-ecef22a817a3_Person1014796019, oa:person_srt_19cf1029-3be0-7eef-7ac3-ecef22a817a3_Person1014796020, oa:person_srt_19cf1029-3be0-7eef-7ac3-ecef22a817a3_Person1014796021, oa:person_srt_19cf1029-3be0-7eef-7ac3-ecef22a817a3_Person1014796022, oa:person_srt_19cf1029-3be0-7eef-7ac3-ecef22a817a3_Person1014796023 ;
  a2a:hasEvent oa:event_srt_19cf1029-3be0-7eef-7ac3-ecef22a817a3_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_19cf1029-3be0-7eef-7ac3-ecef22a817a3_0, oa:relationep_srt_19cf1029-3be0-7eef-7ac3-ecef22a817a3_1, oa:relationep_srt_19cf1029-3be0-7eef-7ac3-ecef22a817a3_2, oa:relationep_srt_19cf1029-3be0-7eef-7ac3-ecef22a817a3_3, oa:relationep_srt_19cf1029-3be0-7eef-7ac3-ecef22a817a3_4, oa:relationep_srt_19cf1029-3be0-7eef-7ac3-ecef22a817a3_5 ;
  a2a:hasSource oa:source_srt_19cf1029-3be0-7eef-7ac3-ecef22a817a3 .

oa:person_srt_19cf1029-3be0-7eef-7ac3-ecef22a817a3_Person1014796018
  a a2a:Person ;
  rdfs:label "Antonie Coenraad" ;
  a2a:PersonName [
    rdfs:label "Antonie Coenraad" ;
    a2a:PersonNameFirstName "Antonie" ;
    a2a:PersonNameLastName "Coenraad"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "30" ;
    rdfs:label "30"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_19cf1029-3be0-7eef-7ac3-ecef22a817a3_Person1014796019
  a a2a:Person ;
  rdfs:label "Johannes Coenraad" ;
  a2a:PersonName [
    rdfs:label "Johannes Coenraad" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Coenraad"
  ] .

oa:person_srt_19cf1029-3be0-7eef-7ac3-ecef22a817a3_Person1014796020
  a a2a:Person ;
  rdfs:label "Jenneke Ort" ;
  a2a:PersonName [
    rdfs:label "Jenneke Ort" ;
    a2a:PersonNameFirstName "Jenneke" ;
    a2a:PersonNameLastName "Ort"
  ] .

oa:person_srt_19cf1029-3be0-7eef-7ac3-ecef22a817a3_Person1014796021
  a a2a:Person ;
  rdfs:label "Johanna Clasina Wensel" ;
  a2a:PersonName [
    rdfs:label "Johanna Clasina Wensel" ;
    a2a:PersonNameFirstName "Johanna Clasina" ;
    a2a:PersonNameLastName "Wensel"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "21" ;
    rdfs:label "21"
  ] ;
  a2a:BirthPlace [
    a2a:Place "'s Gravenhage" ;
    rdfs:label "'s Gravenhage"
  ] .

oa:person_srt_19cf1029-3be0-7eef-7ac3-ecef22a817a3_Person1014796022
  a a2a:Person ;
  rdfs:label "Nicolaas Wensel" ;
  a2a:PersonName [
    rdfs:label "Nicolaas Wensel" ;
    a2a:PersonNameFirstName "Nicolaas" ;
    a2a:PersonNameLastName "Wensel"
  ] .

oa:person_srt_19cf1029-3be0-7eef-7ac3-ecef22a817a3_Person1014796023
  a a2a:Person ;
  rdfs:label "Alida Fremerie" ;
  a2a:PersonName [
    rdfs:label "Alida Fremerie" ;
    a2a:PersonNameFirstName "Alida" ;
    a2a:PersonNameLastName "Fremerie"
  ] .

oa:event_srt_19cf1029-3be0-7eef-7ac3-ecef22a817a3_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "16-04-1856" ;
    a2a:Year "1856" ;
    a2a:Month "04" ;
    a2a:Day "16" ;
    rdfs:label "1856-04-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_19cf1029-3be0-7eef-7ac3-ecef22a817a3_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_19cf1029-3be0-7eef-7ac3-ecef22a817a3_Person1014796018 ;
  a2a:EventKeyRef oa:event_srt_19cf1029-3be0-7eef-7ac3-ecef22a817a3_Event1 .

oa:relationep_srt_19cf1029-3be0-7eef-7ac3-ecef22a817a3_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_19cf1029-3be0-7eef-7ac3-ecef22a817a3_Person1014796019 ;
  a2a:EventKeyRef oa:event_srt_19cf1029-3be0-7eef-7ac3-ecef22a817a3_Event1 .

oa:relationep_srt_19cf1029-3be0-7eef-7ac3-ecef22a817a3_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_19cf1029-3be0-7eef-7ac3-ecef22a817a3_Person1014796020 ;
  a2a:EventKeyRef oa:event_srt_19cf1029-3be0-7eef-7ac3-ecef22a817a3_Event1 .

oa:relationep_srt_19cf1029-3be0-7eef-7ac3-ecef22a817a3_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_19cf1029-3be0-7eef-7ac3-ecef22a817a3_Person1014796021 ;
  a2a:EventKeyRef oa:event_srt_19cf1029-3be0-7eef-7ac3-ecef22a817a3_Event1 .

oa:relationep_srt_19cf1029-3be0-7eef-7ac3-ecef22a817a3_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_19cf1029-3be0-7eef-7ac3-ecef22a817a3_Person1014796022 ;
  a2a:EventKeyRef oa:event_srt_19cf1029-3be0-7eef-7ac3-ecef22a817a3_Event1 .

oa:relationep_srt_19cf1029-3be0-7eef-7ac3-ecef22a817a3_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_19cf1029-3be0-7eef-7ac3-ecef22a817a3_Person1014796023 ;
  a2a:EventKeyRef oa:event_srt_19cf1029-3be0-7eef-7ac3-ecef22a817a3_Event1 .

oa:source_srt_19cf1029-3be0-7eef-7ac3-ecef22a817a3
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1856-04-16 - 1856-04-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1856-04-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1856-04-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "16-04-1856" ;
    a2a:Year "1856" ;
    a2a:Month "04" ;
    a2a:Day "16" ;
    rdfs:label "16-04-1856"
  ] ;
  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 "1856.166" ;
    a2a:RegistryNumber "1856A" ;
    a2a:Folio "a86v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijks- en echtscheidingsregister van de gemeente Rotterdam, 1856.166, 1856A, a86v"
  ] ;
  a2a:SourceLastChangeDate "2023-03-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/BB362A452E8B4F3FB7CF8A6638D16EDE" ;
  a2a:RecordIdentifier "1014796017" ;
  a2a:RecordGUID "{19cf1029-3be0-7eef-7ac3-ecef22a817a3}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder BB362A45-2E8B-4F3F-B7CF-8A6638D16EDE" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061856A_54_A2A.xml van SRT" .

