@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_3f527e98-6c0c-37a7-e41c-c031b437eb55
  a a2a:Record ;
  rdfs:label "Huwelijk op 18 augustus 1875 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_3f527e98-6c0c-37a7-e41c-c031b437eb55_Person1014706798, oa:person_srt_3f527e98-6c0c-37a7-e41c-c031b437eb55_Person1014706799, oa:person_srt_3f527e98-6c0c-37a7-e41c-c031b437eb55_Person1014706800, oa:person_srt_3f527e98-6c0c-37a7-e41c-c031b437eb55_Person1014706801, oa:person_srt_3f527e98-6c0c-37a7-e41c-c031b437eb55_Person1014706802, oa:person_srt_3f527e98-6c0c-37a7-e41c-c031b437eb55_Person1014706803 ;
  a2a:hasEvent oa:event_srt_3f527e98-6c0c-37a7-e41c-c031b437eb55_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_3f527e98-6c0c-37a7-e41c-c031b437eb55_0, oa:relationep_srt_3f527e98-6c0c-37a7-e41c-c031b437eb55_1, oa:relationep_srt_3f527e98-6c0c-37a7-e41c-c031b437eb55_2, oa:relationep_srt_3f527e98-6c0c-37a7-e41c-c031b437eb55_3, oa:relationep_srt_3f527e98-6c0c-37a7-e41c-c031b437eb55_4, oa:relationep_srt_3f527e98-6c0c-37a7-e41c-c031b437eb55_5 ;
  a2a:hasSource oa:source_srt_3f527e98-6c0c-37a7-e41c-c031b437eb55 .

oa:person_srt_3f527e98-6c0c-37a7-e41c-c031b437eb55_Person1014706798
  a a2a:Person ;
  rdfs:label "Pieter Grades Kleinschmidt" ;
  a2a:PersonName [
    rdfs:label "Pieter Grades Kleinschmidt" ;
    a2a:PersonNameFirstName "Pieter Grades" ;
    a2a:PersonNameLastName "Kleinschmidt"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "27" ;
    rdfs:label "27"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_3f527e98-6c0c-37a7-e41c-c031b437eb55_Person1014706799
  a a2a:Person ;
  rdfs:label "Pieter Kleinschmidt" ;
  a2a:PersonName [
    rdfs:label "Pieter Kleinschmidt" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNameLastName "Kleinschmidt"
  ] .

oa:person_srt_3f527e98-6c0c-37a7-e41c-c031b437eb55_Person1014706800
  a a2a:Person ;
  rdfs:label "Jantjen Messing" ;
  a2a:PersonName [
    rdfs:label "Jantjen Messing" ;
    a2a:PersonNameFirstName "Jantjen" ;
    a2a:PersonNameLastName "Messing"
  ] .

oa:person_srt_3f527e98-6c0c-37a7-e41c-c031b437eb55_Person1014706801
  a a2a:Person ;
  rdfs:label "Aalberdina Veltkamp" ;
  a2a:PersonName [
    rdfs:label "Aalberdina Veltkamp" ;
    a2a:PersonNameFirstName "Aalberdina" ;
    a2a:PersonNameLastName "Veltkamp"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "29" ;
    rdfs:label "29"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_3f527e98-6c0c-37a7-e41c-c031b437eb55_Person1014706802
  a a2a:Person ;
  rdfs:label "Gerrit Veltkamp" ;
  a2a:PersonName [
    rdfs:label "Gerrit Veltkamp" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNameLastName "Veltkamp"
  ] .

oa:person_srt_3f527e98-6c0c-37a7-e41c-c031b437eb55_Person1014706803
  a a2a:Person ;
  rdfs:label "Emmetje Heusdens" ;
  a2a:PersonName [
    rdfs:label "Emmetje Heusdens" ;
    a2a:PersonNameFirstName "Emmetje" ;
    a2a:PersonNameLastName "Heusdens"
  ] .

oa:event_srt_3f527e98-6c0c-37a7-e41c-c031b437eb55_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "18-08-1875" ;
    a2a:Year "1875" ;
    a2a:Month "08" ;
    a2a:Day "18" ;
    rdfs:label "1875-08-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_3f527e98-6c0c-37a7-e41c-c031b437eb55_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_3f527e98-6c0c-37a7-e41c-c031b437eb55_Person1014706798 ;
  a2a:EventKeyRef oa:event_srt_3f527e98-6c0c-37a7-e41c-c031b437eb55_Event1 .

oa:relationep_srt_3f527e98-6c0c-37a7-e41c-c031b437eb55_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_3f527e98-6c0c-37a7-e41c-c031b437eb55_Person1014706799 ;
  a2a:EventKeyRef oa:event_srt_3f527e98-6c0c-37a7-e41c-c031b437eb55_Event1 .

oa:relationep_srt_3f527e98-6c0c-37a7-e41c-c031b437eb55_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_3f527e98-6c0c-37a7-e41c-c031b437eb55_Person1014706800 ;
  a2a:EventKeyRef oa:event_srt_3f527e98-6c0c-37a7-e41c-c031b437eb55_Event1 .

oa:relationep_srt_3f527e98-6c0c-37a7-e41c-c031b437eb55_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_3f527e98-6c0c-37a7-e41c-c031b437eb55_Person1014706801 ;
  a2a:EventKeyRef oa:event_srt_3f527e98-6c0c-37a7-e41c-c031b437eb55_Event1 .

oa:relationep_srt_3f527e98-6c0c-37a7-e41c-c031b437eb55_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_3f527e98-6c0c-37a7-e41c-c031b437eb55_Person1014706802 ;
  a2a:EventKeyRef oa:event_srt_3f527e98-6c0c-37a7-e41c-c031b437eb55_Event1 .

oa:relationep_srt_3f527e98-6c0c-37a7-e41c-c031b437eb55_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_3f527e98-6c0c-37a7-e41c-c031b437eb55_Person1014706803 ;
  a2a:EventKeyRef oa:event_srt_3f527e98-6c0c-37a7-e41c-c031b437eb55_Event1 .

oa:source_srt_3f527e98-6c0c-37a7-e41c-c031b437eb55
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1875-08-18 - 1875-08-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1875-08-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1875-08-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "18-08-1875" ;
    a2a:Year "1875" ;
    a2a:Month "08" ;
    a2a:Day "18" ;
    rdfs:label "18-08-1875"
  ] ;
  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 "1875.758" ;
    a2a:RegistryNumber "1875E" ;
    a2a:Folio "e002" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijks- en echtscheidingsregister van de gemeente Rotterdam, 1875.758, 1875E, e002"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://hdl.handle.net/21.12133/67B57725C70F41B195D1278405F453DF" ;
    a2a:UriViewer "https://hdl.handle.net/21.12133/67B57725C70F41B195D1278405F453DF" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/67B57725C70F41B195D1278405F453DF"
  ] ;
  a2a:SourceLastChangeDate "2019-07-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/DDA11F733B924CD688C69D70BE15B1FB" ;
  a2a:RecordIdentifier "1014706797" ;
  a2a:RecordGUID "{3f527e98-6c0c-37a7-e41c-c031b437eb55}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder DDA11F73-3B92-4CD6-88C6-9D70BE15B1FB" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061875E_54_A2A.xml van SRT" .

