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
100 lines
3.4 KiB
YAML
100 lines
3.4 KiB
YAML
id: https://w3id.org/nde/ontology/NewspaperClippingsArchive
|
|
name: NewspaperClippingsArchive
|
|
title: Newspaper Clippings Archive
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
schema: http://schema.org/
|
|
rico: https://www.ica.org/standards/RiC/ontology#
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
wd: http://www.wikidata.org/entity/
|
|
imports:
|
|
- linkml:types
|
|
- ./ArchiveOrganizationType
|
|
- ./NewspaperClippingsArchiveRecordSetTypes
|
|
- ../slots/holds_record_set_types
|
|
- ./CollectionType
|
|
- ../slots/type_scope
|
|
- ../slots/class_metadata_slots
|
|
classes:
|
|
NewspaperClippingsArchive:
|
|
description: Archive of press clippings, organized by topics. Newspaper clippings
|
|
archives (Zeitungsausschnittsarchive) systematically collect and organize articles
|
|
cut from newspapers and periodicals on specific subjects, individuals, or organizations.
|
|
Before digital databases, these were essential research tools for journalists,
|
|
researchers, and organizations tracking media coverage.
|
|
is_a: ArchiveOrganizationType
|
|
class_uri: schema:ArchiveOrganization
|
|
slots:
|
|
- custodian_types
|
|
- custodian_types_rationale
|
|
- holds_record_set_types
|
|
- specificity_annotation
|
|
- template_specificity
|
|
- wikidata_entity
|
|
exact_mappings:
|
|
- wd:Q65651503
|
|
close_mappings:
|
|
- rico:CorporateBody
|
|
- skos:Concept
|
|
broad_mappings:
|
|
- wd:Q166118
|
|
slot_usage:
|
|
wikidata_entity:
|
|
equals_string: Q65651503
|
|
custodian_types:
|
|
equals_expression: '["hc:ArchiveOrganizationType"]'
|
|
custodian_types_rationale:
|
|
equals_string: NewspaperClippingsArchive is an archival institution - maps
|
|
to ARCHIVE (A)
|
|
specificity_annotation:
|
|
range: SpecificityAnnotation
|
|
inlined: true
|
|
template_specificity:
|
|
range: TemplateSpecificityScores
|
|
inlined: true
|
|
annotations:
|
|
skos:prefLabel: Newspaper Clippings Archive
|
|
skos:altLabel: Zeitungsausschnittsarchiv, archivo de recortes de periódicos,
|
|
tijdschriftenknipselarchief, Press Clippings Archive, Clippings File
|
|
media_type: newspaper/periodical excerpts
|
|
see_also:
|
|
- PressArchive
|
|
- OnlineNewsArchive
|
|
- MediaArchive
|
|
comments:
|
|
- Zeitungsausschnittsarchiv (de)
|
|
- archivo de recortes de periódicos (es)
|
|
- tijdschriftenknipselarchief (nl)
|
|
- Historical research tool largely superseded by digital
|
|
- Organized by subject, person, or organization
|
|
- Valuable for historical media research
|
|
NewspaperClippingsArchiveRecordSetType:
|
|
description: |
|
|
A rico:RecordSetType for classifying collections held by NewspaperClippingsArchive custodians.
|
|
is_a: CollectionType
|
|
class_uri: rico:RecordSetType
|
|
slots:
|
|
- custodian_types
|
|
- custodian_types_rationale
|
|
- dual_class_link
|
|
- specificity_annotation
|
|
- template_specificity
|
|
- type_scope
|
|
see_also:
|
|
- NewspaperClippingsArchive
|
|
- rico:RecordSetType
|
|
slot_usage:
|
|
custodian_types:
|
|
equals_expression: '["hc:ArchiveOrganizationType"]'
|
|
custodian_types_rationale:
|
|
equals_string: NewspaperClippingsArchiveRecordSetType classifies collections
|
|
held by ARCHIVE (A) type custodians
|
|
dual_class_link:
|
|
range: DualClassLink
|
|
inlined: true
|
|
specificity_annotation:
|
|
range: SpecificityAnnotation
|
|
inlined: true
|
|
template_specificity:
|
|
range: TemplateSpecificityScores
|
|
inlined: true
|