@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_hco_2FD627F5-B2CF-494B-9ADE-E8BCFCBCC0F8
  a a2a:Record ;
  rdfs:label "Geboorte op 16 juni 1824 te Staphorst" ;
  a2a:hasPerson oa:person_hco_2FD627F5-B2CF-494B-9ADE-E8BCFCBCC0F8_Person4581010112, oa:person_hco_2FD627F5-B2CF-494B-9ADE-E8BCFCBCC0F8_Person4581010113, oa:person_hco_2FD627F5-B2CF-494B-9ADE-E8BCFCBCC0F8_Person4581010114 ;
  a2a:hasEvent oa:event_hco_2FD627F5-B2CF-494B-9ADE-E8BCFCBCC0F8_Event1 ;
  a2a:hasRelationEP oa:relationep_hco_2FD627F5-B2CF-494B-9ADE-E8BCFCBCC0F8_0, oa:relationep_hco_2FD627F5-B2CF-494B-9ADE-E8BCFCBCC0F8_1, oa:relationep_hco_2FD627F5-B2CF-494B-9ADE-E8BCFCBCC0F8_2 ;
  a2a:hasSource oa:source_hco_2FD627F5-B2CF-494B-9ADE-E8BCFCBCC0F8 .

oa:person_hco_2FD627F5-B2CF-494B-9ADE-E8BCFCBCC0F8_Person4581010112
  a a2a:Person ;
  rdfs:label "Grietje Marsman" ;
  a2a:PersonName [
    rdfs:label "Grietje Marsman" ;
    a2a:PersonNameFirstName "Grietje" ;
    a2a:PersonNameLastName "Marsman"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_hco_2FD627F5-B2CF-494B-9ADE-E8BCFCBCC0F8_Person4581010113
  a a2a:Person ;
  rdfs:label "Derk Marsman" ;
  a2a:PersonName [
    rdfs:label "Derk Marsman" ;
    a2a:PersonNameFirstName "Derk" ;
    a2a:PersonNameLastName "Marsman"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "47" ;
    rdfs:label "47"
  ] ;
  a2a:Profession "broodbakker" .

oa:person_hco_2FD627F5-B2CF-494B-9ADE-E8BCFCBCC0F8_Person4581010114
  a a2a:Person ;
  rdfs:label "Geertje Wind" ;
  a2a:PersonName [
    rdfs:label "Geertje Wind" ;
    a2a:PersonNameFirstName "Geertje" ;
    a2a:PersonNameLastName "Wind"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_hco_2FD627F5-B2CF-494B-9ADE-E8BCFCBCC0F8_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "16-06-1824" ;
    a2a:Year "1824" ;
    a2a:Month "06" ;
    a2a:Day "16" ;
    rdfs:label "1824-06-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Staphorst" ;
    rdfs:label "Staphorst"
  ] .

oa:relationep_hco_2FD627F5-B2CF-494B-9ADE-E8BCFCBCC0F8_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_hco_2FD627F5-B2CF-494B-9ADE-E8BCFCBCC0F8_Person4581010112 ;
  a2a:EventKeyRef oa:event_hco_2FD627F5-B2CF-494B-9ADE-E8BCFCBCC0F8_Event1 .

oa:relationep_hco_2FD627F5-B2CF-494B-9ADE-E8BCFCBCC0F8_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_hco_2FD627F5-B2CF-494B-9ADE-E8BCFCBCC0F8_Person4581010113 ;
  a2a:EventKeyRef oa:event_hco_2FD627F5-B2CF-494B-9ADE-E8BCFCBCC0F8_Event1 .

oa:relationep_hco_2FD627F5-B2CF-494B-9ADE-E8BCFCBCC0F8_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_hco_2FD627F5-B2CF-494B-9ADE-E8BCFCBCC0F8_Person4581010114 ;
  a2a:EventKeyRef oa:event_hco_2FD627F5-B2CF-494B-9ADE-E8BCFCBCC0F8_Event1 .

oa:source_hco_2FD627F5-B2CF-494B-9ADE-E8BCFCBCC0F8
  a a2a:Source ;
  rdfs:label "Collectie Overijssel locatie Zwolle, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Staphorst" ;
    a2a:Country "Nederland" ;
    rdfs:label "Staphorst, Nederland", "1824-06-17 - 1824-06-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1824-06-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1824-06-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "17-06-1824" ;
    a2a:Year "1824" ;
    a2a:Month "06" ;
    a2a:Day "17" ;
    rdfs:label "17-06-1824"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Collectie Overijssel locatie Zwolle" ;
    a2a:Place "Zwolle" ;
    a2a:Collection "Burgerlijke Stand in Overijssel" ;
    a2a:Book "Registers van geboorten, Staphorst" ;
    a2a:DocumentNumber "48" ;
    a2a:RegistryNumber "11233" ;
    rdfs:label "Collectie Overijssel locatie Zwolle, Zwolle, Burgerlijke Stand in Overijssel, Registers van geboorten, Staphorst, 48, 11233"
  ] ;
  a2a:SourceLastChangeDate "2026-03-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://proxy.archieven.nl/141/2FD627F5B2CF494B9ADEE8BCFCBCC0F8" ;
  a2a:RecordIdentifier "4581010111" ;
  a2a:RecordGUID "{2FD627F5-B2CF-494B-9ADE-E8BCFCBCC0F8}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/93B3A1AFC5574FD2BFD15F38898E329F" .

