@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_1aaa6ce1-4f5e-4a72-ec4b-a361be4e6f27
  a a2a:Record ;
  rdfs:label "Geboorte op 15 maart 1915 te Eelderwolde" ;
  a2a:hasPerson oa:person_dar_1aaa6ce1-4f5e-4a72-ec4b-a361be4e6f27_Person-8aa9bb8e-822d-a336-58d1-aad539795c3f, oa:person_dar_1aaa6ce1-4f5e-4a72-ec4b-a361be4e6f27_Person-3de7e53c-9462-5079-03ca-c75047e69506, oa:person_dar_1aaa6ce1-4f5e-4a72-ec4b-a361be4e6f27_Person-1432699e-d624-8f02-5f01-6edf0f3a9ded ;
  a2a:hasEvent oa:event_dar_1aaa6ce1-4f5e-4a72-ec4b-a361be4e6f27_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_1aaa6ce1-4f5e-4a72-ec4b-a361be4e6f27_0, oa:relationep_dar_1aaa6ce1-4f5e-4a72-ec4b-a361be4e6f27_1, oa:relationep_dar_1aaa6ce1-4f5e-4a72-ec4b-a361be4e6f27_2 ;
  a2a:hasSource oa:source_dar_1aaa6ce1-4f5e-4a72-ec4b-a361be4e6f27 .

oa:person_dar_1aaa6ce1-4f5e-4a72-ec4b-a361be4e6f27_Person-8aa9bb8e-822d-a336-58d1-aad539795c3f
  a a2a:Person ;
  rdfs:label "Reinder Luinge" ;
  a2a:PersonName [
    rdfs:label "Reinder Luinge" ;
    a2a:PersonNameFirstName "Reinder" ;
    a2a:PersonNameLastName "Luinge"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "43" ;
    rdfs:label "43"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_dar_1aaa6ce1-4f5e-4a72-ec4b-a361be4e6f27_Person-3de7e53c-9462-5079-03ca-c75047e69506
  a a2a:Person ;
  rdfs:label "Geertruida Luinge" ;
  a2a:PersonName [
    rdfs:label "Geertruida Luinge" ;
    a2a:PersonNameFirstName "Geertruida" ;
    a2a:PersonNameLastName "Luinge"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1915" ;
    a2a:Month "3" ;
    a2a:Day "15" ;
    rdfs:label "1915-03-15"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Eelderwolde" ;
    rdfs:label "Eelderwolde"
  ] .

oa:person_dar_1aaa6ce1-4f5e-4a72-ec4b-a361be4e6f27_Person-1432699e-d624-8f02-5f01-6edf0f3a9ded
  a a2a:Person ;
  rdfs:label "Elisabeth Margina Westerhof" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Margina Westerhof" ;
    a2a:PersonNameFirstName "Elisabeth Margina" ;
    a2a:PersonNameLastName "Westerhof"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_1aaa6ce1-4f5e-4a72-ec4b-a361be4e6f27_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1915" ;
    a2a:Month "3" ;
    a2a:Day "15" ;
    rdfs:label "1915-03-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Eelderwolde" ;
    rdfs:label "Eelderwolde"
  ] .

oa:relationep_dar_1aaa6ce1-4f5e-4a72-ec4b-a361be4e6f27_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_1aaa6ce1-4f5e-4a72-ec4b-a361be4e6f27_Person:8aa9bb8e-822d-a336-58d1-aad539795c3f ;
  a2a:EventKeyRef oa:event_dar_1aaa6ce1-4f5e-4a72-ec4b-a361be4e6f27_Event1 .

oa:relationep_dar_1aaa6ce1-4f5e-4a72-ec4b-a361be4e6f27_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_1aaa6ce1-4f5e-4a72-ec4b-a361be4e6f27_Person:3de7e53c-9462-5079-03ca-c75047e69506 ;
  a2a:EventKeyRef oa:event_dar_1aaa6ce1-4f5e-4a72-ec4b-a361be4e6f27_Event1 .

oa:relationep_dar_1aaa6ce1-4f5e-4a72-ec4b-a361be4e6f27_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_1aaa6ce1-4f5e-4a72-ec4b-a361be4e6f27_Person:1432699e-d624-8f02-5f01-6edf0f3a9ded ;
  a2a:EventKeyRef oa:event_dar_1aaa6ce1-4f5e-4a72-ec4b-a361be4e6f27_Event1 .

oa:source_dar_1aaa6ce1-4f5e-4a72-ec4b-a361be4e6f27
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Eelde" ;
    rdfs:label "Eelde", "1915-03-16 - 1915-03-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1915-03-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1915-03-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1915" ;
    a2a:Month "3" ;
    a2a:Day "16" ;
    rdfs:label "1915-03-16"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Deel: 1915, Periode: 1915" ;
    a2a:Book "Geboorteregister Eelde 1915" ;
    a2a:DocumentNumber "15" ;
    a2a:RegistryNumber "1915" ;
    rdfs:label "Drents Archief, Drenthe, Deel: 1915, Periode: 1915, Geboorteregister Eelde 1915, 15, 1915"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/dfd41caf-0358-1a27-54da-157a908ee952.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/1aaa6ce1-4f5e-4a72-ec4b-a361be4e6f27" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/dfd41caf-0358-1a27-54da-157a908ee952.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-06-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/1aaa6ce1-4f5e-4a72-ec4b-a361be4e6f27" ;
  a2a:RecordGUID "{1aaa6ce1-4f5e-4a72-ec4b-a361be4e6f27}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240819_12_00000012.xml van DAR" .

