@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_f464d656-4afa-4f79-a93c-90ea0b89e7bb
  a a2a:Record ;
  rdfs:label "Doop op 10 januari 1712" ;
  a2a:hasPerson oa:person_dar_f464d656-4afa-4f79-a93c-90ea0b89e7bb_Person-b80c2075-6b6a-479c-a0b9-e676ec96f300, oa:person_dar_f464d656-4afa-4f79-a93c-90ea0b89e7bb_Person-5780162c-30a4-4b36-8fb3-7de44f43fc46, oa:person_dar_f464d656-4afa-4f79-a93c-90ea0b89e7bb_Person-a694de6d-7aae-474d-a6ea-4b0a16c17d3a ;
  a2a:hasEvent oa:event_dar_f464d656-4afa-4f79-a93c-90ea0b89e7bb_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_f464d656-4afa-4f79-a93c-90ea0b89e7bb_0, oa:relationep_dar_f464d656-4afa-4f79-a93c-90ea0b89e7bb_1, oa:relationep_dar_f464d656-4afa-4f79-a93c-90ea0b89e7bb_2 ;
  a2a:hasSource oa:source_dar_f464d656-4afa-4f79-a93c-90ea0b89e7bb .

oa:person_dar_f464d656-4afa-4f79-a93c-90ea0b89e7bb_Person-b80c2075-6b6a-479c-a0b9-e676ec96f300
  a a2a:Person ;
  rdfs:label "" ;
  a2a:PersonName [ rdfs:label "" ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_f464d656-4afa-4f79-a93c-90ea0b89e7bb_Person-5780162c-30a4-4b36-8fb3-7de44f43fc46
  a a2a:Person ;
  rdfs:label "Lucas Crousen" ;
  a2a:PersonName [
    rdfs:label "Lucas Crousen" ;
    a2a:PersonNameFirstName "Lucas" ;
    a2a:PersonNameLastName "Crousen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_f464d656-4afa-4f79-a93c-90ea0b89e7bb_Person-a694de6d-7aae-474d-a6ea-4b0a16c17d3a
  a a2a:Person ;
  rdfs:label "Hugo" ;
  a2a:PersonName [
    rdfs:label "Hugo" ;
    a2a:PersonNameFirstName "Hugo"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthPlace [
    a2a:Place "Emmen" ;
    rdfs:label "Emmen"
  ] .

oa:event_dar_f464d656-4afa-4f79-a93c-90ea0b89e7bb_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1712" ;
    a2a:Month "1" ;
    a2a:Day "10" ;
    rdfs:label "1712-01-10"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_f464d656-4afa-4f79-a93c-90ea0b89e7bb_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_f464d656-4afa-4f79-a93c-90ea0b89e7bb_Person:b80c2075-6b6a-479c-a0b9-e676ec96f300 ;
  a2a:EventKeyRef oa:event_dar_f464d656-4afa-4f79-a93c-90ea0b89e7bb_Event1 .

oa:relationep_dar_f464d656-4afa-4f79-a93c-90ea0b89e7bb_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_f464d656-4afa-4f79-a93c-90ea0b89e7bb_Person:5780162c-30a4-4b36-8fb3-7de44f43fc46 ;
  a2a:EventKeyRef oa:event_dar_f464d656-4afa-4f79-a93c-90ea0b89e7bb_Event1 .

oa:relationep_dar_f464d656-4afa-4f79-a93c-90ea0b89e7bb_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_f464d656-4afa-4f79-a93c-90ea0b89e7bb_Person:a694de6d-7aae-474d-a6ea-4b0a16c17d3a ;
  a2a:EventKeyRef oa:event_dar_f464d656-4afa-4f79-a93c-90ea0b89e7bb_Event1 .

oa:source_dar_f464d656-4afa-4f79-a93c-90ea0b89e7bb
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Emmen" ;
    rdfs:label "Emmen", "1712-01-10 - 1712-01-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1712-01-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1712-01-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1712" ;
    a2a:Month "1" ;
    a2a:Day "10" ;
    rdfs:label "1712-01-10"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 27" ;
    a2a:Book "Doopregister Emmen 27" ;
    a2a:DocumentNumber "27" ;
    a2a:RegistryNumber "27" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 27, Doopregister Emmen 27, 27, 27"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/90d8d9f7-fa90-6d09-5dea-b9d2e9f1d9e5.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/f464d656-4afa-4f79-a93c-90ea0b89e7bb" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/90d8d9f7-fa90-6d09-5dea-b9d2e9f1d9e5.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-02-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/f464d656-4afa-4f79-a93c-90ea0b89e7bb" ;
  a2a:RecordGUID "{f464d656-4afa-4f79-a93c-90ea0b89e7bb}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231209_21216_00021216.xml van DAR" .

