Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
OWL2YAMS
Commits
2412f14b33e2
Commit
2412f14b
authored
Nov 04, 2021
by
Fabien Amarger
Browse files
fix(postcreate): Use proper CWRtype instead of CWRelation
because yams
parent
63be874a9d4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
owl2yams/schema_uri.py
View file @
2412f14b
...
...
@@ -2,6 +2,9 @@
class
equivalent_class
(
RelationDefinition
):
subject
=
(
"CWEType"
,
"CWRelation"
)
subject
=
(
"CWEType"
,
"CWRType"
,
)
object
=
(
"ExternalUri"
,)
cardinality
=
"*?"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment