@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_1febf5b5-2fb3-4977-8480-dc8583bdb2a7
  a a2a:Record ;
  rdfs:label "Geboorte op 11 februari 1892 te Eexterveen (Anloo)" ;
  a2a:hasPerson oa:person_dar_1febf5b5-2fb3-4977-8480-dc8583bdb2a7_Person-b6ae0981-7b56-40d1-931d-7ffdcc7ef795, oa:person_dar_1febf5b5-2fb3-4977-8480-dc8583bdb2a7_Person-91007142-8455-4ff7-af67-a0970251d39f, oa:person_dar_1febf5b5-2fb3-4977-8480-dc8583bdb2a7_Person-917ff4d0-8ad8-4a63-9ed9-6be34a12602f ;
  a2a:hasEvent oa:event_dar_1febf5b5-2fb3-4977-8480-dc8583bdb2a7_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_1febf5b5-2fb3-4977-8480-dc8583bdb2a7_0, oa:relationep_dar_1febf5b5-2fb3-4977-8480-dc8583bdb2a7_1, oa:relationep_dar_1febf5b5-2fb3-4977-8480-dc8583bdb2a7_2 ;
  a2a:hasSource oa:source_dar_1febf5b5-2fb3-4977-8480-dc8583bdb2a7 .

oa:person_dar_1febf5b5-2fb3-4977-8480-dc8583bdb2a7_Person-b6ae0981-7b56-40d1-931d-7ffdcc7ef795
  a a2a:Person ;
  rdfs:label "Lute Rosing" ;
  a2a:PersonName [
    rdfs:label "Lute Rosing" ;
    a2a:PersonNameFirstName "Lute" ;
    a2a:PersonNameLastName "Rosing"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "39" ;
    rdfs:label "39"
  ] ;
  a2a:Profession "kleermaker" .

oa:person_dar_1febf5b5-2fb3-4977-8480-dc8583bdb2a7_Person-91007142-8455-4ff7-af67-a0970251d39f
  a a2a:Person ;
  rdfs:label "Geessien Kuik" ;
  a2a:PersonName [
    rdfs:label "Geessien Kuik" ;
    a2a:PersonNameFirstName "Geessien" ;
    a2a:PersonNameLastName "Kuik"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "zonder" .

oa:person_dar_1febf5b5-2fb3-4977-8480-dc8583bdb2a7_Person-917ff4d0-8ad8-4a63-9ed9-6be34a12602f
  a a2a:Person ;
  rdfs:label "Harm Rosing" ;
  a2a:PersonName [
    rdfs:label "Harm Rosing" ;
    a2a:PersonNameFirstName "Harm" ;
    a2a:PersonNameLastName "Rosing"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1892" ;
    a2a:Month "2" ;
    a2a:Day "11" ;
    rdfs:label "1892-02-11"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Eexterveen (Anloo)" ;
    rdfs:label "Eexterveen (Anloo)"
  ] .

oa:event_dar_1febf5b5-2fb3-4977-8480-dc8583bdb2a7_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1892" ;
    a2a:Month "2" ;
    a2a:Day "11" ;
    rdfs:label "1892-02-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Eexterveen (Anloo)" ;
    rdfs:label "Eexterveen (Anloo)"
  ] .

oa:relationep_dar_1febf5b5-2fb3-4977-8480-dc8583bdb2a7_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_1febf5b5-2fb3-4977-8480-dc8583bdb2a7_Person:b6ae0981-7b56-40d1-931d-7ffdcc7ef795 ;
  a2a:EventKeyRef oa:event_dar_1febf5b5-2fb3-4977-8480-dc8583bdb2a7_Event1 .

oa:relationep_dar_1febf5b5-2fb3-4977-8480-dc8583bdb2a7_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_1febf5b5-2fb3-4977-8480-dc8583bdb2a7_Person:91007142-8455-4ff7-af67-a0970251d39f ;
  a2a:EventKeyRef oa:event_dar_1febf5b5-2fb3-4977-8480-dc8583bdb2a7_Event1 .

oa:relationep_dar_1febf5b5-2fb3-4977-8480-dc8583bdb2a7_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_1febf5b5-2fb3-4977-8480-dc8583bdb2a7_Person:917ff4d0-8ad8-4a63-9ed9-6be34a12602f ;
  a2a:EventKeyRef oa:event_dar_1febf5b5-2fb3-4977-8480-dc8583bdb2a7_Event1 .

oa:source_dar_1febf5b5-2fb3-4977-8480-dc8583bdb2a7
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Anloo" ;
    rdfs:label "Anloo", "1892-02-12 - 1892-02-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1892-02-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1892-02-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1892" ;
    a2a:Month "2" ;
    a2a:Day "12" ;
    rdfs:label "1892-02-12"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1892, Periode: 1892" ;
    a2a:Book "Geboorteregister Anloo 1892" ;
    a2a:DocumentNumber "17" ;
    a2a:RegistryNumber "1892" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1892, Periode: 1892, Geboorteregister Anloo 1892, 17, 1892"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/31e41a5c-b89f-b2eb-83bf-cd755f0c3f82.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/1febf5b5-2fb3-4977-8480-dc8583bdb2a7" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/31e41a5c-b89f-b2eb-83bf-cd755f0c3f82.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/1febf5b5-2fb3-4977-8480-dc8583bdb2a7" ;
  a2a:RecordGUID "{1febf5b5-2fb3-4977-8480-dc8583bdb2a7}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_2622_00002622.xml van DAR" .

