@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_040a1879-e92e-4ced-a179-6454ba47ebf8
  a a2a:Record ;
  rdfs:label "Geboorte op 21 oktober 1889 te Hijkersmilde (Midden-Drenthe)" ;
  a2a:hasPerson oa:person_dar_040a1879-e92e-4ced-a179-6454ba47ebf8_Person-a579eae0-48a0-4ba4-b87e-108276af28c5, oa:person_dar_040a1879-e92e-4ced-a179-6454ba47ebf8_Person-996d5e4f-e2b7-48ad-93d1-7f6a57bd9a7f, oa:person_dar_040a1879-e92e-4ced-a179-6454ba47ebf8_Person-9e37232f-ac0f-4add-9c42-242b46bd4485 ;
  a2a:hasEvent oa:event_dar_040a1879-e92e-4ced-a179-6454ba47ebf8_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_040a1879-e92e-4ced-a179-6454ba47ebf8_0, oa:relationep_dar_040a1879-e92e-4ced-a179-6454ba47ebf8_1, oa:relationep_dar_040a1879-e92e-4ced-a179-6454ba47ebf8_2 ;
  a2a:hasSource oa:source_dar_040a1879-e92e-4ced-a179-6454ba47ebf8 .

oa:person_dar_040a1879-e92e-4ced-a179-6454ba47ebf8_Person-a579eae0-48a0-4ba4-b87e-108276af28c5
  a a2a:Person ;
  rdfs:label "Steven Meijering" ;
  a2a:PersonName [
    rdfs:label "Steven Meijering" ;
    a2a:PersonNameFirstName "Steven" ;
    a2a:PersonNameLastName "Meijering"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "31" ;
    rdfs:label "31"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_dar_040a1879-e92e-4ced-a179-6454ba47ebf8_Person-996d5e4f-e2b7-48ad-93d1-7f6a57bd9a7f
  a a2a:Person ;
  rdfs:label "Grietje de Weerd" ;
  a2a:PersonName [
    rdfs:label "Grietje de Weerd" ;
    a2a:PersonNameFirstName "Grietje" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Weerd"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "zonder" .

oa:person_dar_040a1879-e92e-4ced-a179-6454ba47ebf8_Person-9e37232f-ac0f-4add-9c42-242b46bd4485
  a a2a:Person ;
  rdfs:label "Jan Roelof Meijering" ;
  a2a:PersonName [
    rdfs:label "Jan Roelof Meijering" ;
    a2a:PersonNameFirstName "Jan Roelof" ;
    a2a:PersonNameLastName "Meijering"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1889" ;
    a2a:Month "10" ;
    a2a:Day "21" ;
    rdfs:label "1889-10-21"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Hijkersmilde (Midden-Drenthe)" ;
    rdfs:label "Hijkersmilde (Midden-Drenthe)"
  ] .

oa:event_dar_040a1879-e92e-4ced-a179-6454ba47ebf8_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1889" ;
    a2a:Month "10" ;
    a2a:Day "21" ;
    rdfs:label "1889-10-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Hijkersmilde (Midden-Drenthe)" ;
    rdfs:label "Hijkersmilde (Midden-Drenthe)"
  ] .

oa:relationep_dar_040a1879-e92e-4ced-a179-6454ba47ebf8_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_040a1879-e92e-4ced-a179-6454ba47ebf8_Person:a579eae0-48a0-4ba4-b87e-108276af28c5 ;
  a2a:EventKeyRef oa:event_dar_040a1879-e92e-4ced-a179-6454ba47ebf8_Event1 .

oa:relationep_dar_040a1879-e92e-4ced-a179-6454ba47ebf8_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_040a1879-e92e-4ced-a179-6454ba47ebf8_Person:996d5e4f-e2b7-48ad-93d1-7f6a57bd9a7f ;
  a2a:EventKeyRef oa:event_dar_040a1879-e92e-4ced-a179-6454ba47ebf8_Event1 .

oa:relationep_dar_040a1879-e92e-4ced-a179-6454ba47ebf8_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_040a1879-e92e-4ced-a179-6454ba47ebf8_Person:9e37232f-ac0f-4add-9c42-242b46bd4485 ;
  a2a:EventKeyRef oa:event_dar_040a1879-e92e-4ced-a179-6454ba47ebf8_Event1 .

oa:source_dar_040a1879-e92e-4ced-a179-6454ba47ebf8
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Smilde" ;
    rdfs:label "Smilde", "1889-10-23 - 1889-10-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1889-10-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1889-10-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1889" ;
    a2a:Month "10" ;
    a2a:Day "23" ;
    rdfs:label "1889-10-23"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1889, Periode: 1889" ;
    a2a:Book "Geboorteregister Smilde 1889" ;
    a2a:DocumentNumber "141" ;
    a2a:RegistryNumber "1889" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1889, Periode: 1889, Geboorteregister Smilde 1889, 141, 1889"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/3f4cddc7-7788-5bf7-14b1-905afe2fec37.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/040a1879-e92e-4ced-a179-6454ba47ebf8" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/3f4cddc7-7788-5bf7-14b1-905afe2fec37.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/040a1879-e92e-4ced-a179-6454ba47ebf8" ;
  a2a:RecordGUID "{040a1879-e92e-4ced-a179-6454ba47ebf8}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_3507_00003507.xml van DAR" .

