check_gdpr_compliance
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-08.)
check_gdpr_compliance has 28 facts recorded in Dontopedia across 2 references, with 3 live disagreements.
Mostly:rdf:type(2), has parameter(2), uses(2)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (11)
Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.
inverseUsedInInverse Used in(2)
- Python Language
ex:python-language - Regex Pattern
ex:regex-pattern
calledWithCalled With(1)
- Print Function
ex:print-function
inverseParameterOfInverse Parameter of(1)
- Config Parameter
ex:config-parameter
inverseReturnTypeOfInverse Return Type of(1)
- Compliance Report String
ex:compliance-report-string
isCheckedByIs Checked by(1)
- Config
ex:config
isInputToIs Input to(1)
- Config
ex:config
isUsedByIs Used by(1)
- Pattern
ex:pattern
usedByUsed by(1)
- Regex Pattern
ex:regex-pattern
usedInUsed in(1)
- Regex Pattern
ex:regex-pattern
usesUses(1)
- Gdpr Compliance Checking Method
ex:gdpr-compliance-checking-method
Other facts (26)
The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.
| Predicate | Value | Ref |
|---|---|---|
| Rdf:type | Function | [1] |
| Rdf:type | Function | [2] |
| Has Parameter | config | [1] |
| Has Parameter | Config | [2] |
| Uses | Regex Pattern | [1] |
| Uses | Re Findall | [1] |
| Assigns to | Matches Variable | [1] |
| Assigns to | Matches Variable | [2] |
| Returns | compliance-report-string | [1] |
| Written in | Python Language | [1] |
| Has Function Name | check_gdpr_compliance | [1] |
| Performs Pattern Matching | true | [1] |
| Evaluates Match Result | true | [1] |
| Designed for | Terraform Config Analysis | [1] |
| Implements Compliance Check | true | [1] |
| Returns Boolean Like String | true | [1] |
| Has Single Parameter | true | [1] |
| Has Single Local Variable | true | [1] |
| Invokes | Re Findall | [1] |
| Supports Infrastructure As Code | true | [1] |
| Called With | Example Config | [2] |
| Has Logic Flow | Conditional Return Logic | [2] |
| Returns Type | String | [2] |
| Is Designed for | Infrastructure As Code | [2] |
| Imports | Re Module | [2] |
| Calls | Findall Function | [2] |
Timeline
Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
References (2)
ctx:claims/beam/7129b9a2-9346-401d-906f-668abd5f5110ctx:claims/beam/56477572-d0c4-41d8-b6a3-d490f7505fa1- full textbeam-chunktext/plain1 KB
doc:beam/56477572-d0c4-41d8-b6a3-d490f7505fa1Show excerpt
# Search for matches in the config matches = re.findall(pattern, config) # If there are matches, return a compliance report if matches: return "Config is compliant with GDPR" else: return "Config is not …
See also
Keep researching
Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.