Skip to content

Commit

Permalink
Merge pull request #510 from aml-org/W-10671678
Browse files Browse the repository at this point in the history
W-10671678: add abstract operation classes to deferred set in RDF parsing
  • Loading branch information
nschejtman authored Apr 11, 2022
2 parents ac97d5d + 7f984b0 commit 0c3e26a
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ class DefaultNodeClassSorter() {
(Namespace.Document + "Unit").iri(),
(Namespace.Shacl + "Shape").iri(),
(Namespace.Shapes + "Shape").iri(),
(Namespace.ApiContract + "Message").iri()
(Namespace.ApiContract + "Message").iri(),
(Namespace.Core + "Operation").iri(),
(Namespace.Core + "Parameter").iri(),
(Namespace.Core + "Payload").iri(),
(Namespace.Core + "Request").iri(),
(Namespace.Core + "Response").iri()
)

def sortedClassesOf(node: Node): Seq[String] = {
Expand Down

0 comments on commit 0c3e26a

Please sign in to comment.