@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_1f50ebc7-5c7a-4c44-a4a8-e0a23681fdaf
  a a2a:Record ;
  rdfs:label "Geboorte op 6 december 1899 te Assen" ;
  a2a:hasPerson oa:person_dar_1f50ebc7-5c7a-4c44-a4a8-e0a23681fdaf_Person-a0aef5a2-7695-4f88-9335-56e500eb9bc6, oa:person_dar_1f50ebc7-5c7a-4c44-a4a8-e0a23681fdaf_Person-19a7b5cf-9f99-46a2-a023-993cc71a88b4, oa:person_dar_1f50ebc7-5c7a-4c44-a4a8-e0a23681fdaf_Person-c37d5228-99a8-441c-8304-eb1a8a748811 ;
  a2a:hasEvent oa:event_dar_1f50ebc7-5c7a-4c44-a4a8-e0a23681fdaf_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_1f50ebc7-5c7a-4c44-a4a8-e0a23681fdaf_0, oa:relationep_dar_1f50ebc7-5c7a-4c44-a4a8-e0a23681fdaf_1, oa:relationep_dar_1f50ebc7-5c7a-4c44-a4a8-e0a23681fdaf_2 ;
  a2a:hasSource oa:source_dar_1f50ebc7-5c7a-4c44-a4a8-e0a23681fdaf .

oa:person_dar_1f50ebc7-5c7a-4c44-a4a8-e0a23681fdaf_Person-a0aef5a2-7695-4f88-9335-56e500eb9bc6
  a a2a:Person ;
  rdfs:label "Jan Laferte" ;
  a2a:PersonName [
    rdfs:label "Jan Laferte" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Laferte"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "27" ;
    rdfs:label "27"
  ] ;
  a2a:Profession "sigarenmaker" .

oa:person_dar_1f50ebc7-5c7a-4c44-a4a8-e0a23681fdaf_Person-19a7b5cf-9f99-46a2-a023-993cc71a88b4
  a a2a:Person ;
  rdfs:label "Jantien Polling" ;
  a2a:PersonName [
    rdfs:label "Jantien Polling" ;
    a2a:PersonNameFirstName "Jantien" ;
    a2a:PersonNameLastName "Polling"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "zonder" .

oa:person_dar_1f50ebc7-5c7a-4c44-a4a8-e0a23681fdaf_Person-c37d5228-99a8-441c-8304-eb1a8a748811
  a a2a:Person ;
  rdfs:label "Lammegien Laferte" ;
  a2a:PersonName [
    rdfs:label "Lammegien Laferte" ;
    a2a:PersonNameFirstName "Lammegien" ;
    a2a:PersonNameLastName "Laferte"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1899" ;
    a2a:Month "12" ;
    a2a:Day "6" ;
    rdfs:label "1899-12-06"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen"
  ] .

oa:event_dar_1f50ebc7-5c7a-4c44-a4a8-e0a23681fdaf_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1899" ;
    a2a:Month "12" ;
    a2a:Day "6" ;
    rdfs:label "1899-12-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen"
  ] .

oa:relationep_dar_1f50ebc7-5c7a-4c44-a4a8-e0a23681fdaf_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_1f50ebc7-5c7a-4c44-a4a8-e0a23681fdaf_Person:a0aef5a2-7695-4f88-9335-56e500eb9bc6 ;
  a2a:EventKeyRef oa:event_dar_1f50ebc7-5c7a-4c44-a4a8-e0a23681fdaf_Event1 .

oa:relationep_dar_1f50ebc7-5c7a-4c44-a4a8-e0a23681fdaf_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_1f50ebc7-5c7a-4c44-a4a8-e0a23681fdaf_Person:19a7b5cf-9f99-46a2-a023-993cc71a88b4 ;
  a2a:EventKeyRef oa:event_dar_1f50ebc7-5c7a-4c44-a4a8-e0a23681fdaf_Event1 .

oa:relationep_dar_1f50ebc7-5c7a-4c44-a4a8-e0a23681fdaf_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_1f50ebc7-5c7a-4c44-a4a8-e0a23681fdaf_Person:c37d5228-99a8-441c-8304-eb1a8a748811 ;
  a2a:EventKeyRef oa:event_dar_1f50ebc7-5c7a-4c44-a4a8-e0a23681fdaf_Event1 .

oa:source_dar_1f50ebc7-5c7a-4c44-a4a8-e0a23681fdaf
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen", "1899-12-06 - 1899-12-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1899-12-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1899-12-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1899" ;
    a2a:Month "12" ;
    a2a:Day "6" ;
    rdfs:label "1899-12-06"^^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 Assen 1899" ;
    a2a:DocumentNumber "293" ;
    a2a:RegistryNumber "1899" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1899, Periode: 1899, Geboorteregister Assen 1899, 293, 1899"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/160fb326-1b59-f8a9-cd6d-a238d527929c.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/1f50ebc7-5c7a-4c44-a4a8-e0a23681fdaf" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/160fb326-1b59-f8a9-cd6d-a238d527929c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/1f50ebc7-5c7a-4c44-a4a8-e0a23681fdaf" ;
  a2a:RecordGUID "{1f50ebc7-5c7a-4c44-a4a8-e0a23681fdaf}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_2613_00002613.xml van DAR" .

