Skip to content

Commit

Permalink
Element: Add NodeKind IRI
Browse files Browse the repository at this point in the history
Sets the NodeKind for elements to be an IRI. This prevents them from
being able to use blank nodes in the SHACL model.

Requires spdx/spec-parser#107

Signed-off-by: Joshua Watt <[email protected]>
  • Loading branch information
JPEWdev committed Mar 22, 2024
1 parent 8cc3cfc commit 2d736a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model/Core/Classes/Element.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ and inter-relatable content objects.
- name: Element
- SubclassOf: none
- Instantiability: Abstract
- NodeKind: IRI

## Properties

Expand Down

0 comments on commit 2d736a9

Please sign in to comment.