Skip to content

Commit 4917c62

Browse files
committed
Added missing terms to owl vocabulary
1 parent 2a056b3 commit 4917c62

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

RDFSharp/Model/RDFVocabulary.cs

+10
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,16 @@ public static class OWL {
601601
/// </summary>
602602
public static readonly RDFResource DIFFERENT_FROM = new RDFResource(OWL.BASE_URI + "differentFrom");
603603

604+
/// <summary>
605+
/// owl:AllDifferent
606+
/// </summary>
607+
public static readonly RDFResource ALL_DIFFERENT = new RDFResource(OWL.BASE_URI + "AllDifferent");
608+
609+
/// <summary>
610+
/// owl:distinctMembers
611+
/// </summary>
612+
public static readonly RDFResource DISTINCT_MEMBERS = new RDFResource(OWL.BASE_URI + "distinctMembers");
613+
604614
/// <summary>
605615
/// owl:intersectionOf
606616
/// </summary>

0 commit comments

Comments
 (0)