58 lines
2.9 KiB
YAML
58 lines
2.9 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
|
|
- ../enums/StandardsOrganizationTypeEnum
|
|
- ../metadata
|
|
- ../slots/has_description
|
|
- ../slots/has_score
|
|
- ../slots/founded_through
|
|
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 → 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
|
|
slots:
|
|
- has_score
|
|
- has_name
|
|
- has_type
|
|
- founded_through
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: '[''*'']'
|