glam/schemas/20251121/linkml/modules/classes/CourtRecords.yaml
kempersc 90842851c2 Add slot definitions for 'updated_at' and 'written_in' with multilingual support and ontology alignment
- Created 'updated_at.yaml' to record the last modified date and time of entities, including multilingual descriptions and structured aliases.
- Created 'written_in.yaml' to specify the language in which content is composed, covering both natural and programming languages, with detailed comments and close ontology mappings.
2026-02-07 11:22:05 +01:00

80 lines
3.6 KiB
YAML

id: https://nde.nl/ontology/hc/class/CourtRecords
name: court_records_class
title: Court Records Archive Type
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
skos: http://www.w3.org/2004/02/skos/core#
wd: http://www.wikidata.org/entity/
rico: https://www.ica.org/standards/RiC/ontology#
default_prefix: hc
imports:
- linkml:types
- ../slots/20260202_matang/new/court_types_covered
- ../slots/20260202_matang/identified_by
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/new/jurisdiction_level
classes:
CourtRecords:
is_a: ArchiveOrganizationType
class_uri: skos:Concept
description: "Archive specializing in judicial and court records.\n\n**Wikidata**: Q11906844 (Justizarchiv / court records archive)\n\n**DEFINITION**:\n\nCourt Records archives (Justizarchiv in German) preserve and provide access to \nrecords created by judicial bodies including:\n- Courts of law at all levels (supreme, appellate, district, local)\n- Tribunals and administrative courts\n- Notarial records (where managed by courts)\n- Legal proceedings documentation\n- Court orders, judgments, and decrees\n\n**SCOPE**:\n\nCourt archives differ from general government archives by their focus on:\n- Evidential value (legal proof, precedent)\n- Retention schedules based on legal requirements\n- Access restrictions (privacy, ongoing cases, sealed records)\n- Chain of custody requirements for legal validity\n\n**MULTILINGUAL LABELS**:\n- Justizarchiv (de)\n- archivo judicial (es)\n- archives judiciaires (fr)\n\n**RELATED TYPES**:\n- NotarialArchive (Q8203685) - notarial records specifically\n\
- PublicArchive (Q27031009) - broader government records\n- LegalRecordSet - rico:RecordSetType for court record collections\n\n**ONTOLOGICAL ALIGNMENT**:\n- **SKOS**: skos:Concept (type classification)\n- **RiC-O**: rico:RecordSet for archival description of court fonds\n- **Wikidata**: Q11906844\n"
slots:
- court_types_covered
- has_type
- jurisdiction_level
- has_score
- identified_by
slot_usage:
identified_by: null
jurisdiction_level:
# range: string
examples:
- value: state
- value: federal
court_types_covered:
# range: string
multivalued: true
examples:
- value:
- civil
- criminal
- commercial
has_type:
equals_expression: '["hc:ArchiveOrganizationType"]'
exact_mappings:
- wikidata:Q11906844
close_mappings:
- rico:RecordSet
related_mappings:
- wikidata:Q8203685
- wikidata:Q27031009
comments:
- Court Records archives preserve judicial documentation
- Subject to legal retention requirements and access restrictions
- Often managed by Ministry of Justice or court administration
- Chain of custody essential for legal validity of records
see_also:
- https://www.wikidata.org/wiki/Q11906844
- https://www.ica.org/standards/RiC/ontology#RecordSet
examples:
- value:
identified_by: https://nde.nl/ontology/hc/type/archive/Q11906844
has_type_code: ARCHIVE
has_label:
- Court Records Archive@en
- Justizarchiv@de
- archivo judicial@es
- archives judiciaires@fr
has_description: Archive preserving judicial and court records
jurisdiction_level: federal
court_types_covered:
- civil
- criminal
- administrative
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"