@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_697bb716-e7f1-9ba0-2c4d-585bd640144a
  a a2a:Record ;
  rdfs:label "Huwelijk op 18 maart 1891 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_697bb716-e7f1-9ba0-2c4d-585bd640144a_Person1015255381, oa:person_srt_697bb716-e7f1-9ba0-2c4d-585bd640144a_Person1015255382, oa:person_srt_697bb716-e7f1-9ba0-2c4d-585bd640144a_Person1015255383, oa:person_srt_697bb716-e7f1-9ba0-2c4d-585bd640144a_Person1015255384, oa:person_srt_697bb716-e7f1-9ba0-2c4d-585bd640144a_Person1015255385, oa:person_srt_697bb716-e7f1-9ba0-2c4d-585bd640144a_Person1015255386 ;
  a2a:hasEvent oa:event_srt_697bb716-e7f1-9ba0-2c4d-585bd640144a_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_697bb716-e7f1-9ba0-2c4d-585bd640144a_0, oa:relationep_srt_697bb716-e7f1-9ba0-2c4d-585bd640144a_1, oa:relationep_srt_697bb716-e7f1-9ba0-2c4d-585bd640144a_2, oa:relationep_srt_697bb716-e7f1-9ba0-2c4d-585bd640144a_3, oa:relationep_srt_697bb716-e7f1-9ba0-2c4d-585bd640144a_4, oa:relationep_srt_697bb716-e7f1-9ba0-2c4d-585bd640144a_5 ;
  a2a:hasSource oa:source_srt_697bb716-e7f1-9ba0-2c4d-585bd640144a .

oa:person_srt_697bb716-e7f1-9ba0-2c4d-585bd640144a_Person1015255381
  a a2a:Person ;
  rdfs:label "Huibert Engel de Griek" ;
  a2a:PersonName [
    rdfs:label "Huibert Engel de Griek" ;
    a2a:PersonNameFirstName "Huibert Engel" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Griek"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "23" ;
    rdfs:label "23"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Dordrecht" ;
    rdfs:label "Dordrecht"
  ] .

oa:person_srt_697bb716-e7f1-9ba0-2c4d-585bd640144a_Person1015255382
  a a2a:Person ;
  rdfs:label "Dirk de Griek" ;
  a2a:PersonName [
    rdfs:label "Dirk de Griek" ;
    a2a:PersonNameFirstName "Dirk" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Griek"
  ] .

oa:person_srt_697bb716-e7f1-9ba0-2c4d-585bd640144a_Person1015255383
  a a2a:Person ;
  rdfs:label "Johanna Ponse" ;
  a2a:PersonName [
    rdfs:label "Johanna Ponse" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Ponse"
  ] .

oa:person_srt_697bb716-e7f1-9ba0-2c4d-585bd640144a_Person1015255384
  a a2a:Person ;
  rdfs:label "Adriana Maria de Loor" ;
  a2a:PersonName [
    rdfs:label "Adriana Maria de Loor" ;
    a2a:PersonNameFirstName "Adriana Maria" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Loor"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "21" ;
    rdfs:label "21"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_697bb716-e7f1-9ba0-2c4d-585bd640144a_Person1015255385
  a a2a:Person ;
  rdfs:label "Gerard de Loor" ;
  a2a:PersonName [
    rdfs:label "Gerard de Loor" ;
    a2a:PersonNameFirstName "Gerard" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Loor"
  ] .

oa:person_srt_697bb716-e7f1-9ba0-2c4d-585bd640144a_Person1015255386
  a a2a:Person ;
  rdfs:label "Huberta Clasina Peters" ;
  a2a:PersonName [
    rdfs:label "Huberta Clasina Peters" ;
    a2a:PersonNameFirstName "Huberta Clasina" ;
    a2a:PersonNameLastName "Peters"
  ] .

oa:event_srt_697bb716-e7f1-9ba0-2c4d-585bd640144a_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "18-03-1891" ;
    a2a:Year "1891" ;
    a2a:Month "03" ;
    a2a:Day "18" ;
    rdfs:label "1891-03-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_697bb716-e7f1-9ba0-2c4d-585bd640144a_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_697bb716-e7f1-9ba0-2c4d-585bd640144a_Person1015255381 ;
  a2a:EventKeyRef oa:event_srt_697bb716-e7f1-9ba0-2c4d-585bd640144a_Event1 .

oa:relationep_srt_697bb716-e7f1-9ba0-2c4d-585bd640144a_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_697bb716-e7f1-9ba0-2c4d-585bd640144a_Person1015255382 ;
  a2a:EventKeyRef oa:event_srt_697bb716-e7f1-9ba0-2c4d-585bd640144a_Event1 .

oa:relationep_srt_697bb716-e7f1-9ba0-2c4d-585bd640144a_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_697bb716-e7f1-9ba0-2c4d-585bd640144a_Person1015255383 ;
  a2a:EventKeyRef oa:event_srt_697bb716-e7f1-9ba0-2c4d-585bd640144a_Event1 .

oa:relationep_srt_697bb716-e7f1-9ba0-2c4d-585bd640144a_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_697bb716-e7f1-9ba0-2c4d-585bd640144a_Person1015255384 ;
  a2a:EventKeyRef oa:event_srt_697bb716-e7f1-9ba0-2c4d-585bd640144a_Event1 .

oa:relationep_srt_697bb716-e7f1-9ba0-2c4d-585bd640144a_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_697bb716-e7f1-9ba0-2c4d-585bd640144a_Person1015255385 ;
  a2a:EventKeyRef oa:event_srt_697bb716-e7f1-9ba0-2c4d-585bd640144a_Event1 .

oa:relationep_srt_697bb716-e7f1-9ba0-2c4d-585bd640144a_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_697bb716-e7f1-9ba0-2c4d-585bd640144a_Person1015255386 ;
  a2a:EventKeyRef oa:event_srt_697bb716-e7f1-9ba0-2c4d-585bd640144a_Event1 .

oa:source_srt_697bb716-e7f1-9ba0-2c4d-585bd640144a
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1891-03-18 - 1891-03-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1891-03-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1891-03-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "18-03-1891" ;
    a2a:Year "1891" ;
    a2a:Month "03" ;
    a2a:Day "18" ;
    rdfs:label "18-03-1891"
  ] ;
  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 "1891.207" ;
    a2a:RegistryNumber "1891B" ;
    a2a:Folio "b010" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1891.207, 1891B, b010"
  ] ;
  a2a:SourceLastChangeDate "2022-10-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/5398A35278DD4B62841CE44DDBE5212A" ;
  a2a:RecordIdentifier "1015255380" ;
  a2a:RecordGUID "{697bb716-e7f1-9ba0-2c4d-585bd640144a}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 5398A352-78DD-4B62-841C-E44DDBE5212A" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061891B_54_A2A.xml van SRT" .

