@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_7f7bb08b-2ebb-4cb0-9ec4-92b3c9c874ca
  a a2a:Record ;
  rdfs:label "Geboorte op 22 maart 1843 te Westerbork" ;
  a2a:hasPerson oa:person_dar_7f7bb08b-2ebb-4cb0-9ec4-92b3c9c874ca_Person-36807966-9dfc-4495-a671-9f2271d67db8, oa:person_dar_7f7bb08b-2ebb-4cb0-9ec4-92b3c9c874ca_Person-d2c2b21f-84bb-4c21-bcff-26c774716ee9, oa:person_dar_7f7bb08b-2ebb-4cb0-9ec4-92b3c9c874ca_Person-b9e13134-fd54-404d-b107-82d7c28b5798 ;
  a2a:hasEvent oa:event_dar_7f7bb08b-2ebb-4cb0-9ec4-92b3c9c874ca_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_7f7bb08b-2ebb-4cb0-9ec4-92b3c9c874ca_0, oa:relationep_dar_7f7bb08b-2ebb-4cb0-9ec4-92b3c9c874ca_1, oa:relationep_dar_7f7bb08b-2ebb-4cb0-9ec4-92b3c9c874ca_2 ;
  a2a:hasSource oa:source_dar_7f7bb08b-2ebb-4cb0-9ec4-92b3c9c874ca .

oa:person_dar_7f7bb08b-2ebb-4cb0-9ec4-92b3c9c874ca_Person-36807966-9dfc-4495-a671-9f2271d67db8
  a a2a:Person ;
  rdfs:label "Roelof Weuring" ;
  a2a:PersonName [
    rdfs:label "Roelof Weuring" ;
    a2a:PersonNameFirstName "Roelof" ;
    a2a:PersonNameLastName "Weuring"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "36" ;
    rdfs:label "36"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_dar_7f7bb08b-2ebb-4cb0-9ec4-92b3c9c874ca_Person-d2c2b21f-84bb-4c21-bcff-26c774716ee9
  a a2a:Person ;
  rdfs:label "Jantje Opperman" ;
  a2a:PersonName [
    rdfs:label "Jantje Opperman" ;
    a2a:PersonNameFirstName "Jantje" ;
    a2a:PersonNameLastName "Opperman"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_7f7bb08b-2ebb-4cb0-9ec4-92b3c9c874ca_Person-b9e13134-fd54-404d-b107-82d7c28b5798
  a a2a:Person ;
  rdfs:label "Trijntje Weuring" ;
  a2a:PersonName [
    rdfs:label "Trijntje Weuring" ;
    a2a:PersonNameFirstName "Trijntje" ;
    a2a:PersonNameLastName "Weuring"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1843" ;
    a2a:Month "3" ;
    a2a:Day "22" ;
    rdfs:label "1843-03-22"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Westerbork" ;
    rdfs:label "Westerbork"
  ] .

oa:event_dar_7f7bb08b-2ebb-4cb0-9ec4-92b3c9c874ca_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1843" ;
    a2a:Month "3" ;
    a2a:Day "22" ;
    rdfs:label "1843-03-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Westerbork" ;
    rdfs:label "Westerbork"
  ] .

oa:relationep_dar_7f7bb08b-2ebb-4cb0-9ec4-92b3c9c874ca_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_7f7bb08b-2ebb-4cb0-9ec4-92b3c9c874ca_Person:36807966-9dfc-4495-a671-9f2271d67db8 ;
  a2a:EventKeyRef oa:event_dar_7f7bb08b-2ebb-4cb0-9ec4-92b3c9c874ca_Event1 .

oa:relationep_dar_7f7bb08b-2ebb-4cb0-9ec4-92b3c9c874ca_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_7f7bb08b-2ebb-4cb0-9ec4-92b3c9c874ca_Person:d2c2b21f-84bb-4c21-bcff-26c774716ee9 ;
  a2a:EventKeyRef oa:event_dar_7f7bb08b-2ebb-4cb0-9ec4-92b3c9c874ca_Event1 .

oa:relationep_dar_7f7bb08b-2ebb-4cb0-9ec4-92b3c9c874ca_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_7f7bb08b-2ebb-4cb0-9ec4-92b3c9c874ca_Person:b9e13134-fd54-404d-b107-82d7c28b5798 ;
  a2a:EventKeyRef oa:event_dar_7f7bb08b-2ebb-4cb0-9ec4-92b3c9c874ca_Event1 .

oa:source_dar_7f7bb08b-2ebb-4cb0-9ec4-92b3c9c874ca
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Westerbork" ;
    rdfs:label "Westerbork", "1843-03-24 - 1843-03-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1843-03-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1843-03-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1843" ;
    a2a:Month "3" ;
    a2a:Day "24" ;
    rdfs:label "1843-03-24"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1843, Periode: 1843" ;
    a2a:Book "Geboorteregister Westerbork 1843" ;
    a2a:DocumentNumber "11" ;
    a2a:RegistryNumber "1843" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1843, Periode: 1843, Geboorteregister Westerbork 1843, 11, 1843"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/7465cc9f-0d35-5d07-0e48-689dd317ca09.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/7f7bb08b-2ebb-4cb0-9ec4-92b3c9c874ca" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/7465cc9f-0d35-5d07-0e48-689dd317ca09.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/7f7bb08b-2ebb-4cb0-9ec4-92b3c9c874ca" ;
  a2a:RecordGUID "{7f7bb08b-2ebb-4cb0-9ec4-92b3c9c874ca}" ;
  a2a:SourceRemarkbron "Geboorte" ;
  a2a:SourceRemarkdeel "1843" ;
  a2a:SourceRemarkregister_periode "1843" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_3645_00003645.xml van DAR" .

