@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_abs_3e2b85d4-9e4b-4b2c-518d-3a5877155edc
  a a2a:Record ;
  rdfs:label "Registratie op 19 juli 1919" ;
  a2a:hasPerson oa:person_abs_3e2b85d4-9e4b-4b2c-518d-3a5877155edc_Person1 ;
  a2a:hasEvent oa:event_abs_3e2b85d4-9e4b-4b2c-518d-3a5877155edc_Event1 ;
  a2a:hasRelationEP oa:relationep_abs_3e2b85d4-9e4b-4b2c-518d-3a5877155edc_0 ;
  a2a:hasSource oa:source_abs_3e2b85d4-9e4b-4b2c-518d-3a5877155edc .

oa:person_abs_3e2b85d4-9e4b-4b2c-518d-3a5877155edc_Person1
  a a2a:Person ;
  rdfs:label "Jules Verbeeck" ;
  a2a:PersonName [
    rdfs:label "Jules Verbeeck" ;
    a2a:PersonNameFirstName "Jules" ;
    a2a:PersonNameLastName "Verbeeck"
  ] ;
  a2a:Residence [
    a2a:Place "Vorselaar" ;
    a2a:Street "Heikant" ;
    a2a:HouseNumber "4" ;
    rdfs:label "Vorselaar, Heikant, 4"
  ] ;
  a2a:BirthDate [
    a2a:Year "1896" ;
    a2a:Month "3" ;
    a2a:Day "21" ;
    rdfs:label "1896-03-21"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Country "België" ;
    a2a:Place "Vorselaar" ;
    rdfs:label "België, Vorselaar"
  ] .

oa:event_abs_3e2b85d4-9e4b-4b2c-518d-3a5877155edc_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1919" ;
    a2a:Month "7" ;
    a2a:Day "19" ;
    rdfs:label "1919-07-19"^^xsd:date
  ] ;
  a2a:EventRemark02_Sectie "1" ;
  a2a:EventRemark01_Naam_bond "ADB" ;
  a2a:EventRemark03_Lidnummer "11098" .

oa:relationep_abs_3e2b85d4-9e4b-4b2c-518d-3a5877155edc_0
  a a2a:RelationEP ;
  rdfs:label "other:Lid" ;
  a2a:RelationType "other:Lid" ;
  a2a:PersonKeyRef oa:person_abs_3e2b85d4-9e4b-4b2c-518d-3a5877155edc_Person1 ;
  a2a:EventKeyRef oa:event_abs_3e2b85d4-9e4b-4b2c-518d-3a5877155edc_Event1 .

oa:source_abs_3e2b85d4-9e4b-4b2c-518d-3a5877155edc
  a a2a:Source ;
  rdfs:label "Amsab-Instituut voor Sociale Geschiedenis, Ledenkaarten" ;
  a2a:SourcePlace [
    a2a:Place "Gent" ;
    rdfs:label "Gent", "1500-01-01 - 2000-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1500-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "2000-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:Ledenkaarten" ;
  a2a:SourceReference [
    a2a:InstitutionName "Amsab-Instituut voor Sociale Geschiedenis" ;
    a2a:Collection "Ledenkaarten van de ADB" ;
    rdfs:label "Amsab-Instituut voor Sociale Geschiedenis, Ledenkaarten van de ADB"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://iiifprod.amsab.be/iiif/3/image/2666/2666.jpg/full/full/0/default.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-02-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://diamantbewerkers.nl/en/card?id=https%3A%2F%2Fiisg.amsterdam%2Fid%2Fadb%2FAMSAB_0558_2666" ;
  a2a:RecordIdentifier "AMSAB_0558_2666" ;
  a2a:RecordGUID "{3e2b85d4-9e4b-4b2c-518d-3a5877155edc}" ;
  a2a:SourceRemarklink_NT "http://opac.amsab.be/Record/558/HierarchyTree?recordID=558" ;
  a2a:SourceRemarkProvenance "https://druid.datalegend.net/andb/ADB-ledenkaarten (newlines and backslashes in remarks removed)" .

