glam/schemas/20251121/linkml/modules/classes/Publisher.yaml
kempersc ca4a54181e Refactor schema files to improve clarity and maintainability
- Updated WorldCatIdentifier.yaml to remove unnecessary description and ensure consistent formatting.
- Enhanced WorldHeritageSite.yaml by breaking long description into multiple lines for better readability and removed unused attributes.
- Simplified WritingSystem.yaml by removing redundant attributes and ensuring consistent formatting.
- Cleaned up XPathScore.yaml by removing unnecessary attributes and ensuring consistent formatting.
- Improved YoutubeChannel.yaml by breaking long description into multiple lines for better readability.
- Enhanced YoutubeEnrichment.yaml by breaking long description into multiple lines for better readability.
- Updated YoutubeVideo.yaml to break long description into multiple lines and removed legacy field name.
- Refined has_or_had_affiliation.yaml by removing unnecessary comments and ensuring clarity.
- Cleaned up is_or_was_retrieved_at.yaml by removing unnecessary comments and ensuring clarity.
- Added rules for generic slots and avoiding rough edits in schema files to maintain structural integrity.
- Introduced changes_or_changed_through.yaml to define a new slot for linking entities to change events.
2026-01-31 00:46:23 +01:00

159 lines
4.2 KiB
YAML

id: https://nde.nl/ontology/hc/class/Publisher
name: Publisher
title: Publisher Class
description: 'Represents a publisher entity for publications and documents.
CREATED 2026-01-17 per Rule 53/56: Class for structured publisher representation.
Replaces string-valued publisher slot with structured data including:
- Publisher name (required)
- Publisher type (institutional, commercial, academic, self-published)
- Location/city
- Identifiers (ISNI, Wikidata)
- URL
**Ontology Alignment**:
- **Schema.org**: schema:Organization (primary - web discoverability)
- **Dublin Core**: dcterms:Agent (abstract agent entity)
- **FOAF**: foaf:Organization (friend-of-a-friend vocabulary)
**Publisher Types**:
| Type | Description | Example |
|------|-------------|---------|
| institutional | Museum, archive, or library publishing | Rijksmuseum, British Museum Press |
| commercial | Trade and commercial publishers | Thames & Hudson, Phaidon |
| academic | University and academic presses | Yale University Press, MIT Press |
| self-published | Self-publishing by individuals | Artist monographs |
| government | Government publishing offices | GPO, HMSO |
'
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
dcterms: http://purl.org/dc/terms/
foaf: http://xmlns.com/foaf/0.1/
imports:
- linkml:types
- ../metadata
- ../slots/has_or_had_identifier
- ../slots/has_or_had_label
- ../slots/has_or_had_location
- ../slots/has_or_had_score
- ../slots/has_or_had_type
- ../slots/has_or_had_url
- ../slots/specificity_annotation
- ./SpecificityAnnotation
- ./TemplateSpecificityScore
- ./TemplateSpecificityType
- ./TemplateSpecificityTypes
default_prefix: hc
classes:
Publisher:
class_uri: schema:Organization
description: 'A publisher of publications, catalogs, finding aids, or other documents.
Supports structured representation with name, type, location, and identifiers.
CREATED 2026-01-17 per Rule 53/56: Replaces string-valued publisher slot.
'
exact_mappings:
- schema:Organization
- foaf:Organization
close_mappings:
- dcterms:Agent
slots:
- has_or_had_label
- has_or_had_identifier
- has_or_had_location
- has_or_had_url
- has_or_had_type
- specificity_annotation
- has_or_had_score
slot_usage:
has_or_had_label:
required: true
range: string
examples:
- value: Rijksmuseum
- value: Yale University Press
- value: Thames & Hudson
- value: The British Museum Press
has_or_had_type:
required: false
range: string
examples:
- value: institutional
- value: commercial
- value: academic
- value: government
has_or_had_location:
required: false
range: string
examples:
- value: Amsterdam
- value: New York
- value: London
- value: New Haven
has_or_had_identifier:
required: false
range: uriorcurie
multivalued: true
examples:
- value: Q190804
- value: 0000000121671840
has_or_had_url:
required: false
range: uri
examples:
- value: https://www.rijksmuseum.nl
- value: https://yalebooks.yale.edu
examples:
- value:
has_or_had_label: Rijksmuseum
has_or_had_type: institutional
has_or_had_location: Amsterdam
has_or_had_url: https://www.rijksmuseum.nl
- value:
has_or_had_label: Yale University Press
has_or_had_type: academic
has_or_had_location: New Haven
has_or_had_url: https://yalebooks.yale.edu
- value:
has_or_had_label: Thames & Hudson
has_or_had_type: commercial
has_or_had_location: London
- value:
has_or_had_label: The British Museum Press
has_or_had_type: institutional
has_or_had_location: London
- value:
has_or_had_label: Hannibal Publishing
has_or_had_type: commercial
has_or_had_location: Veurne
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"