@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_745d2459-2c8a-7d3f-e60c-3ff5e2e46300
  a a2a:Record ;
  rdfs:label "Geboorte op 20 oktober 1915 te Meppel" ;
  a2a:hasPerson oa:person_dar_745d2459-2c8a-7d3f-e60c-3ff5e2e46300_Person-8680ec14-69cc-31da-eba2-2787fc82f53b, oa:person_dar_745d2459-2c8a-7d3f-e60c-3ff5e2e46300_Person-16c1505b-96ee-a1d1-7bc6-18e825c3862e, oa:person_dar_745d2459-2c8a-7d3f-e60c-3ff5e2e46300_Person-903ffb3c-31fb-cf97-1dfb-83d5d6536d17 ;
  a2a:hasEvent oa:event_dar_745d2459-2c8a-7d3f-e60c-3ff5e2e46300_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_745d2459-2c8a-7d3f-e60c-3ff5e2e46300_0, oa:relationep_dar_745d2459-2c8a-7d3f-e60c-3ff5e2e46300_1, oa:relationep_dar_745d2459-2c8a-7d3f-e60c-3ff5e2e46300_2 ;
  a2a:hasSource oa:source_dar_745d2459-2c8a-7d3f-e60c-3ff5e2e46300 .

oa:person_dar_745d2459-2c8a-7d3f-e60c-3ff5e2e46300_Person-8680ec14-69cc-31da-eba2-2787fc82f53b
  a a2a:Person ;
  rdfs:label "Leffert Loos" ;
  a2a:PersonName [
    rdfs:label "Leffert Loos" ;
    a2a:PersonNameFirstName "Leffert" ;
    a2a:PersonNameLastName "Loos"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "30" ;
    rdfs:label "30"
  ] ;
  a2a:Profession "schilder" .

oa:person_dar_745d2459-2c8a-7d3f-e60c-3ff5e2e46300_Person-16c1505b-96ee-a1d1-7bc6-18e825c3862e
  a a2a:Person ;
  rdfs:label "Koentje Loos" ;
  a2a:PersonName [
    rdfs:label "Koentje Loos" ;
    a2a:PersonNameFirstName "Koentje" ;
    a2a:PersonNameLastName "Loos"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1915" ;
    a2a:Month "10" ;
    a2a:Day "20" ;
    rdfs:label "1915-10-20"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel"
  ] .

oa:person_dar_745d2459-2c8a-7d3f-e60c-3ff5e2e46300_Person-903ffb3c-31fb-cf97-1dfb-83d5d6536d17
  a a2a:Person ;
  rdfs:label "Johanna Alberta Luichies" ;
  a2a:PersonName [
    rdfs:label "Johanna Alberta Luichies" ;
    a2a:PersonNameFirstName "Johanna Alberta" ;
    a2a:PersonNameLastName "Luichies"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_745d2459-2c8a-7d3f-e60c-3ff5e2e46300_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1915" ;
    a2a:Month "10" ;
    a2a:Day "20" ;
    rdfs:label "1915-10-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel"
  ] .

oa:relationep_dar_745d2459-2c8a-7d3f-e60c-3ff5e2e46300_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_745d2459-2c8a-7d3f-e60c-3ff5e2e46300_Person:8680ec14-69cc-31da-eba2-2787fc82f53b ;
  a2a:EventKeyRef oa:event_dar_745d2459-2c8a-7d3f-e60c-3ff5e2e46300_Event1 .

oa:relationep_dar_745d2459-2c8a-7d3f-e60c-3ff5e2e46300_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_745d2459-2c8a-7d3f-e60c-3ff5e2e46300_Person:16c1505b-96ee-a1d1-7bc6-18e825c3862e ;
  a2a:EventKeyRef oa:event_dar_745d2459-2c8a-7d3f-e60c-3ff5e2e46300_Event1 .

oa:relationep_dar_745d2459-2c8a-7d3f-e60c-3ff5e2e46300_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_745d2459-2c8a-7d3f-e60c-3ff5e2e46300_Person:903ffb3c-31fb-cf97-1dfb-83d5d6536d17 ;
  a2a:EventKeyRef oa:event_dar_745d2459-2c8a-7d3f-e60c-3ff5e2e46300_Event1 .

oa:source_dar_745d2459-2c8a-7d3f-e60c-3ff5e2e46300
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel", "1915-10-21 - 1915-10-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1915-10-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1915-10-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1915" ;
    a2a:Month "10" ;
    a2a:Day "21" ;
    rdfs:label "1915-10-21"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Deel: 1915, Periode: 1915" ;
    a2a:Book "Geboorteregister Meppel 1915" ;
    a2a:DocumentNumber "221" ;
    a2a:RegistryNumber "1915" ;
    rdfs:label "Drents Archief, Drenthe, Deel: 1915, Periode: 1915, Geboorteregister Meppel 1915, 221, 1915"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/7290693d-04f3-f628-e2a0-561257bbb710.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/745d2459-2c8a-7d3f-e60c-3ff5e2e46300" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/7290693d-04f3-f628-e2a0-561257bbb710.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-03-13"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/745d2459-2c8a-7d3f-e60c-3ff5e2e46300" ;
  a2a:RecordGUID "{745d2459-2c8a-7d3f-e60c-3ff5e2e46300}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240501_161_00000161.xml van DAR" .

