glam/schemas/20251121/linkml/modules/classes/CourtRecords.yaml
2025-12-23 13:27:35 +01:00

147 lines
4.7 KiB
YAML

# CourtRecords Archive Type Class
#
# Archive type for judicial/court records
# Wikidata: Q11906844 (court records archive/Justizarchiv)
#
# Generation date: 2025-12-08
#
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
classes:
CourtRecords:
is_a: ArchiveOrganizationType
class_uri: skos:Concept
annotations:
custodian_types: '["A"]'
custodian_types_rationale: "CourtRecords is an archival institution - maps to ARCHIVE (A)"
description: |
Archive specializing in judicial and court records.
**Wikidata**: Q11906844 (Justizarchiv / court records archive)
**DEFINITION**:
Court Records archives (Justizarchiv in German) preserve and provide access to
records created by judicial bodies including:
- Courts of law at all levels (supreme, appellate, district, local)
- Tribunals and administrative courts
- Notarial records (where managed by courts)
- Legal proceedings documentation
- Court orders, judgments, and decrees
**SCOPE**:
Court archives differ from general government archives by their focus on:
- Evidential value (legal proof, precedent)
- Retention schedules based on legal requirements
- Access restrictions (privacy, ongoing cases, sealed records)
- Chain of custody requirements for legal validity
**MULTILINGUAL LABELS**:
- Justizarchiv (de)
- archivo judicial (es)
- archives judiciaires (fr)
**RELATED TYPES**:
- NotarialArchive (Q8203685) - notarial records specifically
- PublicArchive (Q27031009) - broader government records
- LegalRecordSet - rico:RecordSetType for court record collections
**ONTOLOGICAL ALIGNMENT**:
- **SKOS**: skos:Concept (type classification)
- **RiC-O**: rico:RecordSet for archival description of court fonds
- **Wikidata**: Q11906844
slots:
- wikidata_entity
- jurisdiction_level
- court_types_covered
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"
exact_mappings:
- wikidata:Q11906844
close_mappings:
- rico:RecordSet
related_mappings:
- wikidata:Q8203685 # NotarialArchive
- wikidata:Q27031009 # PublicArchive
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"
primary_type: "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