@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_8a3d4e68-4710-47f1-ecc0-c0d96a5cba7c
  a a2a:Record ;
  rdfs:label "Geboorte op 16 september 1914 te Vries" ;
  a2a:hasPerson oa:person_dar_8a3d4e68-4710-47f1-ecc0-c0d96a5cba7c_Person-660adf01-1092-aaaf-f0d9-a1c9d09fef2b, oa:person_dar_8a3d4e68-4710-47f1-ecc0-c0d96a5cba7c_Person-026548fa-a6ea-2c03-889d-694e2a60cfca, oa:person_dar_8a3d4e68-4710-47f1-ecc0-c0d96a5cba7c_Person-c8ba45af-7cad-99ca-76b8-cc06391b7973 ;
  a2a:hasEvent oa:event_dar_8a3d4e68-4710-47f1-ecc0-c0d96a5cba7c_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_8a3d4e68-4710-47f1-ecc0-c0d96a5cba7c_0, oa:relationep_dar_8a3d4e68-4710-47f1-ecc0-c0d96a5cba7c_1, oa:relationep_dar_8a3d4e68-4710-47f1-ecc0-c0d96a5cba7c_2 ;
  a2a:hasSource oa:source_dar_8a3d4e68-4710-47f1-ecc0-c0d96a5cba7c .

oa:person_dar_8a3d4e68-4710-47f1-ecc0-c0d96a5cba7c_Person-660adf01-1092-aaaf-f0d9-a1c9d09fef2b
  a a2a:Person ;
  rdfs:label "Jan Boelens" ;
  a2a:PersonName [
    rdfs:label "Jan Boelens" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Boelens"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "36" ;
    rdfs:label "36"
  ] ;
  a2a:Profession "directeur van een zuivelfabriek" .

oa:person_dar_8a3d4e68-4710-47f1-ecc0-c0d96a5cba7c_Person-026548fa-a6ea-2c03-889d-694e2a60cfca
  a a2a:Person ;
  rdfs:label "Markus Boelens" ;
  a2a:PersonName [
    rdfs:label "Markus Boelens" ;
    a2a:PersonNameFirstName "Markus" ;
    a2a:PersonNameLastName "Boelens"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1914" ;
    a2a:Month "9" ;
    a2a:Day "16" ;
    rdfs:label "1914-09-16"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Vries" ;
    rdfs:label "Vries"
  ] .

oa:person_dar_8a3d4e68-4710-47f1-ecc0-c0d96a5cba7c_Person-c8ba45af-7cad-99ca-76b8-cc06391b7973
  a a2a:Person ;
  rdfs:label "Annechien Doedens" ;
  a2a:PersonName [
    rdfs:label "Annechien Doedens" ;
    a2a:PersonNameFirstName "Annechien" ;
    a2a:PersonNameLastName "Doedens"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_8a3d4e68-4710-47f1-ecc0-c0d96a5cba7c_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1914" ;
    a2a:Month "9" ;
    a2a:Day "16" ;
    rdfs:label "1914-09-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Vries" ;
    rdfs:label "Vries"
  ] .

oa:relationep_dar_8a3d4e68-4710-47f1-ecc0-c0d96a5cba7c_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_8a3d4e68-4710-47f1-ecc0-c0d96a5cba7c_Person:660adf01-1092-aaaf-f0d9-a1c9d09fef2b ;
  a2a:EventKeyRef oa:event_dar_8a3d4e68-4710-47f1-ecc0-c0d96a5cba7c_Event1 .

oa:relationep_dar_8a3d4e68-4710-47f1-ecc0-c0d96a5cba7c_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_8a3d4e68-4710-47f1-ecc0-c0d96a5cba7c_Person:026548fa-a6ea-2c03-889d-694e2a60cfca ;
  a2a:EventKeyRef oa:event_dar_8a3d4e68-4710-47f1-ecc0-c0d96a5cba7c_Event1 .

oa:relationep_dar_8a3d4e68-4710-47f1-ecc0-c0d96a5cba7c_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_8a3d4e68-4710-47f1-ecc0-c0d96a5cba7c_Person:c8ba45af-7cad-99ca-76b8-cc06391b7973 ;
  a2a:EventKeyRef oa:event_dar_8a3d4e68-4710-47f1-ecc0-c0d96a5cba7c_Event1 .

oa:source_dar_8a3d4e68-4710-47f1-ecc0-c0d96a5cba7c
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Vries" ;
    rdfs:label "Vries", "1914-09-16 - 1914-09-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1914-09-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1914-09-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1914" ;
    a2a:Month "9" ;
    a2a:Day "16" ;
    rdfs:label "1914-09-16"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Deel: 1914, Periode: 1914" ;
    a2a:Book "Geboorteregister Vries 1914" ;
    a2a:DocumentNumber "94" ;
    a2a:RegistryNumber "1914" ;
    rdfs:label "Drents Archief, Drenthe, Deel: 1914, Periode: 1914, Geboorteregister Vries 1914, 94, 1914"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/26597648-db20-eed0-9fca-9b4d890119a1.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/8a3d4e68-4710-47f1-ecc0-c0d96a5cba7c" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/26597648-db20-eed0-9fca-9b4d890119a1.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/8a3d4e68-4710-47f1-ecc0-c0d96a5cba7c" ;
  a2a:RecordGUID "{8a3d4e68-4710-47f1-ecc0-c0d96a5cba7c}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_7721_00007721.xml van DAR" .

