We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a056b3 commit 4917c62Copy full SHA for 4917c62
RDFSharp/Model/RDFVocabulary.cs
@@ -601,6 +601,16 @@ public static class OWL {
601
/// </summary>
602
public static readonly RDFResource DIFFERENT_FROM = new RDFResource(OWL.BASE_URI + "differentFrom");
603
604
+ /// <summary>
605
+ /// owl:AllDifferent
606
+ /// </summary>
607
+ public static readonly RDFResource ALL_DIFFERENT = new RDFResource(OWL.BASE_URI + "AllDifferent");
608
+
609
610
+ /// owl:distinctMembers
611
612
+ public static readonly RDFResource DISTINCT_MEMBERS = new RDFResource(OWL.BASE_URI + "distinctMembers");
613
614
/// <summary>
615
/// owl:intersectionOf
616
0 commit comments