@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_9f5b2f4e-8501-4e9b-9d9b-ef972ab2aad1
  a a2a:Record ;
  rdfs:label "Geboorte op 26 september 1850 te Lhee" ;
  a2a:hasPerson oa:person_dar_9f5b2f4e-8501-4e9b-9d9b-ef972ab2aad1_Person-8c99a4d7-c029-43e9-bd4e-60abf7d85e26, oa:person_dar_9f5b2f4e-8501-4e9b-9d9b-ef972ab2aad1_Person-eca747d3-b105-4e89-8093-af780c70867c, oa:person_dar_9f5b2f4e-8501-4e9b-9d9b-ef972ab2aad1_Person-d5de780e-a4f3-4b1b-a7f6-f164d5d84eed ;
  a2a:hasEvent oa:event_dar_9f5b2f4e-8501-4e9b-9d9b-ef972ab2aad1_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_9f5b2f4e-8501-4e9b-9d9b-ef972ab2aad1_0, oa:relationep_dar_9f5b2f4e-8501-4e9b-9d9b-ef972ab2aad1_1, oa:relationep_dar_9f5b2f4e-8501-4e9b-9d9b-ef972ab2aad1_2 ;
  a2a:hasSource oa:source_dar_9f5b2f4e-8501-4e9b-9d9b-ef972ab2aad1 .

oa:person_dar_9f5b2f4e-8501-4e9b-9d9b-ef972ab2aad1_Person-8c99a4d7-c029-43e9-bd4e-60abf7d85e26
  a a2a:Person ;
  rdfs:label "Jan Gerriets de Weerd" ;
  a2a:PersonName [
    rdfs:label "Jan Gerriets de Weerd" ;
    a2a:PersonNameFirstName "Jan Gerriets" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Weerd"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "45" ;
    rdfs:label "45"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_dar_9f5b2f4e-8501-4e9b-9d9b-ef972ab2aad1_Person-eca747d3-b105-4e89-8093-af780c70867c
  a a2a:Person ;
  rdfs:label "Jacobje Kornelis Siems" ;
  a2a:PersonName [
    rdfs:label "Jacobje Kornelis Siems" ;
    a2a:PersonNameFirstName "Jacobje Kornelis" ;
    a2a:PersonNameLastName "Siems"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "42" ;
    rdfs:label "42"
  ] ;
  a2a:Profession "-" .

oa:person_dar_9f5b2f4e-8501-4e9b-9d9b-ef972ab2aad1_Person-d5de780e-a4f3-4b1b-a7f6-f164d5d84eed
  a a2a:Person ;
  rdfs:label "Gerriet de Weerd" ;
  a2a:PersonName [
    rdfs:label "Gerriet de Weerd" ;
    a2a:PersonNameFirstName "Gerriet" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Weerd"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1850" ;
    a2a:Month "9" ;
    a2a:Day "26" ;
    rdfs:label "1850-09-26"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Lhee" ;
    rdfs:label "Lhee"
  ] .

oa:event_dar_9f5b2f4e-8501-4e9b-9d9b-ef972ab2aad1_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1850" ;
    a2a:Month "9" ;
    a2a:Day "26" ;
    rdfs:label "1850-09-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Lhee" ;
    rdfs:label "Lhee"
  ] .

oa:relationep_dar_9f5b2f4e-8501-4e9b-9d9b-ef972ab2aad1_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_9f5b2f4e-8501-4e9b-9d9b-ef972ab2aad1_Person:8c99a4d7-c029-43e9-bd4e-60abf7d85e26 ;
  a2a:EventKeyRef oa:event_dar_9f5b2f4e-8501-4e9b-9d9b-ef972ab2aad1_Event1 .

oa:relationep_dar_9f5b2f4e-8501-4e9b-9d9b-ef972ab2aad1_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_9f5b2f4e-8501-4e9b-9d9b-ef972ab2aad1_Person:eca747d3-b105-4e89-8093-af780c70867c ;
  a2a:EventKeyRef oa:event_dar_9f5b2f4e-8501-4e9b-9d9b-ef972ab2aad1_Event1 .

oa:relationep_dar_9f5b2f4e-8501-4e9b-9d9b-ef972ab2aad1_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_9f5b2f4e-8501-4e9b-9d9b-ef972ab2aad1_Person:d5de780e-a4f3-4b1b-a7f6-f164d5d84eed ;
  a2a:EventKeyRef oa:event_dar_9f5b2f4e-8501-4e9b-9d9b-ef972ab2aad1_Event1 .

oa:source_dar_9f5b2f4e-8501-4e9b-9d9b-ef972ab2aad1
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Dwingeloo" ;
    rdfs:label "Dwingeloo", "1850-09-27 - 1850-09-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1850-09-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1850-09-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1850" ;
    a2a:Month "9" ;
    a2a:Day "27" ;
    rdfs:label "1850-09-27"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1850, Periode: 1850" ;
    a2a:Book "Geboorteregister Dwingeloo 1850" ;
    a2a:DocumentNumber "34" ;
    a2a:RegistryNumber "1850" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1850, Periode: 1850, Geboorteregister Dwingeloo 1850, 34, 1850"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/20386102-8020-3475-65c2-5f4607fcd2be.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/9f5b2f4e-8501-4e9b-9d9b-ef972ab2aad1" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/20386102-8020-3475-65c2-5f4607fcd2be.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/9f5b2f4e-8501-4e9b-9d9b-ef972ab2aad1" ;
  a2a:RecordGUID "{9f5b2f4e-8501-4e9b-9d9b-ef972ab2aad1}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_2172_00002172.xml van DAR" .

