[Mulgara-svn] r368 - branches/nw-interface/src/jar/itql/java/org/mulgara/itql
pag at mulgara.org
pag at mulgara.org
Tue Aug 21 19:13:53 UTC 2007
Author: pag
Date: 2007-08-21 14:13:53 -0500 (Tue, 21 Aug 2007)
New Revision: 368
Modified:
branches/nw-interface/src/jar/itql/java/org/mulgara/itql/Interpreter.java
Log:
Added the Dublin Core namespace
Modified: branches/nw-interface/src/jar/itql/java/org/mulgara/itql/Interpreter.java
===================================================================
--- branches/nw-interface/src/jar/itql/java/org/mulgara/itql/Interpreter.java 2007-08-21 17:28:35 UTC (rev 367)
+++ branches/nw-interface/src/jar/itql/java/org/mulgara/itql/Interpreter.java 2007-08-21 19:13:53 UTC (rev 368)
@@ -37,6 +37,9 @@
/** The krule namespace prefix. */
public static final String KRULE = "krule";
+ /** The Dublin Core namespace prefix. */
+ public static final String DC = "dc";
+
/** The URI of the rdf namespace. */
public static final String RDF_NS = "http://www.w3.org/1999/02/22-rdf-syntax-ns#";
@@ -52,6 +55,9 @@
/** The URI of the krule namespace. */
public static final String KRULE_NS = "http://mulgara.org/owl/krule/#";
+ /** The URI of the dc namespace. */
+ public static final String DC_NS = "http://purl.org/dc/elements/1.1/";
+
/**
* Construct a {@link LiteralImpl} from a {@link PLiteral}.
*
More information about the Mulgara-svn
mailing list