@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_70f9d681-709f-b4f2-db70-81af4eef5a64
  a a2a:Record ;
  rdfs:label "Huwelijk op 12 juni 1929 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_70f9d681-709f-b4f2-db70-81af4eef5a64_Person1016164538, oa:person_srt_70f9d681-709f-b4f2-db70-81af4eef5a64_Person1016164539, oa:person_srt_70f9d681-709f-b4f2-db70-81af4eef5a64_Person1016164540, oa:person_srt_70f9d681-709f-b4f2-db70-81af4eef5a64_Person1016164541, oa:person_srt_70f9d681-709f-b4f2-db70-81af4eef5a64_Person1016164542, oa:person_srt_70f9d681-709f-b4f2-db70-81af4eef5a64_Person1016164543 ;
  a2a:hasEvent oa:event_srt_70f9d681-709f-b4f2-db70-81af4eef5a64_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_70f9d681-709f-b4f2-db70-81af4eef5a64_0, oa:relationep_srt_70f9d681-709f-b4f2-db70-81af4eef5a64_1, oa:relationep_srt_70f9d681-709f-b4f2-db70-81af4eef5a64_2, oa:relationep_srt_70f9d681-709f-b4f2-db70-81af4eef5a64_3, oa:relationep_srt_70f9d681-709f-b4f2-db70-81af4eef5a64_4, oa:relationep_srt_70f9d681-709f-b4f2-db70-81af4eef5a64_5 ;
  a2a:hasSource oa:source_srt_70f9d681-709f-b4f2-db70-81af4eef5a64 .

oa:person_srt_70f9d681-709f-b4f2-db70-81af4eef5a64_Person1016164538
  a a2a:Person ;
  rdfs:label "Dingeman Kardux" ;
  a2a:PersonName [
    rdfs:label "Dingeman Kardux" ;
    a2a:PersonNameFirstName "Dingeman" ;
    a2a:PersonNameLastName "Kardux"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "26" ;
    rdfs:label "26"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_70f9d681-709f-b4f2-db70-81af4eef5a64_Person1016164539
  a a2a:Person ;
  rdfs:label "Arie Kardux" ;
  a2a:PersonName [
    rdfs:label "Arie Kardux" ;
    a2a:PersonNameFirstName "Arie" ;
    a2a:PersonNameLastName "Kardux"
  ] .

oa:person_srt_70f9d681-709f-b4f2-db70-81af4eef5a64_Person1016164540
  a a2a:Person ;
  rdfs:label "Johanna Raap" ;
  a2a:PersonName [
    rdfs:label "Johanna Raap" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Raap"
  ] .

oa:person_srt_70f9d681-709f-b4f2-db70-81af4eef5a64_Person1016164541
  a a2a:Person ;
  rdfs:label "Pieternella Wilhelmina Coppoolse" ;
  a2a:PersonName [
    rdfs:label "Pieternella Wilhelmina Coppoolse" ;
    a2a:PersonNameFirstName "Pieternella Wilhelmina" ;
    a2a:PersonNameLastName "Coppoolse"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "24" ;
    rdfs:label "24"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Colijnsplaat" ;
    rdfs:label "Colijnsplaat"
  ] .

oa:person_srt_70f9d681-709f-b4f2-db70-81af4eef5a64_Person1016164542
  a a2a:Person ;
  rdfs:label "Jacobus Coppoolse" ;
  a2a:PersonName [
    rdfs:label "Jacobus Coppoolse" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Coppoolse"
  ] .

oa:person_srt_70f9d681-709f-b4f2-db70-81af4eef5a64_Person1016164543
  a a2a:Person ;
  rdfs:label "Willemina van den Berge" ;
  a2a:PersonName [
    rdfs:label "Willemina van den Berge" ;
    a2a:PersonNameFirstName "Willemina" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Berge"
  ] .

oa:event_srt_70f9d681-709f-b4f2-db70-81af4eef5a64_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "12-06-1929" ;
    a2a:Year "1929" ;
    a2a:Month "06" ;
    a2a:Day "12" ;
    rdfs:label "1929-06-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_70f9d681-709f-b4f2-db70-81af4eef5a64_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_70f9d681-709f-b4f2-db70-81af4eef5a64_Person1016164538 ;
  a2a:EventKeyRef oa:event_srt_70f9d681-709f-b4f2-db70-81af4eef5a64_Event1 .

oa:relationep_srt_70f9d681-709f-b4f2-db70-81af4eef5a64_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_70f9d681-709f-b4f2-db70-81af4eef5a64_Person1016164539 ;
  a2a:EventKeyRef oa:event_srt_70f9d681-709f-b4f2-db70-81af4eef5a64_Event1 .

oa:relationep_srt_70f9d681-709f-b4f2-db70-81af4eef5a64_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_70f9d681-709f-b4f2-db70-81af4eef5a64_Person1016164540 ;
  a2a:EventKeyRef oa:event_srt_70f9d681-709f-b4f2-db70-81af4eef5a64_Event1 .

oa:relationep_srt_70f9d681-709f-b4f2-db70-81af4eef5a64_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_70f9d681-709f-b4f2-db70-81af4eef5a64_Person1016164541 ;
  a2a:EventKeyRef oa:event_srt_70f9d681-709f-b4f2-db70-81af4eef5a64_Event1 .

oa:relationep_srt_70f9d681-709f-b4f2-db70-81af4eef5a64_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_70f9d681-709f-b4f2-db70-81af4eef5a64_Person1016164542 ;
  a2a:EventKeyRef oa:event_srt_70f9d681-709f-b4f2-db70-81af4eef5a64_Event1 .

oa:relationep_srt_70f9d681-709f-b4f2-db70-81af4eef5a64_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_70f9d681-709f-b4f2-db70-81af4eef5a64_Person1016164543 ;
  a2a:EventKeyRef oa:event_srt_70f9d681-709f-b4f2-db70-81af4eef5a64_Event1 .

oa:source_srt_70f9d681-709f-b4f2-db70-81af4eef5a64
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1929-06-12 - 1929-06-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1929-06-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1929-06-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "12-06-1929" ;
    a2a:Year "1929" ;
    a2a:Month "06" ;
    a2a:Day "12" ;
    rdfs:label "12-06-1929"
  ] ;
  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 huwelijksregister van de gemeente Rotterdam" ;
    a2a:DocumentNumber "1929.2095" ;
    a2a:RegistryNumber "1929G" ;
    a2a:Folio "g052v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1929.2095, 1929G, g052v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://hdl.handle.net/21.12133/83283A24A39E489DA77B7167CD52C9F9" ;
    a2a:UriViewer "https://hdl.handle.net/21.12133/83283A24A39E489DA77B7167CD52C9F9" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/83283A24A39E489DA77B7167CD52C9F9"
  ] ;
  a2a:SourceLastChangeDate "2019-05-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/0CF12EDC3A0A4A88A576FAE9838126B2" ;
  a2a:RecordIdentifier "1016164537" ;
  a2a:RecordGUID "{70f9d681-709f-b4f2-db70-81af4eef5a64}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 0CF12EDC-3A0A-4A88-A576-FAE9838126B2" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061929G_54_A2A.xml van SRT" .

