@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_wfa_8B7B2B05-2DF8-403D-87DC-C4DDF5BEF208
  a a2a:Record ;
  rdfs:label "Doop op 19 april 1805 te Hoorn" ;
  a2a:hasPerson oa:person_wfa_8B7B2B05-2DF8-403D-87DC-C4DDF5BEF208_Person4493790097, oa:person_wfa_8B7B2B05-2DF8-403D-87DC-C4DDF5BEF208_Person4493790098, oa:person_wfa_8B7B2B05-2DF8-403D-87DC-C4DDF5BEF208_Person4493790099, oa:person_wfa_8B7B2B05-2DF8-403D-87DC-C4DDF5BEF208_Person4493790100 ;
  a2a:hasEvent oa:event_wfa_8B7B2B05-2DF8-403D-87DC-C4DDF5BEF208_Event1 ;
  a2a:hasRelationEP oa:relationep_wfa_8B7B2B05-2DF8-403D-87DC-C4DDF5BEF208_0, oa:relationep_wfa_8B7B2B05-2DF8-403D-87DC-C4DDF5BEF208_1, oa:relationep_wfa_8B7B2B05-2DF8-403D-87DC-C4DDF5BEF208_2, oa:relationep_wfa_8B7B2B05-2DF8-403D-87DC-C4DDF5BEF208_3 ;
  a2a:hasSource oa:source_wfa_8B7B2B05-2DF8-403D-87DC-C4DDF5BEF208 .

oa:person_wfa_8B7B2B05-2DF8-403D-87DC-C4DDF5BEF208_Person4493790097
  a a2a:Person ;
  rdfs:label "Anna Maria" ;
  a2a:PersonName [
    rdfs:label "Anna Maria" ;
    a2a:PersonNameFirstName "Anna Maria"
  ] .

oa:person_wfa_8B7B2B05-2DF8-403D-87DC-C4DDF5BEF208_Person4493790098
  a a2a:Person ;
  rdfs:label "Everd Schuurman" ;
  a2a:PersonName [
    rdfs:label "Everd Schuurman" ;
    a2a:PersonNameFirstName "Everd" ;
    a2a:PersonNameLastName "Schuurman"
  ] .

oa:person_wfa_8B7B2B05-2DF8-403D-87DC-C4DDF5BEF208_Person4493790099
  a a2a:Person ;
  rdfs:label "Susanna Kolleman" ;
  a2a:PersonName [
    rdfs:label "Susanna Kolleman" ;
    a2a:PersonNameFirstName "Susanna" ;
    a2a:PersonNameLastName "Kolleman"
  ] .

oa:person_wfa_8B7B2B05-2DF8-403D-87DC-C4DDF5BEF208_Person4493790100
  a a2a:Person ;
  rdfs:label "Anna Marens" ;
  a2a:PersonName [
    rdfs:label "Anna Marens" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNamePatronym "Marens"
  ] .

oa:event_wfa_8B7B2B05-2DF8-403D-87DC-C4DDF5BEF208_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:LiteralDate "19-04-1805" ;
    a2a:Year "1805" ;
    a2a:Month "04" ;
    a2a:Day "19" ;
    rdfs:label "1805-04-19"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Hoorn" ;
    rdfs:label "Hoorn"
  ] ;
  a2a:EventReligion "Katholiek" .

oa:relationep_wfa_8B7B2B05-2DF8-403D-87DC-C4DDF5BEF208_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wfa_8B7B2B05-2DF8-403D-87DC-C4DDF5BEF208_Person4493790097 ;
  a2a:EventKeyRef oa:event_wfa_8B7B2B05-2DF8-403D-87DC-C4DDF5BEF208_Event1 .

oa:relationep_wfa_8B7B2B05-2DF8-403D-87DC-C4DDF5BEF208_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wfa_8B7B2B05-2DF8-403D-87DC-C4DDF5BEF208_Person4493790098 ;
  a2a:EventKeyRef oa:event_wfa_8B7B2B05-2DF8-403D-87DC-C4DDF5BEF208_Event1 .

oa:relationep_wfa_8B7B2B05-2DF8-403D-87DC-C4DDF5BEF208_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wfa_8B7B2B05-2DF8-403D-87DC-C4DDF5BEF208_Person4493790099 ;
  a2a:EventKeyRef oa:event_wfa_8B7B2B05-2DF8-403D-87DC-C4DDF5BEF208_Event1 .

oa:relationep_wfa_8B7B2B05-2DF8-403D-87DC-C4DDF5BEF208_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_wfa_8B7B2B05-2DF8-403D-87DC-C4DDF5BEF208_Person4493790100 ;
  a2a:EventKeyRef oa:event_wfa_8B7B2B05-2DF8-403D-87DC-C4DDF5BEF208_Event1 .

oa:source_wfa_8B7B2B05-2DF8-403D-87DC-C4DDF5BEF208
  a a2a:Source ;
  rdfs:label "Westfries Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Hoorn" ;
    a2a:Country "Nederland" ;
    rdfs:label "Hoorn, Nederland", "1805-04-19 - 1805-04-19"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1805-04-19"^^xsd:date ;
    a2a:SourceIndexDateTo "1805-04-19"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "19-04-1805" ;
    a2a:Year "1805" ;
    a2a:Month "04" ;
    a2a:Day "19" ;
    rdfs:label "19-04-1805"
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Westfries Archief" ;
    a2a:Place "Hoorn" ;
    a2a:Collection "DTB Hoorn 31. Katholieke doop- en trouwinschrijvingen, 1782-1811." ;
    a2a:Book "DTB Hoorn 31. Katholieke doop- en trouwinschrijvingen, 1782-1811." ;
    a2a:RegistryNumber "31" ;
    a2a:Folio "40" ;
    rdfs:label "Westfries Archief, Hoorn, DTB Hoorn 31. Katholieke doop- en trouwinschrijvingen, 1782-1811., DTB Hoorn 31. Katholieke doop- en trouwinschrijvingen, 1782-1811., 31, 40"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/136/B528B28A6E3C4A44B8B419EE1EBCBB76" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/136/B528B28A6E3C4A44B8B419EE1EBCBB76" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/136/B528B28A6E3C4A44B8B419EE1EBCBB76"
  ] ;
  a2a:SourceLastChangeDate "2025-12-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12114/8B7B2B052DF8403D87DCC4DDF5BEF208" ;
  a2a:RecordIdentifier "4493790096" ;
  a2a:RecordGUID "{8B7B2B05-2DF8-403D-87DC-C4DDF5BEF208}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/DE08B38657EA46C59C539D9A439DBE26" .

