Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 03_TECHNICAL_CORE/ontology/ARCO_instances_creditscoring.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

:AnnexIII_Condition_5b rdf:type :RegulatoryContent ;
rdfs:label "Annex III 5(b) (Creditworthiness Rule)" ;
rdfs:comment "Annex III item 5(b): AI systems intended to be used to evaluate the creditworthiness of natural persons or establish their credit score, with the exception of AI systems used for the purpose of detecting financial fraud." ;
cco:prescribes :CreditScorer_EvalProcess_Token ;
rdfs:comment "Annex III item 5(b): AI systems intended to be used to evaluate the creditworthiness of natural persons or establish their credit score, with the exception of AI systems used for the purpose of detecting financial fraud. cco:prescribes targets the regulated process TYPE (class IRI as concept-individual via OWL 2 punning) — the regulation prescribes process types, not deployment-specific tokens. This matches the Sentinel pattern (Pattern A in check_regulatory_alignment.sparql) and generalizes across multiple 5(b) assessments sharing this single regulatory ICE." ;
cco:prescribes :CreditworthinessEvaluationProcess ;
iao:0000136 :CreditworthinessEvaluationCapability ;
iao:0000136 :CreditworthinessEvaluationProcess ;
iao:0000136 :NaturalPersonRole .
Expand Down
Loading