@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_den_a036fc77-c3a1-4320-a7bd-e1510bbb1e2f
  a a2a:Record ;
  rdfs:label "Geboorte op 20 augustus 1884 te Ninove" ;
  a2a:hasPerson oa:person_den_a036fc77-c3a1-4320-a7bd-e1510bbb1e2f_Person-a3177338-ff25-538f-8d79-393d201dd04b ;
  a2a:hasEvent oa:event_den_a036fc77-c3a1-4320-a7bd-e1510bbb1e2f_Event1 ;
  a2a:hasRelationEP oa:relationep_den_a036fc77-c3a1-4320-a7bd-e1510bbb1e2f_0 ;
  a2a:hasSource oa:source_den_a036fc77-c3a1-4320-a7bd-e1510bbb1e2f .

oa:person_den_a036fc77-c3a1-4320-a7bd-e1510bbb1e2f_Person-a3177338-ff25-538f-8d79-393d201dd04b
  a a2a:Person ;
  rdfs:label "Maria Mathilda Van Impe" ;
  a2a:PersonName [
    rdfs:label "Maria Mathilda Van Impe" ;
    a2a:PersonNameFirstName "Maria Mathilda" ;
    a2a:PersonNameLastName "Van Impe"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1884" ;
    a2a:Month "8" ;
    a2a:Day "20" ;
    rdfs:label "1884-08-20"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Ninove" ;
    rdfs:label "Ninove"
  ] .

oa:event_den_a036fc77-c3a1-4320-a7bd-e1510bbb1e2f_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1884" ;
    a2a:Month "8" ;
    a2a:Day "20" ;
    rdfs:label "1884-08-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Ninove" ;
    rdfs:label "Ninove"
  ] .

oa:relationep_den_a036fc77-c3a1-4320-a7bd-e1510bbb1e2f_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_den_a036fc77-c3a1-4320-a7bd-e1510bbb1e2f_Person:a3177338-ff25-538f-8d79-393d201dd04b ;
  a2a:EventKeyRef oa:event_den_a036fc77-c3a1-4320-a7bd-e1510bbb1e2f_Event1 .

oa:source_den_a036fc77-c3a1-4320-a7bd-e1510bbb1e2f
  a a2a:Source ;
  rdfs:label "Erfgoedcel Denderland, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Ninove" ;
    rdfs:label "Ninove", "1884-08-20 - 1884-08-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1884-08-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1884-08-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1884" ;
    a2a:Month "8" ;
    a2a:Day "20" ;
    rdfs:label "1884-08-20"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Erfgoedcel Denderland" ;
    a2a:Place "DENDERLAND" ;
    a2a:Book "Geboorteakten 1884 2 register" ;
    a2a:DocumentNumber "110" ;
    rdfs:label "Erfgoedcel Denderland, DENDERLAND, Geboorteakten 1884 2 register, 110"
  ] ;
  a2a:SourceLastChangeDate "2023-08-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://madeindenderland.be/voorouders/deeds/a036fc77-c3a1-4320-a7bd-e1510bbb1e2f" ;
  a2a:RecordGUID "{a036fc77-c3a1-4320-a7bd-e1510bbb1e2f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_2756_00002756.xml van DEN" .

