Apply same RiC-O-style slot naming refactor to /schemas/20251121/linkml/ that was previously applied to frontend/public/schemas/: - Add 'has_' prefix for possession predicates - Add 'is_or_was_' prefix for temporal inverse relationships - Add 'has_or_had_' for bidirectional temporal relations - Add new slots: is_or_was_aggregated_by, is_or_was_allocated_by, etc. - Update count slots with proper descriptions This ensures consistency between the source schema directory and the frontend-served schemas. 514 files changed, +6,325 insertions, -4,255 deletions
297 lines
9.9 KiB
YAML
297 lines
9.9 KiB
YAML
id: https://nde.nl/ontology/hc/class/StandardsOrganization
|
|
name: standards_organization
|
|
title: Standards Organization Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
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/description
|
|
- ../slots/website
|
|
- ../slots/specificity_annotation
|
|
- ../slots/template_specificity
|
|
- ./SpecificityAnnotation
|
|
- ./TemplateSpecificityScores
|
|
classes:
|
|
StandardsOrganization:
|
|
class_uri: org:FormalOrganization
|
|
description: |
|
|
An organization that defines and maintains identifier standards.
|
|
|
|
**Key Distinction from RegistrationAuthority:**
|
|
|
|
- StandardsOrganization: DEFINES the standard (rules, format, governance)
|
|
- RegistrationAuthority: MAINTAINS a registry of identifiers following the standard
|
|
|
|
**Examples:**
|
|
|
|
- **ISO** (International Organization for Standardization)
|
|
- Defines: ISIL (ISO 15511), ISNI (ISO 27729), VIAF structure
|
|
- Does NOT directly maintain registries
|
|
|
|
- **ANSI** (American National Standards Institute)
|
|
- US national standards body
|
|
- Defines standards in collaboration with ISO
|
|
|
|
- **W3C** (World Wide Web Consortium)
|
|
- Defines: URI/URL format, SKOS, RDF
|
|
- Web-focused standards
|
|
|
|
- **IETF** (Internet Engineering Task Force)
|
|
- Defines: UUID format (RFC 4122), URN (RFC 8141)
|
|
- Internet protocol standards
|
|
|
|
- **OCLC** (Online Computer Library Center)
|
|
- Defines: WorldCat identifiers
|
|
- Also acts as RegistrationAuthority for some identifiers
|
|
|
|
- **Museumvereniging** (Netherlands Museums Association)
|
|
- Defines: Museumnorm (Netherlands museum quality standard)
|
|
- Wikidata: Q2335495
|
|
- National association representing Dutch museums
|
|
|
|
- **Stichting Museumregister Nederland**
|
|
- Maintains: Museumregister Nederland (certified museum list)
|
|
- Wikidata: Q110989623
|
|
- Grants official museum status in Netherlands based on Museumnorm
|
|
|
|
**Relationship to Standards:**
|
|
|
|
A StandardsOrganization defines one or more Standard classes via the
|
|
defined_by inverse relationship:
|
|
- Standard.defined_by → StandardsOrganization
|
|
|
|
**Ontology Alignment:**
|
|
|
|
- org:FormalOrganization - W3C Organization Ontology
|
|
- schema:Organization - Schema.org
|
|
- foaf:Organization - FOAF
|
|
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
|
|
founded_year:
|
|
slot_uri: schema:foundingDate
|
|
description: |
|
|
Year the organization was founded.
|
|
|
|
Examples:
|
|
- ISO: 1947
|
|
- ANSI: 1918
|
|
- W3C: 1994
|
|
- IETF: 1986
|
|
range: integer
|
|
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: schema:url
|
|
description: |
|
|
Official website URL.
|
|
|
|
Examples:
|
|
- https://www.iso.org/
|
|
- https://www.ansi.org/
|
|
- https://www.w3.org/
|
|
range: uri
|
|
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.
|
|
|
|
Inverse relationship: Standard.defined_by → StandardsOrganization
|
|
|
|
Note: This is the inverse side; the forward relationship is on Standard.
|
|
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]+$
|
|
country:
|
|
slot_uri: schema:location
|
|
description: |
|
|
Country where the organization is headquartered (ISO 3166-1 alpha-2).
|
|
|
|
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
|
|
- template_specificity
|
|
slot_usage:
|
|
specificity_annotation:
|
|
range: SpecificityAnnotation
|
|
inlined: true
|
|
template_specificity:
|
|
range: TemplateSpecificityScores
|
|
inlined: true
|
|
enums:
|
|
StandardsOrganizationTypeEnum:
|
|
description: Classification of standards organization types
|
|
permissible_values:
|
|
INTERGOVERNMENTAL:
|
|
description: |
|
|
International organization with government membership.
|
|
Examples: ISO, United Nations, UNESCO
|
|
NATIONAL:
|
|
description: |
|
|
National standards body for a single country.
|
|
Examples: ANSI (US), DIN (DE), BSI (UK), NEN (NL), AFNOR (FR)
|
|
INDUSTRY_CONSORTIUM:
|
|
description: |
|
|
Industry-led standards organization.
|
|
Examples: W3C, IETF, OASIS, OMG
|
|
LIBRARY_COOPERATIVE:
|
|
description: |
|
|
Library or cultural heritage cooperative.
|
|
Examples: OCLC, IFLA, CENL, LIBER
|
|
PROFESSIONAL_ASSOCIATION:
|
|
description: |
|
|
Professional association setting domain standards.
|
|
Examples: SAA (archivists), ALA (librarians), ICOM (museums)
|
|
NATIONAL_MUSEUM_ASSOCIATION:
|
|
description: |
|
|
National museum association that defines quality standards.
|
|
|
|
These organizations represent museums at the national level and
|
|
often define quality standards, accreditation criteria, and
|
|
professional guidelines.
|
|
|
|
Examples:
|
|
- Museumvereniging (Netherlands Museums Association) - Q2335495
|
|
- Defines: Museumnorm (museum quality standard)
|
|
- Works with Stichting Museumregister Nederland
|
|
- Museums Association (UK)
|
|
- American Alliance of Museums (AAM, US)
|
|
- Deutscher Museumsbund (DE)
|
|
- ICOM National Committees
|
|
|
|
Characteristics:
|
|
- Membership-based (museums as members)
|
|
- Advocacy and representation
|
|
- Professional development
|
|
- Quality standards and accreditation
|
|
CERTIFICATION_BODY:
|
|
description: |
|
|
Organization that certifies compliance with standards.
|
|
|
|
These bodies assess institutions against standards and grant
|
|
certification or accreditation status.
|
|
|
|
Examples:
|
|
- Stichting Museumregister Nederland (Q110989623)
|
|
- Certifies: Museums meeting Museumnorm
|
|
- Maintains: Official museum register
|
|
- Museum Accreditation Scheme (Arts Council England)
|
|
- AAM Accreditation Commission (US)
|
|
|
|
Characteristics:
|
|
- Assessment and audit function
|
|
- Grants/revokes certification
|
|
- Maintains certified institution list
|
|
- Independent from membership organization
|
|
GOVERNANCE_COUNCIL:
|
|
description: |
|
|
Governance body for a consortium-type identifier service.
|
|
|
|
These councils have representatives from contributing agencies and
|
|
make decisions about the service's development, policies, and direction.
|
|
|
|
Examples:
|
|
- VIAF Council (representatives from 37 contributing agencies)
|
|
- ORCID Board of Directors
|
|
- ROR Steering Group
|
|
|
|
Characteristics:
|
|
- Voting members from data contributors
|
|
- Meets regularly (annually, quarterly)
|
|
- Advises on technical and policy decisions
|
|
- May have working groups for specific topics
|