All checks were successful
Deploy Frontend / build-and-deploy (push) Successful in 3m57s
- Remove inline slot definitions from 144 class files - Create 7 new centralized slot files in modules/slots/: - custodian_type_broader.yaml - custodian_type_narrower.yaml - custodian_type_related.yaml - definition.yaml - finding_aid_access_restriction.yaml - finding_aid_description.yaml - finding_aid_temporal_coverage.yaml - Add centralize_inline_slots.py automation script - Update manifest with new timestamp Rule 48: Class files must NOT define inline slots - all slots must be imported from modules/slots/ directory. Note: Pre-existing IdentifierFormat duplicate class definition (in Standard.yaml and IdentifierFormat.yaml) not addressed in this commit - requires separate schema refactor.
51 lines
1.4 KiB
YAML
51 lines
1.4 KiB
YAML
id: https://nde.nl/ontology/hc/class/AccessRestriction
|
|
name: access_restriction_class
|
|
title: AccessRestriction Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
dcterms: http://purl.org/dc/terms/
|
|
default_prefix: hc
|
|
default_range: string
|
|
imports:
|
|
- linkml:types
|
|
- ../metadata
|
|
- ./SpecificityAnnotation
|
|
- ./TemplateSpecificityScores
|
|
- ../slots/permission_required
|
|
- ../slots/restriction_description
|
|
- ../slots/restriction_type
|
|
- ../slots/specificity_annotation
|
|
- ../slots/template_specificity
|
|
- ../slots/years_restricted
|
|
classes:
|
|
AccessRestriction:
|
|
class_uri: dcterms:RightsStatement
|
|
description: 'Access restriction information for materials.
|
|
|
|
'
|
|
slots:
|
|
- permission_required
|
|
- restriction_description
|
|
- restriction_type
|
|
- specificity_annotation
|
|
- template_specificity
|
|
- years_restricted
|
|
slot_usage:
|
|
restriction_type:
|
|
description: Type of restriction (privacy, cabr, closed, etc.)
|
|
required: true
|
|
restriction_description:
|
|
description: Description of the restriction
|
|
years_restricted:
|
|
description: Number of years materials are restricted
|
|
range: integer
|
|
permission_required:
|
|
description: Whether explicit permission is required
|
|
range: boolean
|
|
specificity_annotation:
|
|
range: SpecificityAnnotation
|
|
inlined: true
|
|
template_specificity:
|
|
range: TemplateSpecificityScores
|
|
inlined: true
|