Class: ChangeLogEntry
A change log entry documenting issues affecting data
URI: neon:ChangeLogEntry
classDiagram
class ChangeLogEntry
click ChangeLogEntry href "../ChangeLogEntry/"
ChangeLogEntry : created_date
ChangeLogEntry : date_range_end
ChangeLogEntry : date_range_start
ChangeLogEntry : issue
ChangeLogEntry : issue_id
ChangeLogEntry : locations_affected
ChangeLogEntry --> "*" Location : locations_affected
click Location href "../Location/"
ChangeLogEntry : parent_issue_id
ChangeLogEntry : resolution
ChangeLogEntry : resolved_date
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| issue_id | 1 String |
Unique issue identifier | direct |
| parent_issue_id | 0..1 String |
Parent issue ID if this is a sub-issue | direct |
| issue | 1 String |
Description of the issue | direct |
| resolution | 0..1 String |
How the issue was resolved | direct |
| date_range_start | 0..1 Date |
Start of affected date range | direct |
| date_range_end | 0..1 Date |
End of affected date range | direct |
| locations_affected | * Location |
Locations affected by this issue | direct |
| created_date | 0..1 Datetime |
When the issue was logged | direct |
| resolved_date | 0..1 Datetime |
When the issue was resolved | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| DataProduct | change_logs | range | ChangeLogEntry |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/neon-schema
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | neon:ChangeLogEntry |
| native | neon:ChangeLogEntry |
LinkML Source
Direct
name: ChangeLogEntry
description: A change log entry documenting issues affecting data
from_schema: https://w3id.org/neon-schema
attributes:
issue_id:
name: issue_id
description: Unique issue identifier
from_schema: https://w3id.org/neon-schema
rank: 1000
identifier: true
domain_of:
- ChangeLogEntry
range: string
required: true
parent_issue_id:
name: parent_issue_id
description: Parent issue ID if this is a sub-issue
from_schema: https://w3id.org/neon-schema
rank: 1000
domain_of:
- ChangeLogEntry
range: string
issue:
name: issue
description: Description of the issue
from_schema: https://w3id.org/neon-schema
rank: 1000
domain_of:
- ChangeLogEntry
range: string
required: true
resolution:
name: resolution
description: How the issue was resolved
from_schema: https://w3id.org/neon-schema
rank: 1000
domain_of:
- ChangeLogEntry
range: string
date_range_start:
name: date_range_start
description: Start of affected date range
from_schema: https://w3id.org/neon-schema
rank: 1000
slot_uri: schema:startDate
domain_of:
- ChangeLogEntry
range: date
date_range_end:
name: date_range_end
description: End of affected date range
from_schema: https://w3id.org/neon-schema
rank: 1000
slot_uri: schema:endDate
domain_of:
- ChangeLogEntry
range: date
locations_affected:
name: locations_affected
description: Locations affected by this issue
from_schema: https://w3id.org/neon-schema
rank: 1000
domain_of:
- ChangeLogEntry
range: Location
multivalued: true
inlined: false
created_date:
name: created_date
description: When the issue was logged
from_schema: https://w3id.org/neon-schema
rank: 1000
domain_of:
- ChangeLogEntry
range: datetime
resolved_date:
name: resolved_date
description: When the issue was resolved
from_schema: https://w3id.org/neon-schema
rank: 1000
domain_of:
- ChangeLogEntry
range: datetime
Induced
name: ChangeLogEntry
description: A change log entry documenting issues affecting data
from_schema: https://w3id.org/neon-schema
attributes:
issue_id:
name: issue_id
description: Unique issue identifier
from_schema: https://w3id.org/neon-schema
rank: 1000
identifier: true
alias: issue_id
owner: ChangeLogEntry
domain_of:
- ChangeLogEntry
range: string
required: true
parent_issue_id:
name: parent_issue_id
description: Parent issue ID if this is a sub-issue
from_schema: https://w3id.org/neon-schema
rank: 1000
alias: parent_issue_id
owner: ChangeLogEntry
domain_of:
- ChangeLogEntry
range: string
issue:
name: issue
description: Description of the issue
from_schema: https://w3id.org/neon-schema
rank: 1000
alias: issue
owner: ChangeLogEntry
domain_of:
- ChangeLogEntry
range: string
required: true
resolution:
name: resolution
description: How the issue was resolved
from_schema: https://w3id.org/neon-schema
rank: 1000
alias: resolution
owner: ChangeLogEntry
domain_of:
- ChangeLogEntry
range: string
date_range_start:
name: date_range_start
description: Start of affected date range
from_schema: https://w3id.org/neon-schema
rank: 1000
slot_uri: schema:startDate
alias: date_range_start
owner: ChangeLogEntry
domain_of:
- ChangeLogEntry
range: date
date_range_end:
name: date_range_end
description: End of affected date range
from_schema: https://w3id.org/neon-schema
rank: 1000
slot_uri: schema:endDate
alias: date_range_end
owner: ChangeLogEntry
domain_of:
- ChangeLogEntry
range: date
locations_affected:
name: locations_affected
description: Locations affected by this issue
from_schema: https://w3id.org/neon-schema
rank: 1000
alias: locations_affected
owner: ChangeLogEntry
domain_of:
- ChangeLogEntry
range: Location
multivalued: true
inlined: false
created_date:
name: created_date
description: When the issue was logged
from_schema: https://w3id.org/neon-schema
rank: 1000
alias: created_date
owner: ChangeLogEntry
domain_of:
- ChangeLogEntry
range: datetime
resolved_date:
name: resolved_date
description: When the issue was resolved
from_schema: https://w3id.org/neon-schema
rank: 1000
alias: resolved_date
owner: ChangeLogEntry
domain_of:
- ChangeLogEntry
range: datetime