- 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.
146 lines
7.7 KiB
YAML
146 lines
7.7 KiB
YAML
id: https://nde.nl/ontology/hc/class/EncompassingBody
|
|
name: EncompassingBody
|
|
imports:
|
|
- linkml:types
|
|
- ../enums/EncompassingBodyTypeEnum
|
|
- ../slots/has_authority
|
|
- ../slots/has_budget
|
|
- ../slots/has_description
|
|
- ../slots/identified_by
|
|
- ../slots/has_policy
|
|
- ../slots/has_score
|
|
- ../slots/has_url
|
|
- ../slots/implement
|
|
- ../slots/dissolved_by
|
|
- ../slots/founded_through
|
|
- ../slots/publish
|
|
- ../slots/in_jurisdiction
|
|
- ../slots/has_membership_criteria
|
|
- ../slots/has_legal_form
|
|
- ../slots/has_label
|
|
- ../slots/has_type
|
|
- ../slots/has_service
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
org: http://www.w3.org/ns/org#
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
schema: http://schema.org/
|
|
dcterms: http://purl.org/dc/terms/
|
|
tooi: https://identifier.overheid.nl/tooi/def/ont/
|
|
cpov: http://data.europa.eu/m8g/
|
|
foaf: http://xmlns.com/foaf/0.1/
|
|
odrl: http://www.w3.org/ns/odrl/2/
|
|
gleif_base: https://www.gleif.org/ontology/Base/
|
|
lcc_cr: https://www.omg.org/spec/LCC/Countries/CountryRepresentation/
|
|
default_prefix: hc
|
|
classes:
|
|
EncompassingBody:
|
|
class_uri: org:Organization
|
|
abstract: true
|
|
description: "An extra-organizational governance entity that encompasses, oversees, or coordinates\nheritage custodian organizations. Represents the broader organizational context in which\ncustodians operate, extending beyond internal organizational structure (OrganizationalStructure)\nand legal registration (CustodianLegalStatus.governance_structure).\n\n**SIX TYPES OF ENCOMPASSING BODIES**:\n\n 1. **UmbrellaOrganisation** - LEGAL parent organizations\n - Defined in articles of association, foundation statutes, or legislation\n - Permanent hierarchical legal structure\n - Example: Ministry of OCW governing National Archives\n \n2. **NetworkOrganisation** - SERVICE provider networks\n - Temporary agreements/treaties providing services to members\n - NOT legally imposed, members choose to participate\n - Example: Digital Heritage Network providing preservation services\n \n3. **Consortium** - MUTUAL assistance bodies\n - Temporary collaborative agreements for mutual\
|
|
\ benefit\n - Members help each other (peer-to-peer)\n - Example: Library Consortium for shared cataloging\n \n4. **Cooperative** - MEMBER-OWNED organizations\n - Permanent legal structure with member governance\n - Members are owners, contributors, AND consumers\n - Typically MIXED or CLOSED data policy\n - Example: OCLC (library cooperative)\n \n5. **SocialMovement** - VALUE-DRIVEN movements\n - Open participation based on shared ideological values\n - Typically FULLY OPEN data policy (openness as core value)\n - Example: Wikimedia Foundation/Movement\n \n6. **FundingOrganisation** - GRANT-GIVING organizations\n - Provides financial resources (grants, subsidies) to custodians\n - No governance authority over recipients\n - Example: Mondriaan Fund, European Research Council\n\n**Key Distinction from GovernanceStructure**:\n- **GovernanceStructure** (on CustodianLegalStatus): Internal structure of the legal entity itself\n (board of trustees, directors,\
|
|
\ departments)\n- **EncompassingBody**: External parent/umbrella organizations that govern or coordinate\n multiple custodians\n\n**Key Distinction from OrganizationalStructure**:\n- **OrganizationalStructure** (on Custodian): Internal operational units\n (departments, teams, divisions)\n- **EncompassingBody**: External organizations that custodian is part of or member of\n\n**Ontological Alignment**:\n- W3C ORG: `org:Organization` (parent class for all organizational entities)\n- TOOI: `tooi:Samenwerkingsorganisatie` (Dutch collaborative organizations)\n- Schema.org: `schema:Organization`, `schema:Consortium`, `schema:FundingAgency`\n- CPOV: `cpov:PublicOrganisation` (for public sector umbrella bodies)\n- FOAF: `foaf:Organization`\n\n**Relationship Properties**:\nUses `org:subOrganizationOf` from Custodian \u2192 EncompassingBody to express:\n- \"National Archives is sub-organization of Ministry OCW\" (UmbrellaOrganisation)\n- \"Museum is member of Digital Heritage Network\" (NetworkOrganisation)\n\
|
|
- \"Library participates in Cataloging Consortium\" (Consortium)\n- \"Museum received grant from Mondriaan Fund\" (FundingOrganisation - via schema:funder)\n"
|
|
slots:
|
|
- has_policy
|
|
- has_description
|
|
- dissolved_by
|
|
- identified_by
|
|
- founded_through
|
|
- has_authority
|
|
- in_jurisdiction
|
|
- has_membership_criteria
|
|
- has_legal_form
|
|
- has_label
|
|
- has_type
|
|
- has_service
|
|
- has_score
|
|
- has_url
|
|
slot_usage:
|
|
has_label:
|
|
required: true
|
|
# range: string
|
|
examples:
|
|
- value: Ministerie van Onderwijs, Cultuur en Wetenschap
|
|
- value: Digital Heritage Network
|
|
has_type:
|
|
required: true
|
|
range: EncompassingBodyTypeEnum
|
|
examples:
|
|
- value: UMBRELLA
|
|
- value: NETWORK
|
|
has_legal_form:
|
|
# range: string
|
|
examples:
|
|
- value: Government ministry
|
|
- value: Non-profit foundation
|
|
- value: Professional association
|
|
founded_through:
|
|
range: FoundingEvent
|
|
inlined: true
|
|
examples:
|
|
- value:
|
|
temporal_extent:
|
|
begin_of_the_begin: '1965-07-01'
|
|
end_of_the_end: '1965-07-01'
|
|
dissolved_by:
|
|
range: DissolutionEvent
|
|
inlined: true
|
|
examples:
|
|
- value:
|
|
temporal_extent:
|
|
begin_of_the_begin: '2020-12-31'
|
|
end_of_the_end: '2020-12-31'
|
|
has_authority:
|
|
range: GovernanceAuthority
|
|
examples:
|
|
- value:
|
|
has_description: Ministry exercises budgetary oversight and appoints institutional directors.
|
|
- value:
|
|
has_description: Network coordinates digital preservation services but members retain autonomy.
|
|
has_service:
|
|
# range: string
|
|
multivalued: true
|
|
examples:
|
|
- value: Digital preservation infrastructure
|
|
- value: Shared cataloging platform
|
|
- value: Professional development training
|
|
- value: Bulk licensing negotiations
|
|
has_membership_criteria:
|
|
# range: string
|
|
examples:
|
|
- value: Dutch government heritage institutions established by law
|
|
- value: Museums with digitization programs seeking preservation services
|
|
identified_by:
|
|
# range: string # uriorcurie
|
|
multivalued: true
|
|
inlined_as_list: false # Fixed invalid inline for primitive type
|
|
examples:
|
|
- value: http://www.wikidata.org/entity/Q2294910
|
|
has_url:
|
|
range: uri
|
|
inlined: false # Fixed invalid inline for primitive type
|
|
multivalued: false
|
|
examples:
|
|
- value:
|
|
url_value: https://www.rijksoverheid.nl/ministeries/ministerie-van-onderwijs-cultuur-en-wetenschap
|
|
url_type: website
|
|
in_jurisdiction:
|
|
range: Jurisdiction
|
|
exact_mappings:
|
|
- org:Organization
|
|
close_mappings:
|
|
- tooi:Samenwerkingsorganisatie
|
|
- schema:Organization
|
|
- cpov:PublicOrganisation
|
|
- foaf:Organization
|
|
comments:
|
|
- EncompassingBody is abstract - use one of six concrete subclasses
|
|
- Extends governance modeling BEYOND internal structure to external relationships
|
|
- Complements but does not replace GovernanceStructure or OrganizationalStructure
|
|
- 'Six types reflect different relationship models: legal (umbrella), service (network), collaborative (consortium), ownership (cooperative), ideological (social movement), financial (funding)'
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|