Skip to content

Commit

Permalink
Added rdf:dir vocabulary term
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco De Salvo committed Mar 12, 2024
1 parent 696dfa3 commit 79eea89
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions RDFSharp/Model/Vocabularies/RDF.cs
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ public static class RDF
/// rdf:rest
/// </summary>
public static readonly RDFResource REST = new RDFResource(string.Concat(RDF.BASE_URI,"rest"));

/// <summary>
/// rdf:dir
/// </summary>
public static readonly RDFResource DIR = new RDFResource(string.Concat(RDF.BASE_URI, "dir"));
#endregion
}
#endregion
Expand Down

0 comments on commit 79eea89

Please sign in to comment.