@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_dar_f2a69abe-bdff-4afb-8af7-a765874a97e4
  a a2a:Record ;
  rdfs:label "Geboorte op 15 november 1898 te Noord" ;
  a2a:hasPerson oa:person_dar_f2a69abe-bdff-4afb-8af7-a765874a97e4_Person-500964dd-ea0a-4157-b003-0a6e14703383, oa:person_dar_f2a69abe-bdff-4afb-8af7-a765874a97e4_Person-9b794f0c-c433-409a-9b30-96dd9dd0496e, oa:person_dar_f2a69abe-bdff-4afb-8af7-a765874a97e4_Person-31932cdf-2657-4688-a498-9b451ff3dfe8 ;
  a2a:hasEvent oa:event_dar_f2a69abe-bdff-4afb-8af7-a765874a97e4_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_f2a69abe-bdff-4afb-8af7-a765874a97e4_0, oa:relationep_dar_f2a69abe-bdff-4afb-8af7-a765874a97e4_1, oa:relationep_dar_f2a69abe-bdff-4afb-8af7-a765874a97e4_2 ;
  a2a:hasSource oa:source_dar_f2a69abe-bdff-4afb-8af7-a765874a97e4 .

oa:person_dar_f2a69abe-bdff-4afb-8af7-a765874a97e4_Person-500964dd-ea0a-4157-b003-0a6e14703383
  a a2a:Person ;
  rdfs:label "Maria Klunder" ;
  a2a:PersonName [
    rdfs:label "Maria Klunder" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Klunder"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "zonder" .

oa:person_dar_f2a69abe-bdff-4afb-8af7-a765874a97e4_Person-9b794f0c-c433-409a-9b30-96dd9dd0496e
  a a2a:Person ;
  rdfs:label "Johannes Lowijs" ;
  a2a:PersonName [
    rdfs:label "Johannes Lowijs" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Lowijs"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "33" ;
    rdfs:label "33"
  ] ;
  a2a:Profession "arbeider" .

oa:person_dar_f2a69abe-bdff-4afb-8af7-a765874a97e4_Person-31932cdf-2657-4688-a498-9b451ff3dfe8
  a a2a:Person ;
  rdfs:label "Geesje Lowijs" ;
  a2a:PersonName [
    rdfs:label "Geesje Lowijs" ;
    a2a:PersonNameFirstName "Geesje" ;
    a2a:PersonNameLastName "Lowijs"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1898" ;
    a2a:Month "11" ;
    a2a:Day "15" ;
    rdfs:label "1898-11-15"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Noord" ;
    rdfs:label "Noord"
  ] .

oa:event_dar_f2a69abe-bdff-4afb-8af7-a765874a97e4_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1898" ;
    a2a:Month "11" ;
    a2a:Day "15" ;
    rdfs:label "1898-11-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Noord" ;
    rdfs:label "Noord"
  ] .

oa:relationep_dar_f2a69abe-bdff-4afb-8af7-a765874a97e4_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_f2a69abe-bdff-4afb-8af7-a765874a97e4_Person:500964dd-ea0a-4157-b003-0a6e14703383 ;
  a2a:EventKeyRef oa:event_dar_f2a69abe-bdff-4afb-8af7-a765874a97e4_Event1 .

oa:relationep_dar_f2a69abe-bdff-4afb-8af7-a765874a97e4_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_f2a69abe-bdff-4afb-8af7-a765874a97e4_Person:9b794f0c-c433-409a-9b30-96dd9dd0496e ;
  a2a:EventKeyRef oa:event_dar_f2a69abe-bdff-4afb-8af7-a765874a97e4_Event1 .

oa:relationep_dar_f2a69abe-bdff-4afb-8af7-a765874a97e4_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_f2a69abe-bdff-4afb-8af7-a765874a97e4_Person:31932cdf-2657-4688-a498-9b451ff3dfe8 ;
  a2a:EventKeyRef oa:event_dar_f2a69abe-bdff-4afb-8af7-a765874a97e4_Event1 .

oa:source_dar_f2a69abe-bdff-4afb-8af7-a765874a97e4
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Hoogeveen" ;
    rdfs:label "Hoogeveen", "1898-11-15 - 1898-11-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1898-11-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1898-11-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1898" ;
    a2a:Month "11" ;
    a2a:Day "15" ;
    rdfs:label "1898-11-15"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1898, Periode: 1898" ;
    a2a:Book "Geboorteregister Hoogeveen 1898" ;
    a2a:DocumentNumber "317" ;
    a2a:RegistryNumber "1898" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1898, Periode: 1898, Geboorteregister Hoogeveen 1898, 317, 1898"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/5e4c1d5e-7774-64a2-9d58-cb904df7f85a.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/f2a69abe-bdff-4afb-8af7-a765874a97e4" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/5e4c1d5e-7774-64a2-9d58-cb904df7f85a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/f2a69abe-bdff-4afb-8af7-a765874a97e4" ;
  a2a:RecordGUID "{f2a69abe-bdff-4afb-8af7-a765874a97e4}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_2374_00002374.xml van DAR" .

