glam/schemas/20251121/linkml/modules/classes/StandardsOrganization.yaml
kempersc f7bf1cc5ae Refactor schema slots and classes
- Deleted obsolete slot definitions: statement_summary, statement_text, statement_type, status_name, supersede_articles, supersede_condition, supersede_name, temporal_dynamics, total_amount, typical_contents, use_cases, was_acquired_through, was_fetched_at, was_retrieved_at.
- Updated existing slot definitions for states_or_stated to enhance clarity and structure.
- Introduced new classes: Article, ConditionofAccess, FinancialStatementType, MaximumQuantity, Series, Summary, Type, and their respective slots to improve schema organization and usability.
- Added new slots: changes_or_changed_through, has_or_had_condition_of_access, has_or_had_heritage_type, is_or_was_part_of_series, is_or_was_retrieved_at, maximum_of_maximum to capture additional metadata and relationships.
2026-01-30 00:29:31 +01:00

229 lines
7.5 KiB
YAML

id: https://nde.nl/ontology/hc/class/StandardsOrganization
name: standards_organization
title: Standards Organization Class
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
org: http://www.w3.org/ns/org#
skos: http://www.w3.org/2004/02/skos/core#
foaf: http://xmlns.com/foaf/0.1/
imports:
- linkml:types
- ../metadata
- ../slots/has_or_had_description
- ../slots/is_or_was_founded_through
- ./FoundingEvent
- ../slots/specificity_annotation
- ../slots/has_or_had_score
- ./SpecificityAnnotation
- ./TemplateSpecificityScore
- ./TemplateSpecificityType
- ./TemplateSpecificityTypes
- ../enums/StandardsOrganizationTypeEnum
classes:
StandardsOrganization:
class_uri: org:FormalOrganization
description: "An organization that defines and maintains identifier standards.\n\n**Key Distinction from RegistrationAuthority:**\n\n- StandardsOrganization: DEFINES the standard (rules, format, governance)\n- RegistrationAuthority: MAINTAINS a registry of identifiers following the standard\n\n**Examples:**\n\n- **ISO** (International Organization for Standardization)\n - Defines: ISIL (ISO 15511), ISNI (ISO 27729), VIAF structure\n - Does NOT directly maintain registries\n\n- **ANSI** (American National Standards Institute)\n - US national standards body\n - Defines standards in collaboration with ISO\n\n- **W3C** (World Wide Web Consortium)\n - Defines: URI/URL format, SKOS, RDF\n - Web-focused standards\n\n- **IETF** (Internet Engineering Task Force)\n - Defines: UUID format (RFC 4122), URN (RFC 8141)\n - Internet protocol standards\n\n- **OCLC** (Online Computer Library Center)\n - Defines: WorldCat identifiers\n - Also acts as RegistrationAuthority for some identifiers\n\
\n- **Museumvereniging** (Netherlands Museums Association)\n - Defines: Museumnorm (Netherlands museum quality standard)\n - Wikidata: Q2335495\n - National association representing Dutch museums\n\n- **Stichting Museumregister Nederland**\n - Maintains: Museumregister Nederland (certified museum list)\n - Wikidata: Q110989623\n - Grants official museum status in Netherlands based on Museumnorm\n\n**Relationship to Standards:**\n\nA StandardsOrganization defines one or more Standard classes via the\ndefined_by inverse relationship:\n- Standard.defined_by \u2192 StandardsOrganization\n\n**Ontology Alignment:**\n\n- org:FormalOrganization - W3C Organization Ontology\n- schema:Organization - Schema.org\n- foaf:Organization - FOAF\n"
exact_mappings:
- org:FormalOrganization
close_mappings:
- schema:Organization
- foaf:Organization
related_mappings:
- schema:GovernmentOrganization
attributes:
id:
identifier: true
slot_uri: schema:identifier
description: 'Unique identifier for this standards organization.
Recommended format: lowercase acronym or short name.
Examples: "iso", "ansi", "w3c", "ietf", "oclc"
'
range: uriorcurie
required: true
name:
slot_uri: schema:name
description: 'Official full name of the standards organization.
Examples:
- "International Organization for Standardization"
- "American National Standards Institute"
- "World Wide Web Consortium"
'
range: string
required: true
has_or_had_abbreviation:
slot_uri: schema:alternateName
description: 'Common abbreviation/acronym.
Examples: "ISO", "ANSI", "W3C", "IETF", "OCLC"
'
range: string
required: true
organization_type:
slot_uri: schema:additionalType
description: 'Type of standards organization.
Values:
- INTERGOVERNMENTAL: International government collaboration (ISO, UN)
- NATIONAL: National standards body (ANSI, DIN, BSI, NEN)
- INDUSTRY_CONSORTIUM: Industry-led organization (W3C, IETF)
- LIBRARY_COOPERATIVE: Library/cultural heritage focus (OCLC, IFLA)
- PROFESSIONAL_ASSOCIATION: Professional body (SAA, ALA)
'
range: StandardsOrganizationTypeEnum
required: true
member_countries:
slot_uri: schema:member
description: 'Countries that are members of this organization (for intergovernmental orgs).
List of ISO 3166-1 alpha-2 country codes.
Example for ISO: ["NL", "US", "JP", "DE", ...] (167 member countries)
'
range: string
multivalued: true
is_or_was_founded_through:
description: 'The founding event for this standards organization.
Migrated from founded_year per slot_fixes.yaml revision.
Examples:
- ISO: 1947
- ANSI: 1918
- W3C: 1994
- IETF: 1986
'
range: FoundingEvent
inlined: true
examples:
- value:
temporal_extent:
begin_of_the_begin: '1947-02-23'
end_of_the_begin: '1947-02-23'
founding_description: ISO founded on 23 February 1947
description: ISO founding event (exact date known)
- value:
temporal_extent:
begin_of_the_begin: '1994-01-01'
end_of_the_begin: '1994-12-31'
founding_description: W3C founded in 1994
description: W3C founding event (year known)
headquarters_country:
slot_uri: schema:location
description: 'Country where headquarters is located (ISO 3166-1 alpha-2).
Examples:
- ISO: "CH" (Geneva, Switzerland)
- ANSI: "US" (Washington DC)
- W3C: "US" (MIT) + "FR" (ERCIM) + "JP" (Keio)
'
range: string
pattern: ^[A-Z]{2}$
website:
slot_uri: hc:hasWebsite
description: 'Official website URL.
Examples:
- https://www.iso.org/
- https://www.ansi.org/
- https://www.w3.org/
'
range: uri
close_mappings:
- schema:url
organization_description:
slot_uri: schema:description
description: Description of the organization's mission and scope
range: string
standards_maintained:
slot_uri: schema:hasPart
description: "Standards defined by this organization.\n\nInverse relationship: Standard.defined_by \u2192 StandardsOrganization\n\nNote: This is the inverse side; the forward relationship is on Standard.\n"
range: Standard
multivalued: true
inlined: false
wikidata_id:
slot_uri: schema:sameAs
description: 'Wikidata Q-ID for this standards organization.
Examples:
- ISO: Q15028
- OCLC: Q190593
- Museumvereniging: Q2335495
- Stichting Museumregister Nederland: Q110989623
'
range: string
pattern: ^Q[0-9]+$
headquarters_country_code:
slot_uri: schema:location
description: 'Country where the organization is headquartered (ISO 3166-1 alpha-2 code).
For intergovernmental organizations, use primary headquarters location.
Examples:
- ISO: CH (Geneva)
- OCLC: US (Dublin, Ohio)
- Museumvereniging: NL
'
range: string
pattern: ^[A-Z]{2}$
slots:
- specificity_annotation
- has_or_had_score
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"
custodian_types_rationale: Universal utility concept