-
Notifications
You must be signed in to change notification settings - Fork 34
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
Release 1.3.0 #580
Release 1.3.0 #580
Commits on Mar 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 83d46bd - Browse repository at this point
Copy the full SHA 83d46bdView commit details
Commits on Jun 29, 2023
-
Declare and warn of observable:File and :URL disjointedness
A follow-on patch will regenerate Make-managed files. References: * #536 Signed-off-by: Alex Nelson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for daee9f4 - Browse repository at this point
Copy the full SHA daee9f4View commit details -
References: * #536 Signed-off-by: Alex Nelson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f4cf43e - Browse repository at this point
Copy the full SHA f4cf43eView commit details
Commits on Jul 19, 2023
-
Added classes, properties and shapes for Event
Added new core:Event class with appropriate SHACL shapes Added new core:eventType property Added new core:eventContext property Added new core:eventAttribute property
Configuration menu - View commit details
-
Copy full SHA for f717616 - Browse repository at this point
Copy the full SHA f717616View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for ba4b771 - Browse repository at this point
Copy the full SHA ba4b771View commit details
Commits on Jul 20, 2023
-
Signed-off-by: Alex Nelson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 36ee236 - Browse repository at this point
Copy the full SHA 36ee236View commit details
Commits on Aug 14, 2023
-
Merge pull request #538 from ucoProject/Feature-Issue-536
Issue 536: Declare and warn of observable:File and :URL disjointedness
Configuration menu - View commit details
-
Copy full SHA for 361862f - Browse repository at this point
Copy the full SHA 361862fView commit details
Commits on Aug 25, 2023
-
Add stub reference to types:Dictionary
References: * #541 Signed-off-by: Alex Nelson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9cf555a - Browse repository at this point
Copy the full SHA 9cf555aView commit details
Commits on Nov 13, 2023
-
Merge pull request #542 from ucoProject/Feature-Issue-541
Issue 541: Add Event
Configuration menu - View commit details
-
Copy full SHA for 9727fe3 - Browse repository at this point
Copy the full SHA 9727fe3View commit details
Commits on Nov 22, 2023
-
Designate action:Action and core:Event disjoint
In an OWL-only sense, the ontology portion of this patch could have been accomplished by adding one triple to `action:Action`. For the sake of symmetry and explicitness, `core:Event` also picked up the `owl:disjointWith` statement. To satisfy OWL syntactic requirements, a stub reference to `action:Action` is added, as was done for `types:Dictionary` for Issue 541 (discussed in PR 542). To enforce disjointedness with SHACL, a new independent shape is added, `action:Action-disjointWith-Event-shape`. A follow-on patch will regenerate Make-managed files. EDIT 2023-11-22: An initial version of this patch included an inlined anonymous `sh:NodeShape`. I now believe the scenario that shape mitigates (multi-import of a shapes graph leading to SHACL-scoped syntax errors) is unlikely, and I also saw that the noted rationale around `sh:not` was confused with another predicate (`sh:inversePath`). References: * #563 * #542 Signed-off-by: Alex Nelson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6669aab - Browse repository at this point
Copy the full SHA 6669aabView commit details -
References: * #563 Signed-off-by: Alex Nelson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f599294 - Browse repository at this point
Copy the full SHA f599294View commit details
Commits on Nov 30, 2023
-
Merge pull request #564 from ucoProject/Feature-Issue-563
Issue 563: Designate action:Action and core:Event disjoint
Configuration menu - View commit details
-
Copy full SHA for 429cfa7 - Browse repository at this point
Copy the full SHA 429cfa7View commit details
Commits on Dec 5, 2023
-
Reduce UCO OWL RDF List review scope to OWL Sequences
A follow-on patch will regenerate Make-managed files. References: * #571 Signed-off-by: Alex Nelson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3caded3 - Browse repository at this point
Copy the full SHA 3caded3View commit details -
References: * #571 Signed-off-by: Alex Nelson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ca697db - Browse repository at this point
Copy the full SHA ca697dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a65ebe9 - Browse repository at this point
Copy the full SHA a65ebe9View commit details -
Signed-off-by: Alex Nelson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8aa83e6 - Browse repository at this point
Copy the full SHA 8aa83e6View commit details -
Revise sequence-application shapes to target predicates' subjects
This causes `ValidationResult`s to yield sufficient information to find the whole triple that should have used a sequence. With the prior spelling, only the object of the triple would have been directly identified; the predicate could be manually deduced from the shape name; and the subject was completely absent from the validation result. The noted comment on PR 572 illustrates the difference in results when testing CASE-Corpora. The issue is replicated as new PASS and XFAIL test members. A follow-on patch will regenerate Make-managed files. References: * #571 * #572 (comment) Signed-off-by: Alex Nelson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fc27342 - Browse repository at this point
Copy the full SHA fc27342View commit details -
References: * #571 * #572 (comment) Signed-off-by: Alex Nelson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 37d41e2 - Browse repository at this point
Copy the full SHA 37d41e2View commit details
Commits on Jan 19, 2024
-
Merge pull request #572 from ucoProject/BugFix-Issue-571
Issue 571: Reduce UCO OWL RDF List review scope to OWL Sequences
Configuration menu - View commit details
-
Copy full SHA for 3427df0 - Browse repository at this point
Copy the full SHA 3427df0View commit details
Commits on Jan 22, 2024
-
Update change request template
Signed-off-by: Alex Nelson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2e4b88c - Browse repository at this point
Copy the full SHA 2e4b88cView commit details
Commits on Jan 23, 2024
-
Merge pull request #579 from ucoProject/update_change_request_template
Update change request template
Configuration menu - View commit details
-
Copy full SHA for da8aa53 - Browse repository at this point
Copy the full SHA da8aa53View commit details -
A follow-on patch will regenerate Make-managed files. Signed-off-by: Alex Nelson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e316078 - Browse repository at this point
Copy the full SHA e316078View commit details -
Signed-off-by: Alex Nelson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8043ecd - Browse repository at this point
Copy the full SHA 8043ecdView commit details