Summary: - Create 46 missing slot definition files with proper slot_uri values - Add slot imports to main schema (01_custodian_name_modular.yaml) - Fix YAML examples sections in 116+ class and slot files - Fix PersonObservation.yaml examples section (nested objects → string literals) Technical changes: - All slots now have explicit slot_uri mapping to base ontologies (RiC-O, Schema.org, SKOS) - Eliminates malformed URIs like 'custodian/:slot_name' in generated RDF - gen-owl now produces valid Turtle with 153,166 triples New slot files (46): - RiC-O slots: rico_note, rico_organizational_principle, rico_has_or_had_holder, etc. - Scope slots: scope_includes, scope_excludes, archive_scope - Organization slots: organization_type, governance_authority, area_served - Platform slots: platform_type_category, portal_type_category - Social media slots: social_media_platform_category, post_type_* - Type hierarchy slots: broader_type, narrower_types, custodian_type_broader - Wikidata slots: wikidata_equivalent, wikidata_mapping Generated output: - schemas/20251121/rdf/01_custodian_name_modular_20260107_134534_clean.owl.ttl (6.9MB) - Validated with rdflib: 153,166 triples, no malformed URIs
70 lines
2.4 KiB
YAML
70 lines
2.4 KiB
YAML
id: https://nde.nl/ontology/hc/class/Cinematheque
|
|
name: Cinematheque
|
|
title: Cinematheque Type
|
|
imports:
|
|
- linkml:types
|
|
- ./ArchiveOrganizationType
|
|
- ../slots/class_metadata_slots
|
|
classes:
|
|
Cinematheque:
|
|
is_a: ArchiveOrganizationType
|
|
class_uri: skos:Concept
|
|
description: |
|
|
Organization responsible for preserving, restoring, and exhibiting
|
|
cinematographic heritage including films, related materials, and
|
|
film history documentation.
|
|
|
|
**Wikidata**: Q1352795
|
|
|
|
**CUSTODIAN-ONLY**: This type does NOT have a corresponding rico:RecordSetType
|
|
class. Cinematheques are institutions with complex functions beyond
|
|
simple collection classification.
|
|
|
|
**Scope**:
|
|
Cinematheques (Kinematheken/filmotecas) provide:
|
|
- Film preservation and restoration
|
|
- Film exhibition and screening programs
|
|
- Film library and documentation services
|
|
- Educational programs and retrospectives
|
|
- Research facilities for film scholars
|
|
- Equipment preservation (projectors, cameras)
|
|
|
|
**Institutional Functions**:
|
|
Unlike simple archives, cinematheques combine:
|
|
- Archive function (preservation)
|
|
- Museum function (exhibition)
|
|
- Library function (documentation)
|
|
- Theater function (screenings)
|
|
- Educational function (programs)
|
|
|
|
**Related Types**:
|
|
- FilmArchive (Q726929) - Film preservation focus
|
|
- AudiovisualArchive (Q27030766) - Broader AV materials
|
|
- MediaArchive (Q116809817) - Media preservation
|
|
|
|
**Notable Examples**:
|
|
- Cinémathèque française (Paris)
|
|
- Filmoteca Española (Madrid)
|
|
- Cinemateca Brasileira (São Paulo)
|
|
- Deutsche Kinemathek (Berlin)
|
|
- Eye Filmmuseum (Amsterdam)
|
|
|
|
**FIAF Membership**:
|
|
Many cinematheques are members of FIAF (International Federation
|
|
of Film Archives), the primary professional body for film archives.
|
|
slot_usage:
|
|
custodian_types:
|
|
equals_expression: '["hc:ArchiveOrganizationType"]'
|
|
custodian_types_rationale:
|
|
equals_string: Cinematheque is an archival institution - maps to ArchiveOrganizationType (A)
|
|
specificity_annotation:
|
|
range: SpecificityAnnotation
|
|
inlined: true
|
|
template_specificity:
|
|
range: TemplateSpecificityScores
|
|
inlined: true
|
|
slots:
|
|
- custodian_types
|
|
- custodian_types_rationale
|
|
- specificity_annotation
|
|
- template_specificity
|