- Remove slot_uri, description, mappings from slot_usage sections - Move these properties to centralized slot files in modules/slots/ - Keep only class-specific overrides in slot_usage (required, inlined, examples) - Update 1,499 centralized slot files with enriched definitions - Clean 188 class files Violations fixed: - slot_uri in slot_usage: 1,676 → 0 - description in slot_usage: 2,287 → 0 (moved to centralized) Schema still validates: 816 classes, 2028 slots, 127 enums
174 lines
8 KiB
YAML
174 lines
8 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
|
|
- ./SpecificityAnnotation
|
|
- ./TemplateSpecificityScores
|
|
- ../enums/StatementTypeEnum
|
|
- ../slots/source_url
|
|
- ../slots/retrieved_on
|
|
- ../slots/content_hash
|
|
- ../slots/supersede
|
|
- ../slots/effective_date
|
|
- ../slots/extraction_agent
|
|
- ../slots/extraction_note
|
|
- ../slots/xpath
|
|
- ../slots/css_selector
|
|
- ../slots/html_file
|
|
- ../slots/extraction_timestamp
|
|
- ../slots/extraction_confidence
|
|
- ../slots/specificity_annotation
|
|
- ../slots/template_specificity
|
|
- ../slots/statement_id
|
|
- ../slots/statement_type
|
|
- ../slots/statement_text
|
|
- ../slots/statement_language
|
|
- ../slots/statement_summary
|
|
- ../slots/page_section
|
|
- ../slots/text_fragment
|
|
- ../slots/has_archive_memento_uri
|
|
- ../slots/has_adoption_context
|
|
default_prefix: hc
|
|
classes:
|
|
MissionStatement:
|
|
class_uri: org:purpose
|
|
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\n\
|
|
Organizations revise their mission statements over time.\nThe `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 - statement_text: \"Waar komt ons voedsel écht 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 - statement_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"
|
|
exact_mappings:
|
|
- org:purpose
|
|
close_mappings:
|
|
- schema:description
|
|
- prov:Entity
|
|
related_mappings:
|
|
- schema:slogan
|
|
- schema:ethicsPolicy
|
|
- schema:seeks
|
|
slots:
|
|
- has_adoption_context
|
|
- has_archive_memento_uri
|
|
- content_hash
|
|
- css_selector
|
|
- effective_date
|
|
- extraction_agent
|
|
- extraction_confidence
|
|
- extraction_note
|
|
- extraction_timestamp
|
|
- html_file
|
|
- page_section
|
|
- retrieved_on
|
|
- source_url
|
|
- specificity_annotation
|
|
- statement_id
|
|
- statement_language
|
|
- statement_summary
|
|
- statement_text
|
|
- statement_type
|
|
- supersede
|
|
- template_specificity
|
|
- text_fragment
|
|
- xpath
|
|
slot_usage:
|
|
statement_type:
|
|
required: true
|
|
statement_text:
|
|
required: true
|
|
source_url:
|
|
required: true
|
|
retrieved_on:
|
|
required: true
|
|
specificity_annotation:
|
|
range: SpecificityAnnotation
|
|
inlined: true
|
|
template_specificity:
|
|
range: TemplateSpecificityScores
|
|
inlined: true
|
|
comments:
|
|
- '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 xpath/css_selector + 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
|
|
- statement_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:
|
|
statement_id: https://nde.nl/ontology/hc/mission/nl-zh-zui-m-lmt/mission-2025
|
|
statement_type: mission
|
|
statement_text: Waar komt ons voedsel écht vandaan.
|
|
statement_language: nl
|
|
statement_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...
|
|
extraction_agent: claude-opus-4.5
|
|
extraction_confidence: 0.95
|
|
description: Mission statement from Dutch agricultural museum
|
|
- value:
|
|
statement_id: https://nde.nl/ontology/hc/mission/nl-zh-zui-m-lmt/vision-2025
|
|
statement_type: vision
|
|
statement_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.
|
|
|
|
'
|
|
statement_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...
|
|
extraction_agent: claude-opus-4.5
|
|
extraction_confidence: 0.9
|
|
description: Vision statement from Dutch agricultural museum
|
|
- value:
|
|
statement_id: https://nde.nl/ontology/hc/mission/nl-zh-zui-m-lmt/goals-2025
|
|
statement_type: goal
|
|
statement_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"
|
|
statement_language: nl
|
|
source_url: https://www.landbouwmuseumtiengemeten.nl/het-museum/missie-en-visie
|
|
retrieved_on: '2025-12-29T10:00:00Z'
|
|
page_section: Doelstellingen
|
|
extraction_agent: claude-opus-4.5
|
|
description: Goals/objectives from Dutch agricultural museum
|