Skip to content

Commit

Permalink
Add missing swrl:AtomList vocabulary term
Browse files Browse the repository at this point in the history
  • Loading branch information
mdesalvo committed Oct 5, 2024
1 parent ee6b986 commit 9d9d783
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions RDFSharp/Model/Vocabularies/SWRL.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ public static class SWRL
/// </summary>
public static readonly RDFResource ATOM = new RDFResource(string.Concat(SWRL.BASE_URI,"Atom"));

/// <summary>
/// swrl:AtomList
/// </summary>
public static readonly RDFResource ATOMLIST = new RDFResource(string.Concat(SWRL.BASE_URI,"AtomList"));

/// <summary>
/// swrl:Builtin
/// </summary>
Expand Down

0 comments on commit 9d9d783

Please sign in to comment.