Add metadata to LinkML class definitions and update prefixes

- Added `id`, `name`, `title`, and `description` fields to multiple LinkML class YAML files.
- Standardized prefixes across all class definitions.
- Introduced a new script `fix_linkml_metadata.py` to automate the addition of metadata to class files.
- Updated existing class files to ensure compliance with the new metadata structure.
This commit is contained in:
kempersc 2026-01-29 17:40:47 +01:00
parent 7cf10084b4
commit 1516d509cf
133 changed files with 1497 additions and 22 deletions

View file

@ -5810,9 +5810,9 @@ fixes:
type: class
processed:
status: true
timestamp: '2026-01-17T20:00:00Z'
session: session-2026-01-17-slot-migration
notes: "WELL_STRUCTURED_NO_MIGRATION_NEEDED: The was_last_updated_at slot is already \nproperly structured with:\n- slot_uri: dct:modified (Dublin Core standard)\n- exact_mappings to dct:modified and schema:dateModified \n- Range: datetime (appropriate for simple modification timestamps)\n- Already uses temporal naming pattern (was_last_updated_at)\n\nThe revision suggesting UpdateEvent + TimeSpan is OVER-ENGINEERING for a simple \nmodification timestamp. Creating an event class for every timestamp would add \ncomplexity without semantic benefit.\n\nUsed in: SocialMediaContent.yaml, SocialMediaPost.yaml\nRetaining current slot structure as semantically correct.\n"
timestamp: '2026-01-28T12:00:00Z'
session: session-2026-01-28-dead-link-fix
notes: 'FULLY MIGRATED: was_last_updated_at replaced with is_or_was_last_updated_at (RiC-O style). Range is TimeSpan. Classes (VideoPost, SocialMediaContent) updated. Original slot archived.'
- original_slot_id: https://nde.nl/ontology/hc/slot/from_owner
revision:
- label: changes_or_changed_ownership_from

View file

@ -34,4 +34,11 @@ fixes:
- label: has_or_had_heritage_type
type: slot
- label: HeritageType
type: class
type: class
- original_slot_id: https://nde.nl/ontology/hc/slot/was_retrieved_at
revision:
- label: is_or_was_retrieved_at
type: slot
- label: TimeSpan
type: class
-

View file

@ -1,5 +1,5 @@
{
"generated": "2026-01-29T12:33:24.009Z",
"generated": "2026-01-29T16:10:26.031Z",
"schemaRoot": "/schemas/20251121/linkml",
"totalFiles": 3003,
"categoryCounts": {

View file

@ -1,5 +1,5 @@
{
"generated": "2026-01-29T16:10:26.031Z",
"generated": "2026-01-29T16:40:47.585Z",
"schemaRoot": "/schemas/20251121/linkml",
"totalFiles": 3003,
"categoryCounts": {

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/APIEndpoint
name: APIEndpoint
title: APIEndpoint
description: An API endpoint.
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
classes:
APIEndpoint:
class_uri: schema:EntryPoint

View file

@ -1,3 +1,15 @@
id: https://nde.nl/ontology/hc/class/APIRequest
name: APIRequest
title: APIRequest
description: An API request event.
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
imports:
- linkml:types
classes:
APIRequest:
class_uri: prov:Activity

View file

@ -1,3 +1,15 @@
id: https://nde.nl/ontology/hc/class/APIVersion
name: APIVersion
title: APIVersion
description: Version of an API.
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
imports:
- linkml:types
classes:
APIVersion:
class_uri: schema:SoftwareApplication

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/Access
name: Access
title: Access
description: LinkML class definition for Access
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# Access class
# Structured access information for heritage collections and services
#

View file

@ -1,3 +1,15 @@
id: https://nde.nl/ontology/hc/class/Accumulation
name: Accumulation
title: Accumulation
description: The relation/period during which the records were accumulated.
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
imports:
- linkml:types
classes:
Accumulation:
class_uri: rico:AccumulationRelation

View file

@ -1,3 +1,15 @@
id: https://nde.nl/ontology/hc/class/AccuracyLevel
name: AccuracyLevel
title: Accuracy Level
description: A qualitative or quantitative level of accuracy (e.g. for coordinates).
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
imports:
- linkml:types
classes:
AccuracyLevel:
class_uri: skos:Concept

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/Address
name: Address
title: Address
description: LinkML class definition for Address
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# Address - Generic postal/physical address class
# Aligned with vCard, Schema.org, LOCN, GLEIF ontologies
# Created: 2026-01-12
@ -137,7 +147,7 @@ classes:
Address data may be extracted from various sources (websites, Google Maps,
registries). Track provenance with:
- `was_derived_from`: Link to source observation
- `was_generated_by`: Link to extraction activity
- `is_or_was_generated_by`: Link to extraction activity
exact_mappings:
- vcard:Address

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/AddressComponent
name: AddressComponent
title: Address Component
description: LinkML class definition for Address Component
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# AddressComponent - Generic address component class
# Source-agnostic representation of individual address parts
# Refactored: 2026-01-12 - Removed Google Maps-specific references per user guidance

View file

@ -1,3 +1,15 @@
id: https://nde.nl/ontology/hc/class/Administration
name: Administration
title: Administration
description: An administrative unit or body.
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
imports:
- linkml:types
classes:
Administration:
class_uri: org:OrganizationalUnit

View file

@ -1,3 +1,15 @@
id: https://nde.nl/ontology/hc/class/Altitude
name: Altitude
title: Altitude
description: The altitude of a place.
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
imports:
- linkml:types
classes:
Altitude:
class_uri: schema:QuantitativeValue

View file

@ -1,3 +1,15 @@
id: https://nde.nl/ontology/hc/class/AmendmentEvent
name: AmendmentEvent
title: Amendment Event
description: An event where a document or agreement was amended.
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
imports:
- linkml:types
classes:
AmendmentEvent:
class_uri: prov:Activity

View file

@ -1,3 +1,15 @@
id: https://nde.nl/ontology/hc/class/AppellationType
name: AppellationType
title: Appellation Type
description: Type of appellation/name.
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
imports:
- linkml:types
classes:
AppellationType:
class_uri: skos:Concept

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/AppreciationEvent
name: AppreciationEvent
title: Appreciation Event
description: LinkML class definition for Appreciation Event
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# AppreciationEvent class
# Created per slot_fixes.yaml revision for: comment_like_count
#

View file

@ -1,3 +1,15 @@
id: https://nde.nl/ontology/hc/class/Archdiocese
name: Archdiocese
title: Archdiocese
description: An archdiocese.
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
imports:
- linkml:types
classes:
Archdiocese:
class_uri: schema:AdministrativeArea

View file

@ -1,3 +1,15 @@
id: https://nde.nl/ontology/hc/class/ArchitecturalStyle
name: ArchitecturalStyle
title: Architectural Style
description: An architectural style.
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
imports:
- linkml:types
classes:
ArchitecturalStyle:
class_uri: skos:Concept

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/Arrangement
name: Arrangement
title: Arrangement
description: The arrangement of a collection.
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
classes:
Arrangement:
class_uri: rico:RecordSet

View file

@ -1,3 +1,15 @@
id: https://nde.nl/ontology/hc/class/ArrangementType
name: ArrangementType
title: Arrangement Type
description: Type of arrangement.
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
imports:
- linkml:types
classes:
ArrangementType:
class_uri: skos:Concept

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/ArtDealer
name: ArtDealer
title: Art Dealer
description: LinkML class definition for Art Dealer
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# ArtDealer class
# Created per slot_fixes.yaml revision for: dealer_name
#

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/ArtSaleService
name: ArtSaleService
title: Art Sale Service
description: LinkML class definition for Art Sale Service
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# ArtSaleService class
# Created per slot_fixes.yaml revision for: commission_rate
#

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/CMSType
name: CMSType
title: CMSType
description: LinkML class definition for CMSType
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# CMSType class
# Abstract base class for CMS type taxonomy
#

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/CapacityType
name: CapacityType
title: Capacity Type
description: LinkML class definition for Capacity Type
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# CapacityType class (abstract base)
# Created 2026-01-22 per slot_fixes.yaml revision for capacity_type (Rule 53)
# Following Rule 0b: Type/Types naming convention

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/CertaintyLevel
name: CertaintyLevel
title: Certainty Level
description: LinkML class definition for Certainty Level
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# CertaintyLevel class
# Structured class for expressing certainty/confidence levels with notes
#

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/City
name: City
title: City
description: LinkML class definition for City
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# City - A city/town settlement entity
# Created: 2026-01-18
# Migration from city (string) slot per slot_fixes.yaml revision

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/ClimateControl
name: ClimateControl
title: Climate Control
description: LinkML class definition for Climate Control
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# ClimateControl class
# Climate control system or approach for heritage facilities
#

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/ClimateControlPolicy
name: ClimateControlPolicy
title: Climate Control Policy
description: LinkML class definition for Climate Control Policy
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# ClimateControlPolicy class
# Policy governing climate control systems and conditions
#

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/ClimateControlType
name: ClimateControlType
title: Climate Control Type
description: LinkML class definition for Climate Control Type
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# ClimateControlType class
# Abstract base class for climate control type taxonomy
#

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/CollectionScope
name: CollectionScope
title: Collection Scope
description: LinkML class definition for Collection Scope
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# CollectionScope - Specialized scope class for heritage collections
# Created per slot_fixes.yaml migration for: collection_scope
# Creation date: 2026-01-18

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/CommentReply
name: CommentReply
title: Comment Reply
description: LinkML class definition for Comment Reply
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# CommentReply class
# Created per slot_fixes.yaml revision for: comment_reply_count
#

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/CommissionRate
name: CommissionRate
title: Commission Rate
description: LinkML class definition for Commission Rate
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# CommissionRate class
# Created per slot_fixes.yaml revision for: commission_rate
#

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/ComplianceStatus
name: ComplianceStatus
title: Compliance Status
description: LinkML class definition for Compliance Status
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# ComplianceStatus class
# Created per slot_fixes.yaml revision for: compliance_status
#

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/Component
name: Component
title: Component
description: LinkML class definition for Component
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# Component class
# Created per slot_fixes.yaml revision for: component_type
#

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/ComponentType
name: ComponentType
title: Component Type
description: LinkML class definition for Component Type
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# ComponentType class (abstract base)
# Created per slot_fixes.yaml revision for: component_type
#

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/ConditionPolicy
name: ConditionPolicy
title: Condition Policy
description: LinkML class definition for Condition Policy
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# ConditionPolicy class
# Created 2026-01-22 per slot_fixes.yaml revision for condition_policy (Rule 53)
#

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/ConditionState
name: ConditionState
title: Condition State
description: LinkML class definition for Condition State
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# ConditionState - State/condition at a point in time
# Created 2026-01-22 per slot_fixes.yaml revision for condition_after/condition_before (Rule 53)
#

View file

@ -1,3 +1,15 @@
id: https://nde.nl/ontology/hc/class/Confidence
name: Confidence
title: Confidence
description: A confidence value or score.
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
imports:
- linkml:types
classes:
Confidence:
class_uri: sosa:Result

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/ConfidenceMethod
name: ConfidenceMethod
title: Confidence Method
description: LinkML class definition for Confidence Method
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# ConfidenceMethod - Method used to calculate confidence scores
#
# Created per slot_fixes.yaml migration for: confidence_method

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/ConfidenceScore
name: ConfidenceScore
title: Confidence Score
description: LinkML class definition for Confidence Score
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# ConfidenceScore - Confidence score class for quality/certainty measurements
#
# Created per slot_fixes.yaml migration for: confidence_score

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/ConfidenceThreshold
name: ConfidenceThreshold
title: Confidence Threshold
description: LinkML class definition for Confidence Threshold
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# ConfidenceThreshold - Class for structured threshold values
# Created 2026-01-22 per slot_fixes.yaml revision for confidence_threshold (Rule 53)
#

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/Conflict
name: Conflict
title: Conflict
description: LinkML class definition for Conflict
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# Conflict class
# Created 2026-01-22 per slot_fixes.yaml revision for conflict_status (Rule 53)
#

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/ConflictType
name: ConflictType
title: Conflict Type
description: LinkML class definition for Conflict Type
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# ConflictType class (abstract base)
# Created 2026-01-22 per slot_fixes.yaml revision for conflict_status (Rule 53)
#

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/ConnectionDegree
name: ConnectionDegree
title: Connection Degree
description: LinkML class definition for Connection Degree
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# ConnectionDegree class
# Created 2026-01-22 per slot_fixes.yaml revision for connection_degree (Rule 53)
#

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/Content
name: Content
title: Content
description: LinkML class definition for Content
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# Content class
# Represents the intellectual content described by or contained in heritage materials
#

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/ConversionRate
name: ConversionRate
title: Conversion Rate
description: LinkML class definition for Conversion Rate
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# ConversionRate - Structured conversion rate measurement
# Created per slot_fixes.yaml migration for: visitor_conversion_rate
# Creation date: 2026-01-14

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/ConversionRateType
name: ConversionRateType
title: Conversion Rate Type
description: LinkML class definition for Conversion Rate Type
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# ConversionRateType - Abstract base class for conversion rate types
# Created per slot_fixes.yaml migration for: visitor_conversion_rate
# Creation date: 2026-01-14

View file

@ -1,3 +1,15 @@
id: https://nde.nl/ontology/hc/class/CoordinateProvenance
name: CoordinateProvenance
title: Coordinate Provenance
description: LinkML class definition for Coordinate Provenance
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
imports:
- linkml:types
has_or_had_citation:
range: string
description: 'MIGRATED from citation usage.'

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/CreationEvent
name: CreationEvent
title: Creation Event
description: LinkML class definition for Creation Event
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# CreationEvent - Event representing the creation of an object or work
#
# Created per slot_fixes.yaml migration for: date_created

View file

@ -52,7 +52,7 @@ classes:
\ consistency - Avoids delimiter conflicts in data pipelines\n4. Cross-system compatibility - Ensures interoperability with all systems\n5. Human readability - Clean identifiers are easier to communicate\n\nCHARACTERS TO REMOVE (exhaustive list):\n- Ampersand: & (e.g., \"Records & Archives\" \u2192 \"RA\", not \"R&A\")\n- Slash: / (e.g., \"Art/Design Museum\" \u2192 \"ADM\", not \"A/DM\")\n- Backslash: \\\n- Plus: + (e.g., \"Culture+\" \u2192 \"C\")\n- At sign: @\n- Hash/Pound: #\n- Percent: %\n- Dollar: $\n- Asterisk: *\n- Parentheses: ( )\n- Brackets: [ ] { }\n- Pipe: |\n- Colon: :\n- Semicolon: ;\n- Quotation marks: \" ' ` \n- Comma: ,\n- Period: . (unless part of has_or_had_abbreviation like \"U.S.\" \u2192 \"US\")\n- Hyphen: - (skip, do not replace with letter)\n- Underscore: _\n- Equals: =\n- Question mark: ?\n- Exclamation: !\n- Tilde: ~\n- Caret: ^\n- Less/Greater than: < >\n\nEXAMPLES:\n- \"Department of Records & Information Management\" \u2192 \"DRIM\" (not \"DR&IM\")\n\
- \"Art + Culture Center\" \u2192 \"ACC\" (not \"A+CC\")\n- \"Museum/Gallery Amsterdam\" \u2192 \"MGA\" (not \"M/GA\")\n- \"Heritage@Digital\" \u2192 \"HD\" (not \"H@D\")\n- \"Archives (Historical)\" \u2192 \"AH\" (not \"A(H)\")\n\nSee: rules/ABBREVIATION_SPECIAL_CHAR_RULE.md for complete documentation\n\n===========================================================================\nMANDATORY RULE: Diacritics MUST Be Normalized to ASCII in Abbreviations\n===========================================================================\n\nWhen generating abbreviations for GHCID, diacritics (accented characters)\nMUST be normalized to their ASCII base letter equivalents. Only ASCII\nuppercase letters (A-Z) are permitted in the has_or_had_abbreviation component.\n\nRATIONALE:\n1. URI/URL safety - Non-ASCII requires percent-encoding\n2. Cross-system compatibility - ASCII is universally supported\n3. Parsing consistency - No special character handling needed\n4. Human readability - Easier to type\
\ and communicate\n\nDIACRITICS TO NORMALIZE (examples by language):\n- Czech: \u010C\u2192C, \u0158\u2192R, \u0160\u2192S, \u017D\u2192Z, \u011A\u2192E, \u016E\u2192U\n- Polish: \u0141\u2192L, \u0143\u2192N, \xD3\u2192O, \u015A\u2192S, \u0179\u2192Z, \u017B\u2192Z, \u0104\u2192A, \u0118\u2192E\n- German: \xC4\u2192A, \xD6\u2192O, \xDC\u2192U, \xDF\u2192SS\n- French: \xC9\u2192E, \xC8\u2192E, \xCA\u2192E, \xC7\u2192C, \xD4\u2192O\n- Spanish: \xD1\u2192N, \xC1\u2192A, \xC9\u2192E, \xCD\u2192I, \xD3\u2192O, \xDA\u2192U\n- Nordic: \xC5\u2192A, \xC4\u2192A, \xD6\u2192O, \xD8\u2192O, \xC6\u2192AE\n\nEXAMPLES:\n- \"Vlastiv\u011Bdn\xE9 muzeum\" (Czech) \u2192 \"VM\" (not \"VM\" with h\xE1\u010Dek)\n- \"\xD6sterreichische Nationalbibliothek\" (German) \u2192 \"ON\"\n- \"Biblioth\xE8que nationale\" (French) \u2192 \"BN\"\n\nREAL-WORLD EXAMPLE:\n- \u274C WRONG: CZ-VY-TEL-L-VHSPAO\u010CRZS (contains \u010C)\n- \u2705 CORRECT: CZ-VY-TEL-L-VHSPAOCRZS (ASCII only)\n\nIMPLEMENTATION:\n```python\n\
import unicodedata\nnormalized = unicodedata.normalize('NFD', text)\nascii_text = ''.join(c for c in normalized if unicodedata.category(c) != 'Mn')\n```\n\nSee: rules/ABBREVIATION_SPECIAL_CHAR_RULE.md for complete documentation\n\nCan be generated by:\n1. ReconstructionActivity (formal entity resolution) - was_generated_by link\n2. Direct extraction (simple standardization) - no was_generated_by link\n"
import unicodedata\nnormalized = unicodedata.normalize('NFD', text)\nascii_text = ''.join(c for c in normalized if unicodedata.category(c) != 'Mn')\n```\n\nSee: rules/ABBREVIATION_SPECIAL_CHAR_RULE.md for complete documentation\n\nCan be generated by:\n1. ReconstructionActivity (formal entity resolution) - is_or_was_generated_by link\n2. Direct extraction (simple standardization) - no is_or_was_generated_by link\n"
exact_mappings:
- skos:prefLabel
- schema:name

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/DataFormat
name: DataFormat
title: Data Format
description: LinkML class definition for Data Format
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# DataFormat - Class for data format specifications
#
# Created per slot_fixes.yaml migration for: data_format

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/DeploymentEvent
name: DeploymentEvent
title: Deployment Event
description: LinkML class definition for Deployment Event
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# DeploymentEvent class
# Represents software/system deployment events with temporal and contextual information
#

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/Description
name: Description
title: Description
description: LinkML class definition for Description
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# Description class
# Generic class for typed descriptions with language support
#

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/DetectionLevelType
name: DetectionLevelType
title: Detection Level Type
description: LinkML class definition for Detection Level Type
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# DetectionLevelType class (Abstract Base)
# Type taxonomy for detection confidence levels
#

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/DeviceType
name: DeviceType
title: Device Type
description: LinkML class definition for Device Type
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# DeviceType class (abstract base)
# Abstract type taxonomy for IoT devices
#

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/DiarizationStatus
name: DiarizationStatus
title: Diarization Status
description: LinkML class definition for Diarization Status
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# DiarizationStatus class
# Status of speaker diarization process
#

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/DigitalConfidence
name: DigitalConfidence
title: Digital Confidence
description: LinkML class definition for Digital Confidence
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# DigitalConfidence class
# Represents confidence assessment for digital attributes/skills
#

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/DigitalPresence
name: DigitalPresence
title: Digital Presence
description: LinkML class definition for Digital Presence
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# DigitalPresence class
# Represents a digital presence instance (wrapper)
#

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/DigitalPresenceType
name: DigitalPresenceType
title: Digital Presence Type
description: LinkML class definition for Digital Presence Type
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# DigitalPresenceType class (Abstract Base)
# Taxonomy for digital presence types
#

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/Diocese
name: Diocese
title: Diocese
description: LinkML class definition for Diocese
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# Diocese - Ecclesiastical administrative unit class
#
# Created per slot_fixes.yaml migration for: founding_date_diocese

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/EADIdentifier
name: EADIdentifier
title: EADIdentifier
description: LinkML class definition for EADIdentifier
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# EADIdentifier class
# Represents an Encoded Archival Description (EAD) identifier
#

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/EntityReconstruction
name: EntityReconstruction
title: Entity Reconstruction
description: LinkML class definition for Entity Reconstruction
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# EntityReconstruction class
# Represents a reconstructed formal entity derived from observations
#

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/EnvironmentalZoneType
name: EnvironmentalZoneType
title: Environmental Zone Type
description: LinkML class definition for Environmental Zone Type
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# EnvironmentalZoneType - Abstract base class for environmental zone type classifications
#
# Following the Type/Types naming convention (Rule 0b):

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/ExternalWork
name: ExternalWork
title: External Work
description: LinkML class definition for External Work
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# ExternalWork - External work/services accepted by an institution
# Created per slot_fixes.yaml migration for: accepts_or_accepted_external_work
# Creation date: 2026-01-14

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/Format
name: Format
title: Format
description: LinkML class definition for Format
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# Format - Document/resource format class
#
# Created per slot_fixes.yaml migration for: format

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/GenerationEvent
name: GenerationEvent
title: Generation Event
description: LinkML class definition for Generation Event
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# GenerationEvent - Event representing the generation/creation of something
#
# Created per slot_fixes.yaml migration for: chapters_generated_at

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/GovernanceAuthority
name: GovernanceAuthority
title: Governance Authority
description: The authority that exercises governance over the entity or institution.
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
classes:
GovernanceAuthority:
class_uri: org:Organization

View file

@ -1,3 +1,15 @@
id: https://nde.nl/ontology/hc/class/GovernanceRole
name: GovernanceRole
title: Governance Role
description: A role within a governance structure (e.g., Voting Member, Observer).
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
imports:
- linkml:types
classes:
GovernanceRole:
class_uri: org:Role

View file

@ -1,3 +1,15 @@
id: https://nde.nl/ontology/hc/class/GovernanceStructure
name: GovernanceStructure
title: Governance Structure
description: The internal governance and organizational structure.
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
imports:
- linkml:types
classes:
GovernanceStructure:
class_uri: org:OrganizationalUnit

View file

@ -1,3 +1,15 @@
id: https://nde.nl/ontology/hc/class/GoverningBody
name: GoverningBody
title: Governing Body
description: The organisation or body that established and governs this agenda or entity.
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
imports:
- linkml:types
classes:
GoverningBody:
class_uri: org:Organization

View file

@ -1,3 +1,15 @@
id: https://nde.nl/ontology/hc/class/HALCAdm1Code
name: HALCAdm1Code
title: HALCAdm1 Code
description: HALC administrative level 1 code.
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
imports:
- linkml:types
classes:
HALCAdm1Code:
is_a: Identifier

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/Hypothesis
name: Hypothesis
title: Hypothesis
description: LinkML class definition for Hypothesis
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# Hypothesis - A hypothesis or assertion about uncertain data (e.g., institution type)
# Created per slot_fixes.yaml migration for: type_hypothesis
# Creation date: 2026-01-14

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/Item
name: Item
title: Item
description: LinkML class definition for Item
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# Item - Generic heritage item class
# Created 2026-01-22 per slot_fixes.yaml revision for condition_on_return (Rule 53)
#

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/Label
name: Label
title: Label
description: LinkML class definition for Label
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# Label class
# Generic class for labeled entities with language tagging
#

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/Locality
name: Locality
title: Locality
description: LinkML class definition for Locality
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# Locality class
# Structured representation of locality/place descriptions for biological specimens.
#

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/Location
name: Location
title: Location
description: LinkML class definition for Location
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# Location class
# Generic geographic location representation
#

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/Manufacturer
name: Manufacturer
title: Manufacturer
description: LinkML class definition for Manufacturer
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# Manufacturer class
# Represents a manufacturer or producer of devices/products
#

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/Material
name: Material
title: Material
description: LinkML class definition for Material
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# Material - Class representing physical materials/substances for storage categorization
#
# Generation date: 2026-01-16

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/MaterialType
name: MaterialType
title: Material Type
description: LinkML class definition for Material Type
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# MaterialType - Abstract base class for material type classifications
#
# Following the Type/Types naming convention (Rule 0b):

View file

@ -1,3 +1,15 @@
id: https://nde.nl/ontology/hc/class/Memento
name: Memento
title: Memento
description: A web archive memento.
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
imports:
- linkml:types
classes:
Memento:
class_uri: schema:WebPage

View file

@ -1,3 +1,15 @@
id: https://nde.nl/ontology/hc/class/Method
name: Method
title: Method
description: A method or procedure used.
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
imports:
- linkml:types
classes:
Method:
class_uri: skos:Concept

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/Name
name: Name
title: Name
description: LinkML class definition for Name
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# Name class
# Created per slot_fixes.yaml revision for: common_name
#

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/NameType
name: NameType
title: Name Type
description: LinkML class definition for Name Type
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# NameType class (abstract base)
# Created per slot_fixes.yaml revision for: common_name
#

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/Note
name: Note
title: Note
description: LinkML class definition for Note
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# Note class (singular)
# Generic class for typed notes with provenance
#

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/Notes
name: Notes
title: Notes
description: LinkML class definition for Notes
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# Notes class
# Generic class for typed notes with provenance
#

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/Organizer
name: Organizer
title: Organizer
description: LinkML class definition for Organizer
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# Organizer class
# Entity that organizes events, exhibitions, programs with role specification
#

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/OrganizerRole
name: OrganizerRole
title: Organizer Role
description: LinkML class definition for Organizer Role
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# OrganizerRole class
# Enumeration-like class for organizer roles in events/exhibitions
#

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/PaymentMethod
name: PaymentMethod
title: Payment Method
description: LinkML class definition for Payment Method
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# PaymentMethod - Payment methods accepted by an institution
# Created per slot_fixes.yaml migration for: accepts_or_accepted_payment_method
# Creation date: 2026-01-14

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/Place
name: Place
title: Place
description: LinkML class definition for Place
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# Place - A geographic or administrative place for containment relationships
# Created per slot_fixes.yaml migration for: within_place, within_auxiliary_place
# Creation date: 2026-01-14

View file

@ -7,7 +7,7 @@ prefixes:
schema: http://schema.org/
prov: http://www.w3.org/ns/prov#
xsd: http://www.w3.org/2001/XMLSchema#
pico: https://w3id.org/pico/
pico: https://personsincontext.org/model#
foaf: http://xmlns.com/foaf/0.1/
imports:
- linkml:types

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/Profit
name: Profit
title: Profit
description: LinkML class definition for Profit
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# Profit class
# Created per slot_fixes.yaml revision for: commercial_operation
#

View file

@ -1,3 +1,15 @@
id: https://nde.nl/ontology/hc/class/ProvenancePath
name: ProvenancePath
title: Provenance Path
description: A path or chain of provenance.
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
imports:
- linkml:types
classes:
ProvenancePath:
class_uri: prov:Plan

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/ReasoningContent
name: ReasoningContent
title: Reasoning Content
description: LinkML class definition for Reasoning Content
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# ReasoningContent - LLM reasoning content preservation class
#
# Created: 2026-01-19

View file

@ -19,8 +19,8 @@ classes:
ReconstructedEntity:
class_uri: prov:Entity
abstract: true
description: "Abstract base class for all entities that are generated by a ReconstructionActivity.\n\n**RDFS Compliance**:\nThis class exists to ensure proper RDFS domain/range semantics for the\n`generates`/`was_generated_by` inverse relationship:\n- `generates`: domain=ReconstructionActivity, range=ReconstructedEntity\n- `was_generated_by`: domain=ReconstructedEntity, range=ReconstructionActivity\n\n**PROV-O Alignment**:\nMaps to `prov:Entity` - \"An entity is a physical, digital, conceptual, or\nother kind of thing with some fixed aspects; entities may be real or imaginary.\"\n\n**Subclasses**:\nAll reconstructed aspects of a custodian inherit from this class:\n- CustodianLegalStatus (formal legal entity)\n- CustodianName (standardized name)\n- CustodianPlace (physical location)\n- CustodianCollection (collection metadata)\n- DigitalPlatform (digital infrastructure)\n- OrganizationBranch (organizational units)\n- And other aspect entities...\n\n**Usage Pattern**:\n```yaml\n# ReconstructionActivity\
\ generates ReconstructedEntity instances\nReconstructionActivity:\n activity_type: ISIL_REGISTRATION\n has_or_had_generate:\n - \"https://nde.nl/ontology/hc/legal-status/nl-am-rm\" # CustodianLegalStatus\n - \"https://nde.nl/ontology/hc/name/rijksmuseum\" # CustodianName\n\n# Each ReconstructedEntity links back to its generating activity\nCustodianLegalStatus:\n was_generated_by: \"https://nde.nl/ontology/hc/activity/isil-reg-2024\"\n```\n"
description: "Abstract base class for all entities that are generated by a ReconstructionActivity.\n\n**RDFS Compliance**:\nThis class exists to ensure proper RDFS domain/range semantics for the\n`generates`/`is_or_was_generated_by` inverse relationship:\n- `generates`: domain=ReconstructionActivity, range=ReconstructedEntity\n- `is_or_was_generated_by`: domain=ReconstructedEntity, range=ReconstructionActivity\n\n**PROV-O Alignment**:\nMaps to `prov:Entity` - \"An entity is a physical, digital, conceptual, or\nother kind of thing with some fixed aspects; entities may be real or imaginary.\"\n\n**Subclasses**:\nAll reconstructed aspects of a custodian inherit from this class:\n- CustodianLegalStatus (formal legal entity)\n- CustodianName (standardized name)\n- CustodianPlace (physical location)\n- CustodianCollection (collection metadata)\n- DigitalPlatform (digital infrastructure)\n- OrganizationBranch (organizational units)\n- And other aspect entities...\n\n**Usage Pattern**:\n```yaml\n# ReconstructionActivity\
\ generates ReconstructedEntity instances\nReconstructionActivity:\n activity_type: ISIL_REGISTRATION\n has_or_had_generate:\n - \"https://nde.nl/ontology/hc/legal-status/nl-am-rm\" # CustodianLegalStatus\n - \"https://nde.nl/ontology/hc/name/rijksmuseum\" # CustodianName\n\n# Each ReconstructedEntity links back to its generating activity\nCustodianLegalStatus:\n is_or_was_generated_by: \"https://nde.nl/ontology/hc/activity/isil-reg-2024\"\n```\n"
exact_mappings:
- prov:Entity
slots:

View file

@ -1,3 +1,15 @@
id: https://nde.nl/ontology/hc/class/RecordCycleStatus
name: RecordCycleStatus
title: Record Cycle Status
description: The status of a record within its lifecycle.
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
imports:
- linkml:types
classes:
RecordCycleStatus:
class_uri: rico:RecordState

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/ReturnEvent
name: ReturnEvent
title: Return Event
description: LinkML class definition for Return Event
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# ReturnEvent - Event documenting item return from loan
# Created 2026-01-22 per slot_fixes.yaml revision for condition_on_return (Rule 53)
#

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/RoomUnit
name: RoomUnit
title: Room Unit
description: LinkML class definition for Room Unit
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# RoomUnit - Unit class for counting room/space facilities
#
# Created per slot_fixes.yaml migration for: classroom_count

View file

@ -1,3 +1,13 @@
id: https://nde.nl/ontology/hc/class/Scope
name: Scope
title: Scope
description: LinkML class definition for Scope
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# Scope - Coverage/scope information for collections, services, or institutions
# Created per slot_fixes.yaml migration for: typical_scope, type_scope
# Creation date: 2026-01-14

View file

@ -1,3 +1,15 @@
id: https://nde.nl/ontology/hc/class/SearchScore
name: SearchScore
title: Search Score
description: A search relevance score.
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
imports:
- linkml:types
classes:
SearchScore:
class_uri: schema:Rating

Some files were not shown because too many files have changed in this diff Show more