@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_elo_ebd13fc3-c77d-b43a-70d2-6f74e5b94f11
  a a2a:Record ;
  rdfs:label "DTB Dopen op 25 maart 1756 te Hoogmade*" ;
  a2a:hasPerson oa:person_elo_ebd13fc3-c77d-b43a-70d2-6f74e5b94f11_Person-3892d342-1301-1788-f57a-a37f6d458db8, oa:person_elo_ebd13fc3-c77d-b43a-70d2-6f74e5b94f11_Person-65124fb5-b619-a405-6f10-81569b4af466, oa:person_elo_ebd13fc3-c77d-b43a-70d2-6f74e5b94f11_Person-e8b67691-4ce3-9040-43e6-05a7cf851bc6, oa:person_elo_ebd13fc3-c77d-b43a-70d2-6f74e5b94f11_Person-e7c9ca9a-a37f-3a6f-da8e-e15bf6bba8af, oa:person_elo_ebd13fc3-c77d-b43a-70d2-6f74e5b94f11_Person-10e7f116-920d-0589-34c0-4d97386147bd ;
  a2a:hasEvent oa:event_elo_ebd13fc3-c77d-b43a-70d2-6f74e5b94f11_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_ebd13fc3-c77d-b43a-70d2-6f74e5b94f11_0, oa:relationep_elo_ebd13fc3-c77d-b43a-70d2-6f74e5b94f11_1, oa:relationep_elo_ebd13fc3-c77d-b43a-70d2-6f74e5b94f11_2, oa:relationep_elo_ebd13fc3-c77d-b43a-70d2-6f74e5b94f11_3, oa:relationep_elo_ebd13fc3-c77d-b43a-70d2-6f74e5b94f11_4 ;
  a2a:hasSource oa:source_elo_ebd13fc3-c77d-b43a-70d2-6f74e5b94f11 .

oa:person_elo_ebd13fc3-c77d-b43a-70d2-6f74e5b94f11_Person-3892d342-1301-1788-f57a-a37f6d458db8
  a a2a:Person ;
  rdfs:label "Adriana Hardeman" ;
  a2a:PersonName [
    rdfs:label "Adriana Hardeman" ;
    a2a:PersonNameFirstName "Adriana" ;
    a2a:PersonNameLastName "Hardeman"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_ebd13fc3-c77d-b43a-70d2-6f74e5b94f11_Person-65124fb5-b619-a405-6f10-81569b4af466
  a a2a:Person ;
  rdfs:label "Pieter Hardeman" ;
  a2a:PersonName [
    rdfs:label "Pieter Hardeman" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNameLastName "Hardeman"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_ebd13fc3-c77d-b43a-70d2-6f74e5b94f11_Person-e8b67691-4ce3-9040-43e6-05a7cf851bc6
  a a2a:Person ;
  rdfs:label "Antje* Jansz Maas" ;
  a2a:PersonName [
    rdfs:label "Antje* Jansz Maas" ;
    a2a:PersonNameFirstName "Antje*" ;
    a2a:PersonNamePatronym "Jansz" ;
    a2a:PersonNameLastName "Maas"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_ebd13fc3-c77d-b43a-70d2-6f74e5b94f11_Person-e7c9ca9a-a37f-3a6f-da8e-e15bf6bba8af
  a a2a:Person ;
  rdfs:label "Jacobus de Graaf" ;
  a2a:PersonName [
    rdfs:label "Jacobus de Graaf" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Graaf"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_ebd13fc3-c77d-b43a-70d2-6f74e5b94f11_Person-10e7f116-920d-0589-34c0-4d97386147bd
  a a2a:Person ;
  rdfs:label "Niesje Hardeman" ;
  a2a:PersonName [
    rdfs:label "Niesje Hardeman" ;
    a2a:PersonNameFirstName "Niesje" ;
    a2a:PersonNameLastName "Hardeman"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_elo_ebd13fc3-c77d-b43a-70d2-6f74e5b94f11_Event1
  a a2a:Event ;
  rdfs:label "other:DTB Dopen" ;
  a2a:EventType "other:DTB Dopen" ;
  a2a:EventDate [
    a2a:Year "1756" ;
    a2a:Month "3" ;
    a2a:Day "25" ;
    rdfs:label "1756-03-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Hoogmade*" ;
    rdfs:label "Hoogmade*"
  ] .

oa:relationep_elo_ebd13fc3-c77d-b43a-70d2-6f74e5b94f11_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_ebd13fc3-c77d-b43a-70d2-6f74e5b94f11_Person:3892d342-1301-1788-f57a-a37f6d458db8 ;
  a2a:EventKeyRef oa:event_elo_ebd13fc3-c77d-b43a-70d2-6f74e5b94f11_Event1 .

oa:relationep_elo_ebd13fc3-c77d-b43a-70d2-6f74e5b94f11_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_ebd13fc3-c77d-b43a-70d2-6f74e5b94f11_Person:65124fb5-b619-a405-6f10-81569b4af466 ;
  a2a:EventKeyRef oa:event_elo_ebd13fc3-c77d-b43a-70d2-6f74e5b94f11_Event1 .

oa:relationep_elo_ebd13fc3-c77d-b43a-70d2-6f74e5b94f11_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_ebd13fc3-c77d-b43a-70d2-6f74e5b94f11_Person:e8b67691-4ce3-9040-43e6-05a7cf851bc6 ;
  a2a:EventKeyRef oa:event_elo_ebd13fc3-c77d-b43a-70d2-6f74e5b94f11_Event1 .

oa:relationep_elo_ebd13fc3-c77d-b43a-70d2-6f74e5b94f11_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_ebd13fc3-c77d-b43a-70d2-6f74e5b94f11_Person:e7c9ca9a-a37f-3a6f-da8e-e15bf6bba8af ;
  a2a:EventKeyRef oa:event_elo_ebd13fc3-c77d-b43a-70d2-6f74e5b94f11_Event1 .

oa:relationep_elo_ebd13fc3-c77d-b43a-70d2-6f74e5b94f11_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_ebd13fc3-c77d-b43a-70d2-6f74e5b94f11_Person:10e7f116-920d-0589-34c0-4d97386147bd ;
  a2a:EventKeyRef oa:event_elo_ebd13fc3-c77d-b43a-70d2-6f74e5b94f11_Event1 .

oa:source_elo_ebd13fc3-c77d-b43a-70d2-6f74e5b94f11
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Hoogmade" ;
    rdfs:label "Hoogmade", "1714-01-01 - 1811-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1714-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1811-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1756" ;
    a2a:Month "3" ;
    a2a:Day "25" ;
    rdfs:label "1756-03-25"^^xsd:date
  ] ;
  a2a:SourceType "other:" ;
  a2a:SourceReference [
    a2a:InstitutionName "Erfgoed Leiden" ;
    a2a:Place "Leiden" ;
    a2a:Collection "Archiefnaam: Doop-, trouw- en begraafregisters van Hoogmade, Deel: 6, Periode: 1714-1811" ;
    a2a:Book "\"Doopboek, trouwboek en begraafboek\", doopinschrijvingen, april 1714 - 1811, trouwinschrijvingen,..." ;
    a2a:RegistryNumber "6" ;
    a2a:Folio "69L" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Doop-, trouw- en begraafregisters van Hoogmade, Deel: 6, Periode: 1714-1811, \"Doopboek, trouwboek en begraafboek\", doopinschrijvingen, april 1714 - 1811, trouwinschrijvingen,..., 6, 69L"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://elo.memorix.io/resources/records/media/ebd13fc3-c77d-b43a-70d2-6f74e5b94f11/iiif/3/907978/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/ebd13fc3-c77d-b43a-70d2-6f74e5b94f11" ;
    a2a:UriPreview "https://elo.memorix.io/resources/records/media/ebd13fc3-c77d-b43a-70d2-6f74e5b94f11/iiif/3/907978/full/!250,250/0/default.jpg"
  ] ;
  a2a:SourceLastChangeDate "1970-01-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/ebd13fc3-c77d-b43a-70d2-6f74e5b94f11" ;
  a2a:RecordGUID "{ebd13fc3-c77d-b43a-70d2-6f74e5b94f11}" ;
  a2a:SourceRemarkOpmerking "Doopdatum: 25-03-1756<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/121.1.03/file/6\">Inventarisnummer 6 van archiefnummer 121.1.03 in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Doop-, trouw- en begraafregisters van Hoogmade" ;
  a2a:SourceRemarkdeel "6" ;
  a2a:SourceRemarkregister_periode "1714-1811" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251225_28673_00028673.xml van ELO" .

[] a2a:PersonRemarkdiversen "Doopdatum: 25-03-1756" .
