@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_sad_c8d9a908-75fe-22e4-3d3c-32e2bfc79754
  a a2a:Record ;
  rdfs:label "Huwelijk op 2 augustus 1941 te Rillaar (België)" ;
  a2a:hasPerson oa:person_sad_c8d9a908-75fe-22e4-3d3c-32e2bfc79754_Person1, oa:person_sad_c8d9a908-75fe-22e4-3d3c-32e2bfc79754_Person2, oa:person_sad_c8d9a908-75fe-22e4-3d3c-32e2bfc79754_Person3, oa:person_sad_c8d9a908-75fe-22e4-3d3c-32e2bfc79754_Person4, oa:person_sad_c8d9a908-75fe-22e4-3d3c-32e2bfc79754_Person5, oa:person_sad_c8d9a908-75fe-22e4-3d3c-32e2bfc79754_Person6 ;
  a2a:hasEvent oa:event_sad_c8d9a908-75fe-22e4-3d3c-32e2bfc79754_Event1 ;
  a2a:hasRelationEP oa:relationep_sad_c8d9a908-75fe-22e4-3d3c-32e2bfc79754_0, oa:relationep_sad_c8d9a908-75fe-22e4-3d3c-32e2bfc79754_1, oa:relationep_sad_c8d9a908-75fe-22e4-3d3c-32e2bfc79754_2, oa:relationep_sad_c8d9a908-75fe-22e4-3d3c-32e2bfc79754_3, oa:relationep_sad_c8d9a908-75fe-22e4-3d3c-32e2bfc79754_4, oa:relationep_sad_c8d9a908-75fe-22e4-3d3c-32e2bfc79754_5 ;
  a2a:hasSource oa:source_sad_c8d9a908-75fe-22e4-3d3c-32e2bfc79754 .

oa:person_sad_c8d9a908-75fe-22e4-3d3c-32e2bfc79754_Person1
  a a2a:Person ;
  rdfs:label "Lambertus Evrardus Goossens" ;
  a2a:PersonName [
    rdfs:label "Lambertus Evrardus Goossens" ;
    a2a:PersonNameFirstName "Lambertus Evrardus" ;
    a2a:PersonNameLastName "Goossens"
  ] .

oa:person_sad_c8d9a908-75fe-22e4-3d3c-32e2bfc79754_Person2
  a a2a:Person ;
  rdfs:label "Maria Florentina Symons" ;
  a2a:PersonName [
    rdfs:label "Maria Florentina Symons" ;
    a2a:PersonNameFirstName "Maria Florentina" ;
    a2a:PersonNameLastName "Symons"
  ] .

oa:person_sad_c8d9a908-75fe-22e4-3d3c-32e2bfc79754_Person3
  a a2a:Person ;
  rdfs:label "Emilianus Goossens" ;
  a2a:PersonName [
    rdfs:label "Emilianus Goossens" ;
    a2a:PersonNameFirstName "Emilianus" ;
    a2a:PersonNameLastName "Goossens"
  ] .

oa:person_sad_c8d9a908-75fe-22e4-3d3c-32e2bfc79754_Person4
  a a2a:Person ;
  rdfs:label "Emelia Rasschaert" ;
  a2a:PersonName [
    rdfs:label "Emelia Rasschaert" ;
    a2a:PersonNameFirstName "Emelia" ;
    a2a:PersonNameLastName "Rasschaert"
  ] .

oa:person_sad_c8d9a908-75fe-22e4-3d3c-32e2bfc79754_Person5
  a a2a:Person ;
  rdfs:label "Emilius Symons" ;
  a2a:PersonName [
    rdfs:label "Emilius Symons" ;
    a2a:PersonNameFirstName "Emilius" ;
    a2a:PersonNameLastName "Symons"
  ] .

oa:person_sad_c8d9a908-75fe-22e4-3d3c-32e2bfc79754_Person6
  a a2a:Person ;
  rdfs:label "Maria Joanna Frederickx" ;
  a2a:PersonName [
    rdfs:label "Maria Joanna Frederickx" ;
    a2a:PersonNameFirstName "Maria Joanna" ;
    a2a:PersonNameLastName "Frederickx"
  ] .

oa:event_sad_c8d9a908-75fe-22e4-3d3c-32e2bfc79754_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1941" ;
    a2a:Month "8" ;
    a2a:Day "2" ;
    rdfs:label "1941-08-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Country "België" ;
    a2a:Place "Rillaar" ;
    rdfs:label "België, Rillaar"
  ] .

oa:relationep_sad_c8d9a908-75fe-22e4-3d3c-32e2bfc79754_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_sad_c8d9a908-75fe-22e4-3d3c-32e2bfc79754_Person1 ;
  a2a:EventKeyRef oa:event_sad_c8d9a908-75fe-22e4-3d3c-32e2bfc79754_Event1 .

oa:relationep_sad_c8d9a908-75fe-22e4-3d3c-32e2bfc79754_1
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_sad_c8d9a908-75fe-22e4-3d3c-32e2bfc79754_Person2 ;
  a2a:EventKeyRef oa:event_sad_c8d9a908-75fe-22e4-3d3c-32e2bfc79754_Event1 .

oa:relationep_sad_c8d9a908-75fe-22e4-3d3c-32e2bfc79754_2
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_sad_c8d9a908-75fe-22e4-3d3c-32e2bfc79754_Person3 ;
  a2a:EventKeyRef oa:event_sad_c8d9a908-75fe-22e4-3d3c-32e2bfc79754_Event1 .

oa:relationep_sad_c8d9a908-75fe-22e4-3d3c-32e2bfc79754_3
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_sad_c8d9a908-75fe-22e4-3d3c-32e2bfc79754_Person4 ;
  a2a:EventKeyRef oa:event_sad_c8d9a908-75fe-22e4-3d3c-32e2bfc79754_Event1 .

oa:relationep_sad_c8d9a908-75fe-22e4-3d3c-32e2bfc79754_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_sad_c8d9a908-75fe-22e4-3d3c-32e2bfc79754_Person5 ;
  a2a:EventKeyRef oa:event_sad_c8d9a908-75fe-22e4-3d3c-32e2bfc79754_Event1 .

oa:relationep_sad_c8d9a908-75fe-22e4-3d3c-32e2bfc79754_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_sad_c8d9a908-75fe-22e4-3d3c-32e2bfc79754_Person6 ;
  a2a:EventKeyRef oa:event_sad_c8d9a908-75fe-22e4-3d3c-32e2bfc79754_Event1 .

oa:source_sad_c8d9a908-75fe-22e4-3d3c-32e2bfc79754
  a a2a:Source ;
  rdfs:label "Stedelijk Archief en Documentatiecentrum Aarschot, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Aarschot" ;
    rdfs:label "Aarschot", "1921-01-01 - 1945-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1921-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1945-12-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stedelijk Archief en Documentatiecentrum Aarschot" ;
    rdfs:label "Stedelijk Archief en Documentatiecentrum Aarschot"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://archiefbankhageland.atomis.be/uploads/Atomis/nT/128/3501/R-H-1941-678.pdf" ;
    a2a:UriPreview "https://archiefbankhageland.atomis.be/uploads/Atomis/nT/128/3501/R-H-1941-678_t.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-04-28"^^xsd:date ;
  a2a:RecordIdentifier "R-H-1941-678" ;
  a2a:RecordGUID "{c8d9a908-75fe-22e4-3d3c-32e2bfc79754}" ;
  a2a:SourceRemarkProvenance "Via atom-api vanaf https://archiefbankhageland.atomis.be/index.php/nT" .

