@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_gld_3B9D4AEB-024B-446A-87F7-B0754CE2B839
  a a2a:Record ;
  rdfs:label "Geboorte op 7 juli 1855 te Gendt" ;
  a2a:hasPerson oa:person_gld_3B9D4AEB-024B-446A-87F7-B0754CE2B839_Person3041636747, oa:person_gld_3B9D4AEB-024B-446A-87F7-B0754CE2B839_Person3041636748, oa:person_gld_3B9D4AEB-024B-446A-87F7-B0754CE2B839_Person3041636749 ;
  a2a:hasEvent oa:event_gld_3B9D4AEB-024B-446A-87F7-B0754CE2B839_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_3B9D4AEB-024B-446A-87F7-B0754CE2B839_0, oa:relationep_gld_3B9D4AEB-024B-446A-87F7-B0754CE2B839_1, oa:relationep_gld_3B9D4AEB-024B-446A-87F7-B0754CE2B839_2 ;
  a2a:hasSource oa:source_gld_3B9D4AEB-024B-446A-87F7-B0754CE2B839 .

oa:person_gld_3B9D4AEB-024B-446A-87F7-B0754CE2B839_Person3041636747
  a a2a:Person ;
  rdfs:label "Willem Janssen" ;
  a2a:PersonName [
    rdfs:label "Willem Janssen" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Janssen"
  ] ;
  a2a:Gender "Man" .

oa:person_gld_3B9D4AEB-024B-446A-87F7-B0754CE2B839_Person3041636748
  a a2a:Person ;
  rdfs:label "Willem Janssen" ;
  a2a:PersonName [
    rdfs:label "Willem Janssen" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Janssen"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "38" ;
    rdfs:label "38"
  ] ;
  a2a:Profession "-schipper" .

oa:person_gld_3B9D4AEB-024B-446A-87F7-B0754CE2B839_Person3041636749
  a a2a:Person ;
  rdfs:label "Maria Sebilla Rijken" ;
  a2a:PersonName [
    rdfs:label "Maria Sebilla Rijken" ;
    a2a:PersonNameFirstName "Maria Sebilla" ;
    a2a:PersonNameLastName "Rijken"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:event_gld_3B9D4AEB-024B-446A-87F7-B0754CE2B839_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "07-07-1855" ;
    a2a:Year "1855" ;
    a2a:Month "07" ;
    a2a:Day "07" ;
    rdfs:label "1855-07-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Gendt" ;
    rdfs:label "Gendt"
  ] .

oa:relationep_gld_3B9D4AEB-024B-446A-87F7-B0754CE2B839_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gld_3B9D4AEB-024B-446A-87F7-B0754CE2B839_Person3041636747 ;
  a2a:EventKeyRef oa:event_gld_3B9D4AEB-024B-446A-87F7-B0754CE2B839_Event1 .

oa:relationep_gld_3B9D4AEB-024B-446A-87F7-B0754CE2B839_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_3B9D4AEB-024B-446A-87F7-B0754CE2B839_Person3041636748 ;
  a2a:EventKeyRef oa:event_gld_3B9D4AEB-024B-446A-87F7-B0754CE2B839_Event1 .

oa:relationep_gld_3B9D4AEB-024B-446A-87F7-B0754CE2B839_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_3B9D4AEB-024B-446A-87F7-B0754CE2B839_Person3041636749 ;
  a2a:EventKeyRef oa:event_gld_3B9D4AEB-024B-446A-87F7-B0754CE2B839_Event1 .

oa:source_gld_3B9D4AEB-024B-446A-87F7-B0754CE2B839
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Gendt" ;
    a2a:Country "Nederland" ;
    rdfs:label "Gendt, Nederland", "1855-07-07 - 1855-07-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1855-07-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1855-07-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "07-07-1855" ;
    a2a:Year "1855" ;
    a2a:Month "07" ;
    a2a:Day "07" ;
    rdfs:label "07-07-1855"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen 1811-1902" ;
    a2a:Book "Gendt, Geboorteregister" ;
    a2a:DocumentNumber "30" ;
    a2a:RegistryNumber "4669.02" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen 1811-1902, Gendt, Geboorteregister, 30, 4669.02"
  ] ;
  a2a:SourceLastChangeDate "2026-04-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/3B9D4AEB024B446A87F7B0754CE2B839" ;
  a2a:RecordIdentifier "3041636746" ;
  a2a:RecordGUID "{3B9D4AEB-024B-446A-87F7-B0754CE2B839}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/38FB79ACAB474CB48F659FCFC9974492" .

