Skip to content
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

Issue 554: Add WorkTicket #555

Draft
wants to merge 10 commits into
base: develop
Choose a base branch
from
Draft

Issue 554: Add WorkTicket #555

wants to merge 10 commits into from

Commits on Oct 25, 2023

  1. Add first sketch of Work Ticket concept

    AJN: This patch transcribes a JSON-LD sketch from @vulnmaster .  The
    only change I made was JSON syntax normalization (4-space indentation).
    
    Follow-on patches will adapt and integrate content.
    
    References:
    * #554 (comment)
    vulnmaster authored and ajnelson-nist committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    6073ee2 View commit details
    Browse the repository at this point in the history
  2. Fix JSON-LD syntax issues

    Signed-off-by: Alex Nelson <[email protected]>
    ajnelson-nist committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    ec538c7 View commit details
    Browse the repository at this point in the history
  3. Remove namespace hint

    This will be moot on folding into observable.ttl.
    
    Signed-off-by: Alex Nelson <[email protected]>
    ajnelson-nist committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    279a4f1 View commit details
    Browse the repository at this point in the history
  4. Add @graph to group top-of-file concepts

    This will assist with breaking nodes out of the `observable:property`
    list and maintaining their tie to the context dictionary.
    
    Signed-off-by: Alex Nelson <[email protected]>
    ajnelson-nist committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    12a8b6a View commit details
    Browse the repository at this point in the history
  5. Replace "observable:property" with "sh:property"

    `observable:property` does not exist.  This patch assumes the intent was
    to tie with SHACL's `sh:property`.
    
    Signed-off-by: Alex Nelson <[email protected]>
    ajnelson-nist committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    22580af View commit details
    Browse the repository at this point in the history
  6. Replace RDFS design classes with OWL design classes

    Signed-off-by: Alex Nelson <[email protected]>
    ajnelson-nist committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    d3b1420 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    790477d View commit details
    Browse the repository at this point in the history
  8. Remove already-defined property

    Signed-off-by: Alex Nelson <[email protected]>
    ajnelson-nist committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    867646e View commit details
    Browse the repository at this point in the history
  9. Rename to avoid colliding with other property

    Signed-off-by: Alex Nelson <[email protected]>
    ajnelson-nist committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    e1adeab View commit details
    Browse the repository at this point in the history
  10. Transcribe JSON-LD sketch into observable.ttl

    Signed-off-by: Alex Nelson <[email protected]>
    ajnelson-nist committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    ab0a2e4 View commit details
    Browse the repository at this point in the history