- Deleted the `rights_statement_url` slot definition as it is no longer needed. - Added multiple new slots including `has_legal_basis`, `has_statement`, `impose`, `pose_condition`, and `reviewed_through` with detailed descriptions and ontology alignments. - Updated existing slots to improve clarity and consistency, including renaming `close_mappings` to `related_mappings` in several definitions. - Enhanced the `require` slot with additional aliases for better usability. - Improved documentation and comments across all slot definitions to clarify their purpose and usage.
30 lines
993 B
YAML
30 lines
993 B
YAML
id: https://nde.nl/ontology/hc/classes/DigitalPlatformV2OrganizationProfile
|
|
name: DigitalPlatformV2OrganizationProfile
|
|
title: DigitalPlatformV2OrganizationProfile
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/20260202_matang/founded_through
|
|
- ../slots/20260202_matang/new/organization_type
|
|
- ../slots/20260202_matang/has_scope
|
|
# default_range: string
|
|
classes:
|
|
DigitalPlatformV2OrganizationProfile:
|
|
description: Detailed profile of the organization including type, scope, and description
|
|
class_uri: schema:Organization
|
|
slots:
|
|
- founded_through
|
|
- organization_type
|
|
- scope
|
|
slot_usage:
|
|
founded_through:
|
|
range: FoundingEvent
|
|
inlined: true
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: '[''*'']'
|