@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_008eea02-7b8e-4ddd-b3c8-1dc8939df0bc
  a a2a:Record ;
  rdfs:label "Geboorte (in het jaar 1853)" ;
  a2a:hasPerson oa:person_dar_008eea02-7b8e-4ddd-b3c8-1dc8939df0bc_kind, oa:person_dar_008eea02-7b8e-4ddd-b3c8-1dc8939df0bc_vader, oa:person_dar_008eea02-7b8e-4ddd-b3c8-1dc8939df0bc_moeder ;
  a2a:hasEvent oa:event_dar_008eea02-7b8e-4ddd-b3c8-1dc8939df0bc_Geboorte ;
  a2a:hasRelationEP oa:relationep_dar_008eea02-7b8e-4ddd-b3c8-1dc8939df0bc_0, oa:relationep_dar_008eea02-7b8e-4ddd-b3c8-1dc8939df0bc_1, oa:relationep_dar_008eea02-7b8e-4ddd-b3c8-1dc8939df0bc_2 ;
  a2a:hasSource oa:source_dar_008eea02-7b8e-4ddd-b3c8-1dc8939df0bc .

oa:person_dar_008eea02-7b8e-4ddd-b3c8-1dc8939df0bc_kind
  a a2a:Person ;
  rdfs:label "Jan Werkhorst" ;
  a2a:PersonName [
    rdfs:label "Jan Werkhorst" ;
    a2a:PersonNameLiteral "Jan Werkhorst" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Werkhorst"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:LiteralDate "09-07-1853" ;
    a2a:Year "1853" ;
    a2a:Month "7" ;
    a2a:Day "9" ;
    rdfs:label "09-07-1853"
  ] .

oa:person_dar_008eea02-7b8e-4ddd-b3c8-1dc8939df0bc_vader
  a a2a:Person ;
  rdfs:label "Klaas Werkhorst" ;
  a2a:PersonName [
    rdfs:label "Klaas Werkhorst" ;
    a2a:PersonNameLiteral "Klaas Werkhorst" ;
    a2a:PersonNameFirstName "Klaas" ;
    a2a:PersonNameLastName "Werkhorst"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeYears "37" ;
    rdfs:label "37"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_dar_008eea02-7b8e-4ddd-b3c8-1dc8939df0bc_moeder
  a a2a:Person ;
  rdfs:label "Hilligje Inberg" ;
  a2a:PersonName [
    rdfs:label "Hilligje Inberg" ;
    a2a:PersonNameLiteral "Hilligje Inberg" ;
    a2a:PersonNameFirstName "Hilligje" ;
    a2a:PersonNameLastName "Inberg"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Profession "zonder" .

oa:event_dar_008eea02-7b8e-4ddd-b3c8-1dc8939df0bc_Geboorte
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventPlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel"
  ] .

oa:relationep_dar_008eea02-7b8e-4ddd-b3c8-1dc8939df0bc_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_008eea02-7b8e-4ddd-b3c8-1dc8939df0bc_vader ;
  a2a:EventKeyRef oa:event_dar_008eea02-7b8e-4ddd-b3c8-1dc8939df0bc_Geboorte .

oa:relationep_dar_008eea02-7b8e-4ddd-b3c8-1dc8939df0bc_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_008eea02-7b8e-4ddd-b3c8-1dc8939df0bc_moeder ;
  a2a:EventKeyRef oa:event_dar_008eea02-7b8e-4ddd-b3c8-1dc8939df0bc_Geboorte .

oa:relationep_dar_008eea02-7b8e-4ddd-b3c8-1dc8939df0bc_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_008eea02-7b8e-4ddd-b3c8-1dc8939df0bc_kind ;
  a2a:EventKeyRef oa:event_dar_008eea02-7b8e-4ddd-b3c8-1dc8939df0bc_Geboorte .

oa:source_dar_008eea02-7b8e-4ddd-b3c8-1dc8939df0bc
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel", "1853-01-01 - 1853-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1853-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1853-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1853" ;
    a2a:Month "7" ;
    a2a:Day "11" ;
    rdfs:label "1853-07-11"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Assen" ;
    a2a:DocumentNumber "111" ;
    a2a:RegistryNumber "1853" ;
    rdfs:label "Drents Archief, Assen, 111, 1853"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriViewer "http://www.alledrenten.nl/iip.php?file=/Burgerlijke%20Stand/0165.015/0165.015_1851/NL-AsnDA_0165.015_1851_0303.jp2" ;
    a2a:UriPreview "http://www.alledrenten.nl/thumbnail.php?file=/Burgerlijke%20Stand/0165.015/0165.015_1851/NL-AsnDA_0165.015_1851_0303.jp2"
  ] ;
  a2a:SourceLastChangeDate "2011-06-14"^^xsd:date ;
  a2a:RecordGUID "{008eea02-7b8e-4ddd-b3c8-1dc8939df0bc}" ;
  a2a:SourceRemarkAkteSoort "Geboorte" .

