@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_30ebb04a-645a-414e-aa7d-1287f66a656a
  a a2a:Record ;
  rdfs:label "Geboorte op 26 oktober 1920 te Nederhasselt" ;
  a2a:hasPerson oa:person_den_30ebb04a-645a-414e-aa7d-1287f66a656a_Person-0f7c1bf3-09d2-5f99-a18d-597b590f3c83 ;
  a2a:hasEvent oa:event_den_30ebb04a-645a-414e-aa7d-1287f66a656a_Event1 ;
  a2a:hasRelationEP oa:relationep_den_30ebb04a-645a-414e-aa7d-1287f66a656a_0 ;
  a2a:hasSource oa:source_den_30ebb04a-645a-414e-aa7d-1287f66a656a .

oa:person_den_30ebb04a-645a-414e-aa7d-1287f66a656a_Person-0f7c1bf3-09d2-5f99-a18d-597b590f3c83
  a a2a:Person ;
  rdfs:label "Alphons Marcel Matthys" ;
  a2a:PersonName [
    rdfs:label "Alphons Marcel Matthys" ;
    a2a:PersonNameFirstName "Alphons Marcel" ;
    a2a:PersonNameLastName "Matthys"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1920" ;
    a2a:Month "10" ;
    a2a:Day "26" ;
    rdfs:label "1920-10-26"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Nederhasselt" ;
    rdfs:label "Nederhasselt"
  ] .

oa:event_den_30ebb04a-645a-414e-aa7d-1287f66a656a_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1920" ;
    a2a:Month "10" ;
    a2a:Day "26" ;
    rdfs:label "1920-10-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Nederhasselt" ;
    rdfs:label "Nederhasselt"
  ] .

oa:relationep_den_30ebb04a-645a-414e-aa7d-1287f66a656a_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_den_30ebb04a-645a-414e-aa7d-1287f66a656a_Person:0f7c1bf3-09d2-5f99-a18d-597b590f3c83 ;
  a2a:EventKeyRef oa:event_den_30ebb04a-645a-414e-aa7d-1287f66a656a_Event1 .

oa:source_den_30ebb04a-645a-414e-aa7d-1287f66a656a
  a a2a:Source ;
  rdfs:label "Erfgoedcel Denderland, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Nederhasselt" ;
    rdfs:label "Nederhasselt", "1920-10-26 - 1920-10-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1920-10-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1920-10-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1920" ;
    a2a:Month "10" ;
    a2a:Day "26" ;
    rdfs:label "1920-10-26"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Erfgoedcel Denderland" ;
    a2a:Place "DENDERLAND" ;
    a2a:Book "Geboorteakten 1920" ;
    a2a:DocumentNumber "26" ;
    rdfs:label "Erfgoedcel Denderland, DENDERLAND, Geboorteakten 1920, 26"
  ] ;
  a2a:SourceLastChangeDate "2023-08-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://madeindenderland.be/voorouders/deeds/30ebb04a-645a-414e-aa7d-1287f66a656a" ;
  a2a:RecordGUID "{30ebb04a-645a-414e-aa7d-1287f66a656a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_3348_00003348.xml van DEN" .

