Skip to content
Snippets Groups Projects
Commit 81ab367a authored by Romin's avatar Romin :eye:
Browse files

Added quick workaround for sh:order property

parent d2f731f9
Branches
Tags v0.8.4
No related merge requests found
......@@ -133,8 +133,8 @@ class ApplicationProfile:
(GROUP_CONCAT(?in; SEPARATOR="~,~") as ?ins)
WHERE {
?_ sh:path ?path ;
sh:name ?name ;
sh:order ?order .
sh:name ?name .
OPTIONAL { ?_ sh:order ?order . } .
OPTIONAL { ?_ sh:class ?class . } .
OPTIONAL { ?_ sh:minCount ?minCount . } .
OPTIONAL { ?_ sh:maxCount ?maxCount . } .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment