glam/schemas/20251121/linkml/modules/slots/allows_or_allowed.yaml

34 lines
1.9 KiB
YAML

id: https://nde.nl/ontology/hc/slot/allows_or_allowed
name: allows_or_allowed_slot
title: Allows Or Allowed Slot
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
odrl: http://www.w3.org/ns/odrl/2/
dcterms: http://purl.org/dc/terms/
prov: http://www.w3.org/ns/prov#
crm: http://www.cidoc-crm.org/cidoc-crm/
skos: http://www.w3.org/2004/02/skos/core#
rdfs: http://www.w3.org/2000/01/rdf-schema#
org: http://www.w3.org/ns/org#
xsd: http://www.w3.org/2001/XMLSchema#
default_prefix: hc
imports:
- linkml:types
slots:
allows_or_allowed:
description: "Generic slot for expressing what activities, equipment, or behaviors are permitted in a heritage custodian facility (past or present).\n**SEMANTICS**:\nUses RiC-O temporal pattern (is_or_was / has_or_had / allows_or_allowed) to capture policies that may change over time. A reading room that \"allowed photography\" in 2020 may have changed policy by 2025.\n**USAGE PATTERN**:\nThe range should be a typed class representing the permitted activity: - `Laptop` - laptop use permission - `Photography` - photography permission - Future: `Food`, `Beverages`, `MobilePhone`, etc.\n**EXAMPLES**:\n```yaml ReadingRoom:\n allows_or_allowed:\n - permitted_item: Laptop\n is_permitted: true\n conditions: \"Must be silent, no external keyboards\"\n - permitted_item: Photography \n is_permitted: true\n conditions: \"Personal research use only, no flash\"\n```"
slot_uri: odrl:permission
range: uriorcurie
multivalued: true
exact_mappings:
- odrl:permission
close_mappings:
- schema:amenityFeature
annotations:
custodian_types: '["*"]'
custodian_types_rationale: All heritage custodians have visitor policies.
custodian_types_primary: A
specificity_score: 0.5
specificity_rationale: Generic permission slot applicable to reading rooms and public spaces.