@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_ecf650cf-1f5d-e259-af64-d5a256a34b70
  a a2a:Record ;
  rdfs:label "Huwelijk op 15 juli 1874 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_ecf650cf-1f5d-e259-af64-d5a256a34b70_Person1014706276, oa:person_srt_ecf650cf-1f5d-e259-af64-d5a256a34b70_Person1014706277, oa:person_srt_ecf650cf-1f5d-e259-af64-d5a256a34b70_Person1014706278, oa:person_srt_ecf650cf-1f5d-e259-af64-d5a256a34b70_Person1014706279, oa:person_srt_ecf650cf-1f5d-e259-af64-d5a256a34b70_Person1014706280, oa:person_srt_ecf650cf-1f5d-e259-af64-d5a256a34b70_Person1014706281 ;
  a2a:hasEvent oa:event_srt_ecf650cf-1f5d-e259-af64-d5a256a34b70_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_ecf650cf-1f5d-e259-af64-d5a256a34b70_0, oa:relationep_srt_ecf650cf-1f5d-e259-af64-d5a256a34b70_1, oa:relationep_srt_ecf650cf-1f5d-e259-af64-d5a256a34b70_2, oa:relationep_srt_ecf650cf-1f5d-e259-af64-d5a256a34b70_3, oa:relationep_srt_ecf650cf-1f5d-e259-af64-d5a256a34b70_4, oa:relationep_srt_ecf650cf-1f5d-e259-af64-d5a256a34b70_5 ;
  a2a:hasSource oa:source_srt_ecf650cf-1f5d-e259-af64-d5a256a34b70 .

oa:person_srt_ecf650cf-1f5d-e259-af64-d5a256a34b70_Person1014706276
  a a2a:Person ;
  rdfs:label "Johannes Sterkman" ;
  a2a:PersonName [
    rdfs:label "Johannes Sterkman" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Sterkman"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "27" ;
    rdfs:label "27"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Dordrecht" ;
    rdfs:label "Dordrecht"
  ] .

oa:person_srt_ecf650cf-1f5d-e259-af64-d5a256a34b70_Person1014706277
  a a2a:Person ;
  rdfs:label "Lijas Sterkman" ;
  a2a:PersonName [
    rdfs:label "Lijas Sterkman" ;
    a2a:PersonNameFirstName "Lijas" ;
    a2a:PersonNameLastName "Sterkman"
  ] .

oa:person_srt_ecf650cf-1f5d-e259-af64-d5a256a34b70_Person1014706278
  a a2a:Person ;
  rdfs:label "Lijntje Meijboom" ;
  a2a:PersonName [
    rdfs:label "Lijntje Meijboom" ;
    a2a:PersonNameFirstName "Lijntje" ;
    a2a:PersonNameLastName "Meijboom"
  ] .

oa:person_srt_ecf650cf-1f5d-e259-af64-d5a256a34b70_Person1014706279
  a a2a:Person ;
  rdfs:label "Cornelia Fredrika van de Wiel" ;
  a2a:PersonName [
    rdfs:label "Cornelia Fredrika van de Wiel" ;
    a2a:PersonNameFirstName "Cornelia Fredrika" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Wiel"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "27" ;
    rdfs:label "27"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_ecf650cf-1f5d-e259-af64-d5a256a34b70_Person1014706280
  a a2a:Person ;
  rdfs:label "Johannes Adrianus van de Wiel" ;
  a2a:PersonName [
    rdfs:label "Johannes Adrianus van de Wiel" ;
    a2a:PersonNameFirstName "Johannes Adrianus" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Wiel"
  ] .

oa:person_srt_ecf650cf-1f5d-e259-af64-d5a256a34b70_Person1014706281
  a a2a:Person ;
  rdfs:label "Trijntje de Meij" ;
  a2a:PersonName [
    rdfs:label "Trijntje de Meij" ;
    a2a:PersonNameFirstName "Trijntje" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Meij"
  ] .

oa:event_srt_ecf650cf-1f5d-e259-af64-d5a256a34b70_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "15-07-1874" ;
    a2a:Year "1874" ;
    a2a:Month "07" ;
    a2a:Day "15" ;
    rdfs:label "1874-07-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_ecf650cf-1f5d-e259-af64-d5a256a34b70_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_ecf650cf-1f5d-e259-af64-d5a256a34b70_Person1014706276 ;
  a2a:EventKeyRef oa:event_srt_ecf650cf-1f5d-e259-af64-d5a256a34b70_Event1 .

oa:relationep_srt_ecf650cf-1f5d-e259-af64-d5a256a34b70_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_ecf650cf-1f5d-e259-af64-d5a256a34b70_Person1014706277 ;
  a2a:EventKeyRef oa:event_srt_ecf650cf-1f5d-e259-af64-d5a256a34b70_Event1 .

oa:relationep_srt_ecf650cf-1f5d-e259-af64-d5a256a34b70_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_ecf650cf-1f5d-e259-af64-d5a256a34b70_Person1014706278 ;
  a2a:EventKeyRef oa:event_srt_ecf650cf-1f5d-e259-af64-d5a256a34b70_Event1 .

oa:relationep_srt_ecf650cf-1f5d-e259-af64-d5a256a34b70_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_ecf650cf-1f5d-e259-af64-d5a256a34b70_Person1014706279 ;
  a2a:EventKeyRef oa:event_srt_ecf650cf-1f5d-e259-af64-d5a256a34b70_Event1 .

oa:relationep_srt_ecf650cf-1f5d-e259-af64-d5a256a34b70_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_ecf650cf-1f5d-e259-af64-d5a256a34b70_Person1014706280 ;
  a2a:EventKeyRef oa:event_srt_ecf650cf-1f5d-e259-af64-d5a256a34b70_Event1 .

oa:relationep_srt_ecf650cf-1f5d-e259-af64-d5a256a34b70_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_ecf650cf-1f5d-e259-af64-d5a256a34b70_Person1014706281 ;
  a2a:EventKeyRef oa:event_srt_ecf650cf-1f5d-e259-af64-d5a256a34b70_Event1 .

oa:source_srt_ecf650cf-1f5d-e259-af64-d5a256a34b70
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1874-07-15 - 1874-07-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1874-07-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1874-07-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "15-07-1874" ;
    a2a:Year "1874" ;
    a2a:Month "07" ;
    a2a:Day "15" ;
    rdfs:label "15-07-1874"
  ] ;
  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 "1874.695" ;
    a2a:RegistryNumber "1874D" ;
    a2a:Folio "d62" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijks- en echtscheidingsregister van de gemeente Rotterdam, 1874.695, 1874D, d62"
  ] ;
  a2a:SourceLastChangeDate "2022-10-11"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/2C3CD2D7CA814CDE9FA10066119ECFCF" ;
  a2a:RecordIdentifier "1014706275" ;
  a2a:RecordGUID "{ecf650cf-1f5d-e259-af64-d5a256a34b70}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 2C3CD2D7-CA81-4CDE-9FA1-0066119ECFCF" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061874D_54_A2A.xml van SRT" .

