@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_gnt_af307d57-3208-992c-ef71-e3aa7811c2e7
  a a2a:Record ;
  rdfs:label "Registratie op 1 februari 1846 te Gent (België)" ;
  a2a:hasPerson oa:person_gnt_af307d57-3208-992c-ef71-e3aa7811c2e7_Person1 ;
  a2a:hasEvent oa:event_gnt_af307d57-3208-992c-ef71-e3aa7811c2e7_Event1 ;
  a2a:hasRelationEP oa:relationep_gnt_af307d57-3208-992c-ef71-e3aa7811c2e7_0 ;
  a2a:hasSource oa:source_gnt_af307d57-3208-992c-ef71-e3aa7811c2e7 .

oa:person_gnt_af307d57-3208-992c-ef71-e3aa7811c2e7_Person1
  a a2a:Person ;
  rdfs:label "Albinus Patru" ;
  a2a:PersonName [
    rdfs:label "Albinus Patru" ;
    a2a:PersonNameFirstName "Albinus" ;
    a2a:PersonNameLastName "Patru"
  ] ;
  a2a:BirthDate [
    a2a:Year "1845" ;
    a2a:Month "1" ;
    a2a:Day "15" ;
    rdfs:label "1845-01-15"^^xsd:date
  ] .

oa:event_gnt_af307d57-3208-992c-ef71-e3aa7811c2e7_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1846" ;
    a2a:Month "2" ;
    a2a:Day "1" ;
    rdfs:label "1846-02-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Country "België" ;
    a2a:Place "Gent" ;
    rdfs:label "België, Gent"
  ] ;
  a2a:EventRemark01_Datum_ontslag "1846-03-02" .

oa:relationep_gnt_af307d57-3208-992c-ef71-e3aa7811c2e7_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_gnt_af307d57-3208-992c-ef71-e3aa7811c2e7_Person1 ;
  a2a:EventKeyRef oa:event_gnt_af307d57-3208-992c-ef71-e3aa7811c2e7_Event1 .

oa:source_gnt_af307d57-3208-992c-ef71-e3aa7811c2e7
  a a2a:Source ;
  rdfs:label "Archief Gent, Vondelingenregister" ;
  a2a:SourcePlace [
    a2a:Place "Gent" ;
    rdfs:label "Gent", "1791-01-01 - 1869-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1791-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1869-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:Vondelingenregister" ;
  a2a:SourceReference [
    a2a:InstitutionName "Archief Gent" ;
    a2a:Book "boek 23" ;
    a2a:Folio "4.988" ;
    rdfs:label "Archief Gent, boek 23, 4.988"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://data.stad.gent/api/v2/catalog/datasets/vondelingen/files/bd8fe285db3a63f91cd08b9291eee271"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "4" ;
    a2a:Uri "https://data.stad.gent/api/v2/catalog/datasets/vondelingen/files/964eb34f24412d5456e145502824aa4b"
  ] ;
  a2a:SourceLastChangeDate "2021-02-20"^^xsd:date ;
  a2a:RecordIdentifier "5262" ;
  a2a:RecordGUID "{af307d57-3208-992c-ef71-e3aa7811c2e7}" ;
  a2a:SourceRemarkProvenance "CSV via https://data.stad.gent/explore/dataset/vondelingen/information/" .

