- Migrate 236+ class files from custodian_types to has_or_had_custodian_type - Archive deprecated slots: custodian_type, custodian_types, custodian_type_broader/narrower/related - Update main schema and manifest imports - Fix Custodian.yaml class to use new slot - Fix annotation format (list→scalar) in has_or_had_custodian_type.yaml Rules applied: - Rule 39: RiC-O naming convention (hasOrHad pattern) - Rule 43: Slot nouns must be singular (multivalued:true for cardinality) - Rule 38: Slot centralization with semantic URI
123 lines
4.8 KiB
YAML
123 lines
4.8 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
|
|
- ./ArchiveOrganizationType
|
|
- ../slots/court_types_covered
|
|
- ../slots/has_or_had_custodian_type
|
|
- ../slots/jurisdiction_level
|
|
- ../slots/specificity_annotation
|
|
- ../slots/template_specificity
|
|
- ../slots/wikidata_entity
|
|
- ./SpecificityAnnotation
|
|
- ./TemplateSpecificityScores
|
|
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 \n\
|
|
records 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_or_had_custodian_type
|
|
- jurisdiction_level
|
|
- specificity_annotation
|
|
- template_specificity
|
|
- wikidata_entity
|
|
slot_usage:
|
|
wikidata_entity:
|
|
equals_string: Q11906844
|
|
description: Wikidata entity for court records archive
|
|
jurisdiction_level:
|
|
description: |
|
|
Level of court jurisdiction covered by this archive.
|
|
Values: national, federal, state, regional, district, local, specialized
|
|
range: string
|
|
examples:
|
|
- value: state
|
|
description: State-level court records
|
|
- value: federal
|
|
description: Federal court system records
|
|
court_types_covered:
|
|
description: |
|
|
Types of courts whose records are preserved.
|
|
Examples: civil, criminal, administrative, commercial, family, constitutional
|
|
range: string
|
|
multivalued: true
|
|
examples:
|
|
- value:
|
|
- civil
|
|
- criminal
|
|
- commercial
|
|
description: General court archive covering main jurisdictions
|
|
has_or_had_custodian_type:
|
|
equals_expression: '["hc:ArchiveOrganizationType"]'
|
|
specificity_annotation:
|
|
range: SpecificityAnnotation
|
|
inlined: true
|
|
template_specificity:
|
|
range: TemplateSpecificityScores
|
|
inlined: true
|
|
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:
|
|
type_id: https://nde.nl/ontology/hc/type/archive/Q11906844
|
|
glamorcubesfixphdnt_code: ARCHIVE
|
|
wikidata_entity: Q11906844
|
|
type_label:
|
|
- Court Records Archive@en
|
|
- Justizarchiv@de
|
|
- archivo judicial@es
|
|
- archives judiciaires@fr
|
|
type_description: Archive preserving judicial and court records
|
|
jurisdiction_level: federal
|
|
court_types_covered:
|
|
- civil
|
|
- criminal
|
|
- administrative
|
|
description: Federal court records archive example
|
|
slots:
|
|
jurisdiction_level:
|
|
description: Level of court jurisdiction
|
|
range: string
|
|
court_types_covered:
|
|
description: Types of courts covered
|
|
range: string
|
|
multivalued: true
|