@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_7502fd75-e4b8-494e-85a5-af5dfe2c1b36
  a a2a:Record ;
  rdfs:label "Geboorte op 3 november 1899 te Taarlo" ;
  a2a:hasPerson oa:person_dar_7502fd75-e4b8-494e-85a5-af5dfe2c1b36_Person-07ad6239-5c16-4fd9-a3a9-05f333ffccb5, oa:person_dar_7502fd75-e4b8-494e-85a5-af5dfe2c1b36_Person-2d815f68-00f9-4dc6-8fab-c90ad82ea2bf, oa:person_dar_7502fd75-e4b8-494e-85a5-af5dfe2c1b36_Person-bad64d87-a5a5-4534-ab96-654064de3526 ;
  a2a:hasEvent oa:event_dar_7502fd75-e4b8-494e-85a5-af5dfe2c1b36_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_7502fd75-e4b8-494e-85a5-af5dfe2c1b36_0, oa:relationep_dar_7502fd75-e4b8-494e-85a5-af5dfe2c1b36_1, oa:relationep_dar_7502fd75-e4b8-494e-85a5-af5dfe2c1b36_2 ;
  a2a:hasSource oa:source_dar_7502fd75-e4b8-494e-85a5-af5dfe2c1b36 .

oa:person_dar_7502fd75-e4b8-494e-85a5-af5dfe2c1b36_Person-07ad6239-5c16-4fd9-a3a9-05f333ffccb5
  a a2a:Person ;
  rdfs:label "Lambert Ensing" ;
  a2a:PersonName [
    rdfs:label "Lambert Ensing" ;
    a2a:PersonNameFirstName "Lambert" ;
    a2a:PersonNameLastName "Ensing"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "35" ;
    rdfs:label "35"
  ] ;
  a2a:Profession "arbeider" .

oa:person_dar_7502fd75-e4b8-494e-85a5-af5dfe2c1b36_Person-2d815f68-00f9-4dc6-8fab-c90ad82ea2bf
  a a2a:Person ;
  rdfs:label "Roelofje Kremers" ;
  a2a:PersonName [
    rdfs:label "Roelofje Kremers" ;
    a2a:PersonNameFirstName "Roelofje" ;
    a2a:PersonNameLastName "Kremers"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "zonder" .

oa:person_dar_7502fd75-e4b8-494e-85a5-af5dfe2c1b36_Person-bad64d87-a5a5-4534-ab96-654064de3526
  a a2a:Person ;
  rdfs:label "Willemtien Ensing" ;
  a2a:PersonName [
    rdfs:label "Willemtien Ensing" ;
    a2a:PersonNameFirstName "Willemtien" ;
    a2a:PersonNameLastName "Ensing"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1899" ;
    a2a:Month "11" ;
    a2a:Day "3" ;
    rdfs:label "1899-11-03"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Taarlo" ;
    rdfs:label "Taarlo"
  ] .

oa:event_dar_7502fd75-e4b8-494e-85a5-af5dfe2c1b36_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1899" ;
    a2a:Month "11" ;
    a2a:Day "3" ;
    rdfs:label "1899-11-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Taarlo" ;
    rdfs:label "Taarlo"
  ] .

oa:relationep_dar_7502fd75-e4b8-494e-85a5-af5dfe2c1b36_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_7502fd75-e4b8-494e-85a5-af5dfe2c1b36_Person:07ad6239-5c16-4fd9-a3a9-05f333ffccb5 ;
  a2a:EventKeyRef oa:event_dar_7502fd75-e4b8-494e-85a5-af5dfe2c1b36_Event1 .

oa:relationep_dar_7502fd75-e4b8-494e-85a5-af5dfe2c1b36_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_7502fd75-e4b8-494e-85a5-af5dfe2c1b36_Person:2d815f68-00f9-4dc6-8fab-c90ad82ea2bf ;
  a2a:EventKeyRef oa:event_dar_7502fd75-e4b8-494e-85a5-af5dfe2c1b36_Event1 .

oa:relationep_dar_7502fd75-e4b8-494e-85a5-af5dfe2c1b36_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_7502fd75-e4b8-494e-85a5-af5dfe2c1b36_Person:bad64d87-a5a5-4534-ab96-654064de3526 ;
  a2a:EventKeyRef oa:event_dar_7502fd75-e4b8-494e-85a5-af5dfe2c1b36_Event1 .

oa:source_dar_7502fd75-e4b8-494e-85a5-af5dfe2c1b36
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Vries" ;
    rdfs:label "Vries", "1899-11-03 - 1899-11-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1899-11-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1899-11-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1899" ;
    a2a:Month "11" ;
    a2a:Day "3" ;
    rdfs:label "1899-11-03"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1899, Periode: 1899" ;
    a2a:Book "Geboorteregister Vries 1899" ;
    a2a:DocumentNumber "90" ;
    a2a:RegistryNumber "1899" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1899, Periode: 1899, Geboorteregister Vries 1899, 90, 1899"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/9eec2f9a-491b-3bb5-4962-e7e4fd8176a6.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/7502fd75-e4b8-494e-85a5-af5dfe2c1b36" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/9eec2f9a-491b-3bb5-4962-e7e4fd8176a6.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/7502fd75-e4b8-494e-85a5-af5dfe2c1b36" ;
  a2a:RecordGUID "{7502fd75-e4b8-494e-85a5-af5dfe2c1b36}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_2855_00002855.xml van DAR" .

