We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8562f0a + c1dd90d commit a2a6b42Copy full SHA for a2a6b42
sbol2/constants.py
@@ -132,6 +132,8 @@
132
SBOL_RESTRICTION_SAME_ORIENTATION_AS = SBOL_URI + "#sameOrientationAs"
133
# Option for SequenceConstraint::restriction property
134
SBOL_RESTRICTION_OPPOSITE_ORIENTATION_AS = SBOL_URI + "#oppositeOrientationAs"
135
+# Option for SequenceConstraint::restriction property
136
+SBOL_RESTRICTION_DIFFERENT_FROM = SBOL_URI + "#differentFrom"
137
# Option for Sequence::encoding property
138
SBOL_ENCODING_IUPAC = "http://www.chem.qmul.ac.uk/iubmb/misc/naseq.html"
139
0 commit comments