@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_saa_223ada9e-7e6c-4947-a2e6-e9faf7287a6e
  a a2a:Record ;
  rdfs:label "Registratie in 1925" ;
  a2a:hasPerson oa:person_saa_223ada9e-7e6c-4947-a2e6-e9faf7287a6e_Person-9959ade3-ccc1-6d52-e053-b784100adcce ;
  a2a:hasEvent oa:event_saa_223ada9e-7e6c-4947-a2e6-e9faf7287a6e_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_223ada9e-7e6c-4947-a2e6-e9faf7287a6e_0 ;
  a2a:hasSource oa:source_saa_223ada9e-7e6c-4947-a2e6-e9faf7287a6e .

oa:person_saa_223ada9e-7e6c-4947-a2e6-e9faf7287a6e_Person-9959ade3-ccc1-6d52-e053-b784100adcce
  a a2a:Person ;
  rdfs:label "Anna Elisabeth Roof" ;
  a2a:PersonName [
    rdfs:label "Anna Elisabeth Roof" ;
    a2a:PersonNameFirstName "Anna Elisabeth" ;
    a2a:PersonNameLastName "Roof"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [ a2a:Year "1925" ] .

oa:event_saa_223ada9e-7e6c-4947-a2e6-e9faf7287a6e_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [ a2a:Year "1925" ] .

oa:relationep_saa_223ada9e-7e6c-4947-a2e6-e9faf7287a6e_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_223ada9e-7e6c-4947-a2e6-e9faf7287a6e_Person:9959ade3-ccc1-6d52-e053-b784100adcce ;
  a2a:EventKeyRef oa:event_saa_223ada9e-7e6c-4947-a2e6-e9faf7287a6e_Event1 .

oa:source_saa_223ada9e-7e6c-4947-a2e6-e9faf7287a6e
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Politierapporten '40-'45" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1925-01-01 - 1925-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1925-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1925-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [ a2a:Year "1925" ] ;
  a2a:SourceType "other:Politierapporten '40-'45" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 6181, Periode: 1944" ;
    a2a:Book "Politierapporten '40-'45" ;
    a2a:RegistryNumber "6181" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 6181, Periode: 1944, Politierapporten '40-'45, 6181"
  ] ;
  a2a:SourceLastChangeDate "2021-03-13"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/223ada9e-7e6c-4947-a2e6-e9faf7287a6e" ;
  a2a:RecordGUID "{223ada9e-7e6c-4947-a2e6-e9faf7287a6e}" ;
  a2a:SourceRemarkOpmerking """Rapportnummer: 42
Wijkbureau: Leidseplein""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5225/6181" ;
  a2a:SourceRemarkAkteSoort "Registratie" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210510_4986_00004986.xml van SAA" .

