Skip to content

Commit

Permalink
Merge pull request #834 from ge-high-assurance/identifier_required
Browse files Browse the repository at this point in the history
Modify core ontology to require an identifier for all THINGs.
  • Loading branch information
kityansiu committed Feb 10, 2023
2 parents c8a8f8b + 72d20d3 commit b012e89
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions RACK-Ontology/ontology/PROV-S.sadl
Expand Up @@ -24,8 +24,7 @@ NODE is a class.


THING (note "A piece of data stored in RACK") is a type of NODE.
identifier (note "identifier is any data item that is used to associate items on when loading into the data store.") describes THING with values of type string.
identifier describes THING with at most 1 value.
identifier (note "identifier is any data item that is used to associate items on when loading into the data store.") describes THING with a single value of type string.
title (note "A short, human-readable identifying label.") describes THING with values of type string.
title describes THING with at most 1 value.
description (note "A free-form, multi-line, human-readable explanation of this data element.") describes THING with values of type string.
Expand Down

0 comments on commit b012e89

Please sign in to comment.