Skip to content

New property-based time model. Fixes #499 #619

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 35 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
7ca1111
Clarify restrictions on OrderedMember
rjyounes Sep 16, 2021
18b7d3d
- update annotations for coherent unit classes
uscholdm Sep 29, 2021
8e44763
- update release notes
uscholdm Sep 29, 2021
14c8805
- Added labels and definitions to all 17 instances, per issue https:/…
uscholdm Sep 29, 2021
df9fdd0
- Add unit symbols for unit instances per issue https://github.com/se…
uscholdm Sep 29, 2021
fdb474a
- Updated release notes for issues 370, 526 and 579
uscholdm Sep 29, 2021
cfcc5b9
- Small fix to release notes
uscholdm Sep 29, 2021
83b837f
- Tweaked some annotations
uscholdm Sep 29, 2021
7901a74
- Update release notes
uscholdm Sep 29, 2021
a247c94
-Minor update to release notes (a patch update, actually :-)
uscholdm Sep 29, 2021
3bb186b
- Updated release notes
uscholdm Sep 29, 2021
37b7817
Deprecated gist:hasOrderedMember
rjyounes Oct 3, 2021
2312576
Add relese notes; add hasOrderedMember to detect_removed.rq
rjyounes Oct 4, 2021
cd0d12a
Corrections to release notes and migration query
rjyounes Oct 4, 2021
c521ba2
Modified skos:definition of gist:Message to match formal definitions
dylan-sa Nov 11, 2021
854f2b5
Adding release notes for issue 194
dylan-sa Nov 11, 2021
d290751
Proposal 1
Oct 28, 2021
64a9c21
Fix definition of Task as proposed by reviewers
rjyounes Jan 5, 2022
d03f6b4
Removed all domains and ranges from gist:hasMultiplicand and gist:has…
dylan-sa Sep 24, 2021
6aeecc2
Removed domain and ranges for numerator and denominator.
Sep 24, 2021
f7f071d
Changed definitions for 'navigational' predicates
dylan-sa Jan 4, 2022
2874217
Adding release notes
dylan-sa Jan 4, 2022
48f2b26
Re-working definitions for 'navigational' predicates
dylan-sa Jan 5, 2022
d48d3a7
Update minimum Java version needed to run rdf-toolkit
rjyounes Jan 27, 2022
0409bbd
Dave's first pass at updating gist time properties to be datatype pro…
uscholdm Dec 12, 2021
2e1ee26
Clean up annotations and property names for datetimes
rjyounes Jan 26, 2022
e41a797
Additional cleanup
rjyounes Jan 26, 2022
d6da06b
Add question in editorial note
rjyounes Jan 27, 2022
7fb186d
Updates based on review. Change ContemporaryEvent to CurrentEvent.
rjyounes Jan 28, 2022
06858a3
Restore lost changes
rjyounes Feb 9, 2022
630ff47
Mostly annotation changes to the datetime properties; change gist:dat…
rjyounes Feb 9, 2022
6a613a5
Final modifications for new datetime model, including many annotation…
rjyounes Feb 10, 2022
eb794a5
Remove gistDeprecated file in preparation for major release
rjyounes Feb 11, 2022
616aed3
Changed some properties in restrictions to leave precision open
rjyounes Feb 11, 2022
76bb22a
Merge branch 'develop' into feature/issue-499-time-properties-ryounes
rjyounes Feb 11, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 16 additions & 6 deletions docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,34 @@
gist Release Notes
=====

Release X.x.x
Release 11.0.0
-----

### Major Updates

- Implemented new time model based on datatype properties rather than `TimeInstant`. Issue [#499](https://github.com/semanticarts/gist/issues/499).
- Deleted class `TimeInstant` and its subclasses. This class was previously used to materialize a point in time with different precisions (day, minute, system time), a time zone, a local and UTC value, and so on. Object properties were used to connect something to an instance of `TimeInstant`, specifying different relationships such as start and end, planned vs actual.
- Defined a top-level datatype property `atDateTime`, neutral as to start/end, planned/actual, and precision (day, minute, microsecond). Replaced existing object properties to a hierarchy of subproperties of `atDateTime`, retaining distinctions between start and end, planned vs actual, and precisions.
- Renamed `ContemporaneousEvent` to `ContemporaryEvent`.
- Removed property `gist:hasOrderedMember`. `gist:hasMember` should be used instead. Issue [#540](https://github.com/semanticarts/gist/issues/540).
- Removed domain and range constraints from `gist:requires`. Issue [#183](https://github.com/semanticarts/gist/issues/183).
- Removed domain and range constraints from `gist:hasNumerator`, `gist:hasDenominator`, `gist:hasMultiplier`, and `gist:hasMultiplicand`. Issue [#160](https://github.com/semanticarts/gist/issues/160).

### Minor Updates

- Added unit symbols for unit instances per issue [#579](https://github.com/semanticarts/gist/issues/579).
- Added unit symbols for unit instances instances per issue [#579](https://github.com/semanticarts/gist/issues/579).

### Patch Updates

- Added labels to gist instances, per issue [#370](https://github.com/semanticarts/gist/issues/370).
- Improved definitions for 'navigational' predicates, per issue [#523](https://github.com/semanticarts/gist/issues/523).
- Modified `skos:definition` of `gist:Message` to match formal definitions, per issue [#194](https://github.com/semanticarts/gist/issues/194).
- Added definitions for unit of measure instances per issue [#526](https://github.com/semanticarts/gist/issues/526).
- Updated annotations for coherent unit classes, per issue [#146](https://github.com/semanticarts/gist/issues/146).
- Deprecated property `gist:hasOrderedMember`. `gist:hasMember` should be used instead. Issue [#540](https://github.com/semanticarts/gist/issues/540).
- Improved definitions of 'navigational' predicates, per issue [#523](https://github.com/semanticarts/gist/issues/523).
- Modified `skos:definition` of `gist:Message` to match formal definitions, per issue [#194](https://github.com/semanticarts/gist/issues/194).
- Removed min cardinality of zero restriction on `ProductUnit`, per issue [#582](https://github.com/semanticarts/gist/issues/582).
- Improved definition of `gist:Task`, per issue [#625](https://github.com/semanticarts/gist/issues/625).

Import URL: <https://ontologies.semanticarts.com/o/gistCoreX.x.x>.
Import URL: <https://ontologies.semanticarts.com/o/gistCore11.0.0>.

Release 10.0.0
-----
Expand Down
Loading