74 lines
2.4 KiB
YAML
74 lines
2.4 KiB
YAML
# regulates_or_regulated slot
|
|
# Generic regulation relationship following RiC-O naming pattern
|
|
#
|
|
# Generation date: 2026-01-19
|
|
# Rule compliance: 38 (slot centralization + semantic URI), 39 (RiC-O naming), 53 (slot_fixes.yaml)
|
|
#
|
|
# Created for climate_control_type migration
|
|
|
|
id: https://nde.nl/ontology/hc/slot/regulates_or_regulated
|
|
name: regulates_or_regulated_slot
|
|
title: Regulates Or Regulated Slot
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
prov: http://www.w3.org/ns/prov#
|
|
dcterms: http://purl.org/dc/terms/
|
|
odrl: http://www.w3.org/ns/odrl/2/
|
|
|
|
default_prefix: hc
|
|
|
|
imports:
|
|
- linkml:types
|
|
|
|
slots:
|
|
regulates_or_regulated:
|
|
slot_uri: odrl:target
|
|
description: |
|
|
Entity or system that is or was regulated by a policy or control mechanism.
|
|
|
|
**Temporal Semantics** (RiC-O Pattern):
|
|
The "OrRegulated" suffix follows RiC-O convention indicating
|
|
the regulation relationship may be current or historical.
|
|
|
|
**Ontological Alignment**:
|
|
- **Primary** (`slot_uri`): `odrl:target` - ODRL target of policy
|
|
- **Related**: `prov:wasInfluencedBy` - PROV-O influence
|
|
|
|
**Use Cases**:
|
|
- Climate control policy regulating climate control systems
|
|
- Access policy regulating collection access
|
|
- Preservation policy regulating storage conditions
|
|
|
|
**Cardinality**:
|
|
Multivalued - policies may regulate multiple entities/systems.
|
|
|
|
range: uriorcurie
|
|
required: false
|
|
multivalued: true
|
|
inlined: true
|
|
inlined_as_list: true
|
|
|
|
related_mappings:
|
|
- prov:wasInfluencedBy
|
|
|
|
annotations:
|
|
rico_naming_convention: |
|
|
Follows RiC-O "OrRegulated" pattern for temporal predicates.
|
|
See Rule 39: Slot Naming Convention (RiC-O Style)
|
|
created_for: "climate_control_type migration"
|
|
migration_date: "2026-01-19"
|
|
custodian_types: '["*"]'
|
|
custodian_types_rationale: Regulation relationships apply to all heritage types.
|
|
specificity_score: 0.40
|
|
specificity_rationale: Moderately specialized slot for policy-target relationships.
|
|
|
|
comments:
|
|
- "Links policies to what they regulate"
|
|
- "Maps to odrl:target for rights/rules targets"
|
|
- "RiC-O naming: OrRegulated indicates potentially historical"
|
|
|
|
examples:
|
|
- value: "hc:ClimateControl/warehouse-hvac"
|
|
description: "Climate control system regulated by policy"
|