@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_CDF30459-0FD6-4AD3-ADCD-B85F2FDC9CDB
  a a2a:Record ;
  rdfs:label "Geboorte op 5 maart 1854 te Zaltbommel" ;
  a2a:hasPerson oa:person_gld_CDF30459-0FD6-4AD3-ADCD-B85F2FDC9CDB_Person3028444133, oa:person_gld_CDF30459-0FD6-4AD3-ADCD-B85F2FDC9CDB_Person3028444134, oa:person_gld_CDF30459-0FD6-4AD3-ADCD-B85F2FDC9CDB_Person3028444135 ;
  a2a:hasEvent oa:event_gld_CDF30459-0FD6-4AD3-ADCD-B85F2FDC9CDB_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_CDF30459-0FD6-4AD3-ADCD-B85F2FDC9CDB_0, oa:relationep_gld_CDF30459-0FD6-4AD3-ADCD-B85F2FDC9CDB_1, oa:relationep_gld_CDF30459-0FD6-4AD3-ADCD-B85F2FDC9CDB_2 ;
  a2a:hasSource oa:source_gld_CDF30459-0FD6-4AD3-ADCD-B85F2FDC9CDB .

oa:person_gld_CDF30459-0FD6-4AD3-ADCD-B85F2FDC9CDB_Person3028444133
  a a2a:Person ;
  rdfs:label "Gerhart Johan Frederik Minor" ;
  a2a:PersonName [
    rdfs:label "Gerhart Johan Frederik Minor" ;
    a2a:PersonNameFirstName "Gerhart Johan Frederik" ;
    a2a:PersonNameLastName "Minor"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:LiteralDate "05-03-1854" ;
    a2a:Year "1854" ;
    a2a:Month "03" ;
    a2a:Day "05" ;
    rdfs:label "05-03-1854"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zaltbommel" ;
    rdfs:label "Zaltbommel"
  ] .

oa:person_gld_CDF30459-0FD6-4AD3-ADCD-B85F2FDC9CDB_Person3028444134
  a a2a:Person ;
  rdfs:label "Gerrit Minor" ;
  a2a:PersonName [
    rdfs:label "Gerrit Minor" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNameLastName "Minor"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "43" ;
    rdfs:label "43"
  ] ;
  a2a:Profession "timmerman" .

oa:person_gld_CDF30459-0FD6-4AD3-ADCD-B85F2FDC9CDB_Person3028444135
  a a2a:Person ;
  rdfs:label "Justina Pohlman" ;
  a2a:PersonName [
    rdfs:label "Justina Pohlman" ;
    a2a:PersonNameFirstName "Justina" ;
    a2a:PersonNameLastName "Pohlman"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Profession "zonder beroep" .

oa:event_gld_CDF30459-0FD6-4AD3-ADCD-B85F2FDC9CDB_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "05-03-1854" ;
    a2a:Year "1854" ;
    a2a:Month "03" ;
    a2a:Day "05" ;
    rdfs:label "1854-03-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Zaltbommel" ;
    rdfs:label "Zaltbommel"
  ] .

oa:relationep_gld_CDF30459-0FD6-4AD3-ADCD-B85F2FDC9CDB_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gld_CDF30459-0FD6-4AD3-ADCD-B85F2FDC9CDB_Person3028444133 ;
  a2a:EventKeyRef oa:event_gld_CDF30459-0FD6-4AD3-ADCD-B85F2FDC9CDB_Event1 .

oa:relationep_gld_CDF30459-0FD6-4AD3-ADCD-B85F2FDC9CDB_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_CDF30459-0FD6-4AD3-ADCD-B85F2FDC9CDB_Person3028444134 ;
  a2a:EventKeyRef oa:event_gld_CDF30459-0FD6-4AD3-ADCD-B85F2FDC9CDB_Event1 .

oa:relationep_gld_CDF30459-0FD6-4AD3-ADCD-B85F2FDC9CDB_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_CDF30459-0FD6-4AD3-ADCD-B85F2FDC9CDB_Person3028444135 ;
  a2a:EventKeyRef oa:event_gld_CDF30459-0FD6-4AD3-ADCD-B85F2FDC9CDB_Event1 .

oa:source_gld_CDF30459-0FD6-4AD3-ADCD-B85F2FDC9CDB
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Zaltbommel" ;
    a2a:Country "Nederland" ;
    rdfs:label "Zaltbommel, Nederland", "1854-03-06 - 1854-03-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1854-03-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1854-03-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "06-03-1854" ;
    a2a:Year "1854" ;
    a2a:Month "03" ;
    a2a:Day "06" ;
    rdfs:label "06-03-1854"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen" ;
    a2a:Book "Zaltbommel, Geboorteregister" ;
    a2a:DocumentNumber "18" ;
    a2a:RegistryNumber "2262.08" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen, Zaltbommel, Geboorteregister, 18, 2262.08"
  ] ;
  a2a:SourceLastChangeDate "2022-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/CDF304590FD64AD3ADCDB85F2FDC9CDB" ;
  a2a:RecordIdentifier "3028444132" ;
  a2a:RecordGUID "{CDF30459-0FD6-4AD3-ADCD-B85F2FDC9CDB}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/182077E532664A3F894187C6E7235328" .

