glam/schemas/20251121/linkml/modules/classes/WebArchive.yaml
kempersc 98c42bf272 Fix LinkML URI conflicts and generate RDF outputs
- Fix scope_note → finding_aid_scope_note in FindingAid.yaml
- Remove duplicate wikidata_entity slot from CustodianType.yaml (import instead)
- Remove duplicate rico_record_set_type from class_metadata_slots.yaml
- Fix range types for equals_string compatibility (uriorcurie → string)
- Move class names from close_mappings to see_also in 10 RecordSetTypes files
- Generate all RDF formats: OWL, N-Triples, RDF/XML, N3, JSON-LD context
- Sync schemas to frontend/public/schemas/

Files: 1,151 changed (includes prior CustodianType migration)
2026-01-07 12:32:59 +01:00

107 lines
3.3 KiB
YAML

id: https://nde.nl/ontology/hc/class/WebArchive
name: WebArchive
title: WebArchive Type
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
- ./WebArchiveRecordSetTypes
- ../slots/holds_record_set_types
- ../slots/class_metadata_slots
classes:
WebArchive:
description: A publication type and collection of preserved web pages. Web archives (Webarchive)
capture and preserve websites, web pages, and other online content for long-term
access and research. They address the challenge of digital preservation by
creating archival copies of ephemeral web content that might otherwise be lost.
is_a: ArchiveOrganizationType
class_uri: schema:ArchiveOrganization
slots:
- custodian_types
- custodian_types_rationale
- holds_record_set_types
- specificity_annotation
- template_specificity
- wikidata_alignment
- wikidata_entity
exact_mappings:
- wd:Q30047053
close_mappings:
- rico:CorporateBody
- skos:Concept
broad_mappings:
- wd:Q166118
mixins:
- DigitalPlatformType
slot_usage:
wikidata_equivalent:
equals_string: Q30047053
platform_type_id:
identifier: false
custodian_types:
equals_expression: '["hc:ArchiveOrganizationType"]'
custodian_types_rationale:
equals_string: WebArchive is an archival institution - maps to ArchiveOrganizationType (A)
wikidata_alignment:
range: WikidataAlignment
inlined: true
description: 'Wikidata alignment: Q30047053 ()'
specificity_annotation:
range: SpecificityAnnotation
inlined: true
template_specificity:
range: TemplateSpecificityScores
inlined: true
attributes:
collection_scope:
description: Scope of web content collected (national domain, thematic, etc.)
range: string
crawl_frequency:
description: How often web content is harvested
range: string
access_restrictions:
description: Any restrictions on accessing archived web content
range: string
warc_format:
description: Whether content is stored in WARC format
range: boolean
see_also:
- DigitalArchive
- OnlineNewsArchive
- MailingListArchive
- DigitalLibrary
annotations:
label_de: Webarchiv
label_es: archivo web
label_fr: archive du Web
rico_record_set_type: true
custodian_type: true
WebArchiveRecordSetType:
description: A rico:RecordSetType for classifying collections of preserved web
pages and archived online content.
is_a: CollectionType
class_uri: rico:RecordSetType
slot_usage:
wikidata_equivalent:
equals_string: Q30047053
wikidata_alignment:
range: WikidataAlignment
inlined: true
description: 'Wikidata alignment: Q30047053 ()'
specificity_annotation:
range: SpecificityAnnotation
inlined: true
template_specificity:
range: TemplateSpecificityScores
inlined: true
see_also:
- WebArchive
slots:
- specificity_annotation
- template_specificity
- wikidata_alignment