glam/schemas/20251121/linkml/modules/classes/MissionStatement.yaml
kempersc fcd1c21c63 Add aliases and enhance slot definitions across various modules
- Added new aliases for existing slots to improve clarity and usability, including:
  - has_deadline: has_embargo_end_date
  - has_extent: has_extent_text
  - has_fonds: has_fond
  - has_laboratory: conservation_lab
  - has_language: has_iso_code639_1, has_iso_code639_3
  - has_legal_basis: legal_basis
  - has_light_exposure: max_light_lux
  - has_measurement_unit: has_unit
  - has_note: has_custodian_observation
  - has_occupation: occupation
  - has_operating_hours: has_operating_hours
  - has_position: position
  - has_quantity: has_artwork_count, link_count
  - has_roadmap: review_date
  - has_skill: skill
  - has_speaker: speaker_label
  - has_specification: specification_url
  - has_statement: rights_statement_url, rights_statement
  - has_type: custodian_only
  - has_user_category: serves_visitors_only
  - hold_record_set: record_count
  - identified_by: has_index_number
  - in_period: has_period
  - in_place: has_place
  - in_series: has_series
  - measure: has_measurement
  - measured_on: measurement_date
  - organized_by: has_organizer
  - originate_from: has_origin
  - part_of: suborganization_of
  - published_on: has_publication_date
  - receive_investment: has_investment
  - related_to: connection_heritage_type
  - require: preservation_requirement
  - safeguarded_by: current_keeper, record_holder_note
  - state: states_or_stated
  - take_comission: takes_or_took_comission
  - take_place_at: takes_or_took_place_at
  - transmit_through: transmits_or_transmitted_through
  - warrant: warrants_or_warranted

- Introduced a new slot definition for evaluated_through to capture evaluation methodologies and review statuses.
2026-02-14 14:41:49 +01:00

148 lines
7.7 KiB
YAML

id: https://nde.nl/ontology/hc/class/MissionStatement
name: MissionStatement
title: MissionStatement Class - Organizational Purpose Documentation
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
dcterms: http://purl.org/dc/terms/
prov: http://www.w3.org/ns/prov#
pav: http://purl.org/pav/
org: http://www.w3.org/ns/org#
xsd: http://www.w3.org/2001/XMLSchema#
oa: http://www.w3.org/ns/oa#
imports:
- linkml:types
- ../enums/StatementTypeEnum
- ../slots/encoded_as
- ../slots/has_selector
- ../slots/describe
- ../slots/identified_by
- ../slots/has_language
- ../slots/has_note
- ../slots/has_provenance
- ../slots/has_score
- ../slots/has_summary
- ../slots/has_text
- ../slots/has_type
- ../slots/has_url
- ../slots/effective_at
- ../slots/has_section
- ../slots/retrieved_at
- ../slots/supersede
- ../slots/temporal_extent
default_prefix: hc
classes:
MissionStatement:
class_uri: hc:MissionStatement
description: "A structured record of an organizational purpose statement (mission, vision,\ngoals, values, or motto) extracted from a heritage custodian's website with\nfull provenance documentation.\n\n**PURPOSE**:\n\nHeritage custodians publish mission and vision statements that articulate:\n- Why they exist (mission)\n- What future state they aspire to (vision)\n- What specific outcomes they pursue (goals)\n- What principles guide their work (values)\n- Memorable phrases encapsulating their purpose (mottos)\n\nThese statements are valuable for:\n- Understanding organizational identity and purpose\n- Comparing institutions within and across sectors\n- Tracking organizational evolution over time\n- Research on heritage sector discourse and priorities\n\n**PROVENANCE REQUIREMENTS**:\n\nFollowing the WebObservation pattern, every MissionStatement MUST have:\n\n1. **Source documentation**: source_url + retrieved_on\n2. **Location evidence**: xpath OR css_selector + html_file\n3. **Integrity\
\ verification**: content_hash (SHA-256)\n4. **Archive link**: has_archive_memento_uri (recommended)\n\nStatements without verifiable provenance are rejected.\n\n**ONTOLOGY ALIGNMENT**:\n\nW3C Organization Ontology `org:purpose`:\n- \"Indicates the purpose of this Organization\"\n- \"There can be many purposes at different levels of abstraction\"\n- \"It is recommended that the purpose be denoted by a controlled term\"\n\nWe extend this by:\n- Distinguishing statement types (mission, vision, goal, value, motto)\n- Adding temporal tracking (effective_date, supersedes)\n- Full provenance chain (source_url, xpath, content_hash, archive)\n\n**MULTILINGUAL SUPPORT**:\n\nHeritage custodians publish statements in their native language.\nFor Dutch institutions, statements are typically in Dutch.\nThe statement_language field captures the ISO 639-1 code,\nand statement_summary can provide English translation.\n\n**TEMPORAL TRACKING**:\n\nOrganizations revise their mission statements over time.\n\
The `supersedes` field links to previous statements,\nenabling tracking of how organizational purpose evolves.\n\n**EXAMPLES**:\n\n1. **Dutch Agricultural Museum Mission**\n - statement_type: mission\n - has_text: \"Waar komt ons voedsel \xE9cht vandaan.\"\n - statement_language: nl\n - source_url: https://www.landbouwmuseumtiengemeten.nl/het-museum/missie-en-visie\n \n2. **Rijksmuseum Vision**\n - statement_type: vision\n - has_text: \"Het Rijksmuseum verbindt mensen met kunst en geschiedenis.\"\n - statement_language: nl\n - statement_summary: \"The Rijksmuseum connects people with art and history.\"\n"
close_mappings:
- org:purpose
- schema:description
- prov:Entity
related_mappings:
- schema:slogan
- schema:ethicsPolicy
- schema:seeks
slots:
- describe
- encoded_as
- has_selector
- effective_at
- has_note
- temporal_extent
- has_section
- retrieved_at
- has_url
- identified_by
- has_language
- has_summary
- has_text
- has_type
- supersede
- has_score
- has_url
- has_provenance
slot_usage:
describe:
# range: string
has_type:
required: true
range: StatementType
examples:
- value: mission
- value: vision
- value: goal
has_text:
required: true
has_url:
required: true
retrieved_at:
required: true
has_provenance:
range: XPath
inlined: true
has_url:
range: uri
inlined: false # Fixed invalid inline for primitive type
examples:
- value:
url_value: https://example.org/about#:~:text=Our%20mission%20is
url_type: text_fragment
comments:
- 'MIGRATION (2026-01-15): Replaced xpath/xpath_match_score slots with has_provenance_path using XPath class per slot_fixes.yaml'
- 'MIGRATION (2026-01-15): Replaced text_fragment slot with has_url using URL class (url_type=text_fragment) per slot_fixes.yaml'
- 'Rule note: Mottos should be brief - typically under 50 characters'
- MissionStatement maps to org:purpose from W3C Organization Ontology
- Requires source_url and retrieved_on for provenance
- Strongly recommend has_provenance_path (XPath class) + html_file for verification
- content_hash enables integrity checking
- has_archive_memento_uri ensures long-term source accessibility
- Supports tracking statement evolution via supersedes field
- has_language uses ISO 639-1 codes (nl, en, de, etc.)
see_also:
- https://www.w3.org/TR/vocab-org/#org:purpose
- https://www.w3.org/TR/prov-o/
- https://wicg.github.io/scroll-to-text-fragment/
- https://www.w3.org/TR/SRI/
examples:
- value:
identified_by: https://nde.nl/ontology/hc/mission/nl-zh-zui-m-lmt/mission-2025
has_type: mission
has_text: "Waar komt ons voedsel \xE9cht vandaan."
has_language: nl
has_summary: Where does our food really come from.
source_url: https://www.landbouwmuseumtiengemeten.nl/het-museum/missie-en-visie
retrieved_on: '2025-12-29T10:00:00Z'
page_section: Onze Missie
content_hash: sha256-abc123...
has_score:
has_score: 0.95
- value:
identified_by: https://nde.nl/ontology/hc/mission/nl-zh-zui-m-lmt/vision-2025
has_type: vision
has_text: 'Het Landbouwmuseum Tiengemeten voelt zich onderdeel van een belangrijke
agrarische ontwikkeling, de mechanisatie tussen 1920 en 1955. De collectie
is relevant en de presentatie verbindt generaties.
'
has_language: nl
source_url: https://www.landbouwmuseumtiengemeten.nl/het-museum/missie-en-visie
retrieved_on: '2025-12-29T10:00:00Z'
page_section: Onze visie
content_hash: sha256-def456...
has_score:
has_score: 0.9
- value:
identified_by: https://nde.nl/ontology/hc/mission/nl-zh-zui-m-lmt/goals-2025
has_type: goal
has_text: "Onze ambitie en doelstellingen hebben wij geformuleerd rondom de volgende punten:\n- Het Landbouwmuseum Tiengemeten laat de ontwikkeling van het boerenbedrijf\n in de periode 1920 tot 1955 zien d.m.v. een prachtige collectie.\n- Voor onze bezoekers een gewaardeerd en gastvrij museum te zijn.\n- De collecties welke wij beheren toegankelijk maken voor nu en voor\n volgende generaties.\n"
has_language: nl
source_url: https://www.landbouwmuseumtiengemeten.nl/het-museum/missie-en-visie
retrieved_on: '2025-12-29T10:00:00Z'
page_section: Doelstellingen
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"